Page 1 of 1

DLL importer with non windows libs?

Posted: Tue Jan 18, 2005 5:09 pm
by Justin
so it is just for windows dlls or?, the files always go to the pb windows dir, and it complains about not finding the dll

Posted: Tue Jan 18, 2005 11:35 pm
by Beach
Move your DLL into the 'purebasic\compilers' directory and it should work. Also, you will need to include the DLL with your compiled app.

Posted: Wed Jan 19, 2005 7:31 pm
by Justin
then i think it won't work for me, the dll has to be in another location at run time. and some functions need to be called in C style so i'm using CallCFunction