Denis wrote:
Hi Chi,
with the projet i'm on :
Module, OOP coding, test wity 64 bits compiler PB 5.70 LTS
My example compile without probleme
With your optimizer, it generate an erreur (same error in 32 or 64 bit compilation)
with your pb file, the PB word Procedure is truncated
Could you please turn off "Remove Uncalled Procedures" from the settings window and try compiling again? This is just a 'cosmetic' feature anyways, since PB will strip unused Procedures on its own. Only needed if you want to edit the .pb file before converting it to .asm
Any chance you could isolate the problem part (around GetMaximizeButtonPatternColorsStateExpanded() and GetMinimizeButtonPatternColors()) and send me a snippet to test? Or are there any hidden characters after the previous procedure? Something unusual?
Denis wrote:
Chi,
with my Projet PureIconManager (original asm file has 229404 lines)
it takes 71,5 s to optimize
Final exe file size : 1281 Kb
original exe size : 1740 Kb
The exe compile but it's not Ok, it display only this and nothing more
I use 3 ressource files to compile (.rc file) , version informations and constant #PB_Editor_CompileCount
I don't know if i had to add this files somewhere or not
It should be fine without any addition. Could you please uncheck the version info, compile (IDE) and run? Then remove the 3 .rc files line by line and test again. So we could narrow it down a little bit...
Also nice to see, ~230.000 lines in 72 seconds ^^
...and Thanks for testing!