Compiler version in EXE

Everything else that doesn't fall into one of the other PB categories.
Blade
Enthusiast
Enthusiast
Posts: 362
Joined: Wed Aug 06, 2003 2:49 pm
Location: Venice - Italy, Japan when possible.
Contact:

Compiler version in EXE

Post by Blade »

Hi, is it possible to know the version of the BP compiler used to make a certain exe? Perhaps some sort of binary signature...
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

jaPBe add a new constant: #jaPBe_CompilerVersion
Blade
Enthusiast
Enthusiast
Posts: 362
Joined: Wed Aug 06, 2003 2:49 pm
Location: Venice - Italy, Japan when possible.
Contact:

Post by Blade »

Good, I'll use it in the next releases. (btw I like jaPBe a lot)

Anyway it's not useful for me right now. My system is becoming instable, like for some big memory leak. I just wanted to check if a my program that could be the cause was compiled with an old compiler...
Is there a way to know what programs have memory leaks?
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

Blade wrote:Is there a way to know what programs have memory leaks?
There may be more reliable tools to track memory leaks but Microsoft's
Perfomance Monitor (perfmon.exe / system-dir) always suited my needs.
Maybe it helps you, too.
Good programmers don't comment their code. It was hard to write, should be hard to read.
Klonk
Enthusiast
Enthusiast
Posts: 173
Joined: Tue Jul 13, 2004 2:17 pm

Post by Klonk »

@GPI
Is there somewhere a list of all available JaPBE constants? Haevn't found it anywhere.
Bye Karl
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Klonk wrote:@GPI
Is there somewhere a list of all available JaPBE constants? Haevn't found it anywhere.
readme.txt in jaPBe's directory :wink:
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply