open_dll() is not supported in Euphoria for DOS32
- Posted by vmars Mar 16, 2009
- 914 views
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