Re: Andrea Cini's euwingui
- Posted by jimcbrown (admin) Nov 12, 2010
- 4057 views
ChrisB said...
Hi
getting an error (any app / demo)
C:\EUPHORIA\INCLUDE\EuWinGUI.ew:283 c_proc/c_func: bad routine number (88)
line 283 is
function execpp(object rid) call_proc(rid,{}) return 0 end function c_proc(setexpp,{call_back(routine_id("execpp"))}) <<<<line 283
Chris
I see what happened. I forgot to mention that you have to manually edit EuWinGUI.ew and replace all c_proc/c_func calls with v3_c_proc/v3_c_func (which goes through the v311 shim compatibility layer).