Re: open_dll() is not supported in Euphoria for DOS32
- Posted by jimcbrown (admin) Mar 16, 2009
- 904 views
vmars said...
I am using the Turorial pgm at http://www.usingeuphoria.com/books/guiphoria/?code_cc_wxeuphoria to test 'Euphoria to C Translator'. I have renamed pgm SmplEuph.exw .
I ran Translator for SMPLEUPH.exw , then Emake.bat , then SMPLEUPH.EXE .
Running SMPLEUPH.EXE I get error msg
open_dll() is not supported in Euphoria for DOS32
Of the C files , three pgms have open_dll( statements in them
dll.c , main.c , main.h
What would be an alternative for using open_dll( ?
Thanks!...vmars
There is no alternative. You will just need to use ecw.exe instead of ec.exe to translate.