[Implemented] Easier linking of external libraries

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Blade
Enthusiast
Enthusiast
Posts: 362
Joined: Wed Aug 06, 2003 2:49 pm
Location: Venice - Italy, Japan when possible.
Contact:

Post by Blade »

Polo wrote:Well, this is what this thread is about :)
:oops: :oops: :oops:
Sorry, not knowing what is exactly POLINK, COFF and the difference between a DLL and a LIB, I misunderstant the overall message...
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

Blade wrote:
Polo wrote:Well, this is what this thread is about :)
:oops: :oops: :oops:
Sorry, not knowing what is exactly POLINK, COFF and the difference between a DLL and a LIB, I misunderstant the overall message...
I don't know too much about all this too, but anyway this feature would be really exciting !!
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Blade wrote:Sorry, not knowing what is exactly POLINK, COFF and the difference between a DLL and a LIB, I misunderstant the overall message...
DLL: named (stands for Dynamic Link Library) by M$ to define a library of functions and/or variables to be used for one or more MSWindows executeable programs.
lib here is referred to the libraries of functions used by PB when it compiles something.
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Post Reply