[Implemented] Import C dlls

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Justin
Addict
Addict
Posts: 948
Joined: Sat Apr 26, 2003 2:49 pm

[Implemented] Import C dlls

Post 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
User avatar
GedB
Addict
Addict
Posts: 1313
Joined: Fri May 16, 2003 3:47 pm
Location: England
Contact:

Post by GedB »

You do know that c function calls are supported by the library library?

http://www.purebasic.com/documentation/ ... ction.html
Justin
Addict
Addict
Posts: 948
Joined: Sat Apr 26, 2003 2:49 pm

Post 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
Post Reply