Real DLL support

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by gnozal.

I mean external DLL (no Win API) support, like in all other flavours of Basic.
I'd like to write in PureBasic something like "DECLARE PROCEDURE.l XXX LIB "XXX.DLL" ALIAS "_XXX" (XXX.l)"
I know Mr Skunk made a lib, but it's not the same and what if the LIB structure changes ?
Even Rapid-Q has external DLL support...