Re: Andrea Cini's euwingui
- Posted by RStowasser Oct 29, 2009
- 4418 views
Hello,
I am not sure if this can be of some help, but nevertheless ... This is the error message if I run e.g. Designer.exw with euiw.exe (r2972): d:\euphoria\euwingui\include\EuWinGUI.ew:272 in procedure ggv() A machine-level exception occurred during execution of this statement ... called from d:\euphoria\euwingui\include\EuWinGUI.ew:305 in procedure Window() ... called from D:\Euphoria\EuWinGui\EWG-Designer\Designer.exw:2407 in procedure WinMain() ... called from D:\Euphoria\EuWinGui\EWG-Designer\Designer.exw:2627 --> See ex.err Running Designer.exw with eu.ex I will get this message: D:\Euphoria\EuWinGui\EWG-Designer>eui c:\EUPHORIA\SOURCE\eu.ex Designer.exw c:\EUPHORIA\SOURCE\execute.e:1258 in procedure exit_block() A machine-level exception occurred during execution of this statement ... called from c:\EUPHORIA\SOURCE\execute.e:1298 in procedure opRETURNP() ... called from c:\EUPHORIA\SOURCE\execute.e:4110 in procedure do_exec() ... called from c:\EUPHORIA\SOURCE\execute.e:4283 in procedure Execute() ... called from c:\EUPHORIA\SOURCE\execute.e:4291 in procedure BackEnd() ... called from c:\EUPHORIA\SOURCE\main.e:201 in procedure main() ... called from c:\EUPHORIA\SOURCE\main.e:203 --> See ex.err I tried to change the include statement in EuWinGui.ew to: include std/dll.e but then I get this error message: D:\Euphoria\EuWinGui\EWG-Designer>eui c:\EUPHORIA\SOURCE\eu.ex Designer.exw C:\EUPHORIA\include\std\dll.e:535 in function call_back() DEP style callbacks not supported in eu.ex ... called from d:\euphoria\euwingui\include\EuWinGUI.ew:269 --> see ex.err
Roland