Page 1 of 1

Adding file version info to PB DLLs and EXEs. How?

Posted: Mon Jun 28, 2004 12:29 am
by batcherx
How would I go about adding file version, internal name , product name etc to a PB dll or exe?

THX

Re: Adding file version info to PB DLLs and EXEs. How?

Posted: Mon Jun 28, 2004 12:48 am
by PB
You need the free third-party app called PBBuild2, found here:
http://spangly.purebasic.org

Posted: Mon Jun 28, 2004 1:35 am
by batcherx
Site not up/available. Anybody know of another source/site?

Posted: Mon Jun 28, 2004 1:52 am
by PB
> Site not up/available.

Sorry -- I didn't check it. I've e-mailed Spangly (the author) to see what's up.

In the meantime, I've used YouSendIt.com to host it here (for 7 days):
http://s2.yousendit.com/d.aspx?id=41C8E ... 85BB2C0CD3

Posted: Mon Jun 28, 2004 3:14 am
by Paul
Just use jaPBe
http://caosandkin.bei.t-online.de/purebasic/jaPBe/

It's a better editor anyway :)

Posted: Mon Jun 28, 2004 3:29 am
by Dr_Pixel
How would you do that with Japbe ?

I have it, and it is a very nice editor.

But, the help doesn't work, so i don't know what a lot of the options do....

Posted: Mon Jun 28, 2004 4:48 am
by Paul
Look at the menubar at the top... the little icon next to the magnifying glass (find icon) is the "project options".

A window will appear where you can set your compiler options like NT4 compatible, adding an icon to the EXE, enabling XP skin support, etc.
Click on the "Version" tab at the top of this window. You can then enter all sorts of extra info as well as using wildcards to auto fill some of the info (like compile date and build number, etc.)

Posted: Mon Jun 28, 2004 9:25 am
by Dr_Pixel
Great! Thanks