Re: exe imports / exports and Eu

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu