jaPBe 2.4.12.25

Developed or developing a new product in PureBasic? Tell the world about it.
MrMat
Enthusiast
Enthusiast
Posts: 762
Joined: Sun Sep 05, 2004 6:27 am
Location: England

Re: jaPBe 2.4.12.25

Post by MrMat »

GPI wrote:>Question 3: When I enter "1.01" for the File Version field of my project,
>and then look at the compiled executable's properties, this field is
>"1.1.0.0".
>Is this a bug?

No. I look in the SDK and the version must have the 3-dot-format.
There are two file versions in the versioninfo resource. One must be 4 integers and the other is a string. From MSDN:
FILEVERSION - Binary version number for the file. The version consists of two 32-bit integers, defined by four 16-bit integers. For example, "FILEVERSION 3,10,0,61" is translated into two doublewords: 0x0003000a and 0x0000003d, in that order.
and
FileVersion - Version number of the file—for example, "3.10" or "5.00.RC2". This string is required.
Just in case you've seen a 2 digit file version somewhere...
Mat
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

sorry for posting in this old topic, but when i choose the "Aqua" theme whole ide freezes.
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

With the newest beta (Update), you can only select the toolbar -skin. But there are no problems here...
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

ok
Post Reply