Page 1 of 1

[Implemented] Import C dlls

Posted: Sat Jun 18, 2005 1:52 pm
by Justin
Some way to use the dll importer with dlls that use the C call instead of the stdcall, like the MS C Run time lib msvcrt.dll wich contains pretty useful functions

Posted: Sat Jun 18, 2005 9:34 pm
by GedB
You do know that c function calls are supported by the library library?

http://www.purebasic.com/documentation/ ... ction.html

Posted: Sun Jun 19, 2005 11:14 am
by Justin
yes but i want native support. if the dll importer can import stdcall maybe is not too much trouble to add C call