Page 2 of 6
Posted: Sat Oct 15, 2005 12:42 am
by techjunkie
Great tool!

Thanks!!
Re: Analyzer 0.95b
Posted: Sat Oct 15, 2005 1:24 am
by PB
I just tried Analyzer with one my big apps and noticed two things:
(1) When I select it from the Tools menu to turn it on/off, the message box
opens to tell me if it's on or off, but then the focus jumps away from the
PureBasic IDE to another window, which is annoying.
(2) When I compiled my app with Analyzer on, I get an error message which
says there's an EndIf missing from my code, which is plain wrong. So there's
a bug in Analyzer somewhere. My app is 217 KB so I'm not posting it.

Posted: Sat Oct 15, 2005 11:49 am
by remi_meier
@PB:
(1) I also noticed that but I don't know how I can avoid this. I think it's an
issue of the PB IDE. I'm just calling MessageRequester() and then End
(2)

The debugger shows you the line number of the error, could you
take a look at the PB_EditorOutput.pb (in PB\Compilers - Dir) where this
line number belongs to? Could you post/send me this If-Block in the original
and the PB_EditorOutput file?
I don't know if there could be an error with using ':' for collecting lines:
If a : b = 4 : EndIf
THX!
greetz
Remi
Posted: Sat Oct 15, 2005 1:33 pm
by PB
Hi Remi,
For (1), try using my ForceFore procedure on the PureBasic IDE after the
MessageRequester and before the End statement (you'll need to get the
IDE's handle first, probably by using the GetForegroundWindow_() API
when the IDE has the focus):
viewtopic.php?t=7105
For (2), I'll PM you the relevant block of code.

Posted: Sun Oct 16, 2005 3:33 pm
by remi_meier
Version 1.0 final!
Download: Analyzer
A lot of new features (can't count them all):
- several new output information
- better analyzing
- faster
- preferences added
- help in .pdf-format
- ForceFore from 'PB' helped a bit
- merger a little bit improved, but won't be improved more by me, cause
it should only be a help tool.
Thanks to all who are using it!
greetz
Remi
Couldn't reproduce the bug 'PB' had... Perhaps it's fixed now.
Posted: Sun Oct 16, 2005 7:43 pm
by Psychophanta
Great work

Posted: Tue Oct 18, 2005 7:33 pm
by remi_meier
Version 1.1
Download: Analyzer
School has started again, but I wasn't lazy at all
But this release seems to be the last one unless you show me some feature
requests, bugs or some other reasons

. I decided it because the
program is absolutely suitable and there doesn't seem to be a great interest
in a really professional tool (with beautiful GUI, project management, graphics,
code viewer, ...)
If that changes, I will surely think about it again
The new version provides the following new features
- some internal changes (Bugs??)
- simple GUI for clarity and efficiency
greetz
Remi
Posted: Tue Oct 18, 2005 8:44 pm
by va!n
@remi_meier
very nice release! keep on your work!

Posted: Tue Oct 18, 2005 10:10 pm
by dell_jockey
@Remi,
very impressive, thank you for sharing...
Posted: Sat Feb 04, 2006 4:23 pm
by remi_meier
Version 2.0b
Download: Analyzer
Yes, it had to be updated

It should be compatible with PB V4 and
it catches more errors.
Finished coding it at least one month ago, but didn't know
the syntax for V4
greetz
Remi
Posted: Sat Feb 04, 2006 5:33 pm
by dracflamloc
Wow this is a great tool.
Posted: Sun May 21, 2006 9:39 am
by tomijan
@remi_meier
is any chance on optimizer for PB4?
tom
Posted: Sun May 21, 2006 9:56 am
by thefool
It should be compatible with PB V4
Posted: Sun May 21, 2006 10:27 am
by remi_meier
Right, it should be... But I don't fix or add anything to it anymore (Optimizer!).
Posted: Sun May 21, 2006 11:52 am
by rob6523
@remi_meier
Could you please release the sources for your optimizer so that we can try to make it run with PB4?
Rob.