Re: exe imports / exports and Eu
- Posted by Mark Brown <mabrown at SENET.COM.AU> May 25, 2001
- 457 views
Matt wrote..... > After some testing, here's what I've found. You can only get access to > files that are in the same folder, are in subfolders of your code, or are in > the system directory. This appears to be a windows thing. Still no go I'm afraid. I have done all the things suggested above. This is my little test code. I have tried it compiled and interpreted..... include dll.e -- euphoria include atom ac3d_exe ac3d_exe = open_dll("ac3d.exe") -- attempt to open the AC3D exe if ac3d_exe = 0 then puts(1,"Couldn't open the exe.\n") if getc(0) then end if end if Could you possibly send me the code you used to open an exe and also if it isn't too big the exe you used? There must be something simple I am doing wrong....very frustrating! Mark mabrown at senet.com.au