About .lib

Blitz3D Forums/Blitz3D Beginners Area/About .lib

Labyrnth(Posted 2007) [#1]
http://www.blitzbasic.com/codearcs/codearcs.php?code=1206

Ok, i need some help here please. On the above link i see it says you need the .libs.
I need to know how to use a .lib please, can someone link me to an example of this or post one here.

Thank you to anyone willing to help the newer people.


Abrexxes(Posted 2007) [#2]
The last 2 libs you have already, they are part of windows and are in the windows/system32 folder (no need to move them). The first is not really a lib but only a collektion of functions that you must include in your code.

So the first one (.lib. "") ist only to highlight the keywords in your IDE.

Take the libs and save them to your userlib folder, for example the first one as "watheveryouwant.decls". You can do this simple by copy the text into notepad an saveas whatever.decls.

bye