Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
Create or modify a library with POLIB You can use POLIB to create a library. When you do, use the following syntax:POLIB filespec /OUT:libraryThe filespec argument specifies the name of one or more object files or libraries. Wildcards are allowed. If there are many files - use a response file.The result will be written to the file named library.You can remove members from a library with the following syntax:POLIB library /REMOVE:member [/REMOVE:member ...]The member name must be specified exactly as stored, but it is not case sensitive.
The problem is, I have no help file. Polib came with Purebasic.
Do you know a program that can I make the conversion?
Also, I'd suggest heading over to the PowerBasic forums and informing them of the bug in their compiler...
Quote from: CommonTater on October 15, 2011, 02:38:51 AMAlso, I'd suggest heading over to the PowerBasic forums and informing them of the bug in their compiler...I doubt he'll get much help for his PureBasic there...
Was actually more than surprised to see that PureBasic is even using/including some of Pelle's tools (POLINK, POLIB and PORC, with the first one v5.0, the other two v6.0),a s they are claiming to directly create executables...