Page 1 of 2

PBBuild2 - New Compiler Frontend

Posted: Thu Aug 21, 2003 11:21 am
by spangly
I've released my PBCompiler fronted, PBBuild2, check out my site for more information.

Drop me a line if you use it and find any bugs or want to suggest improvements etc.

http://notandor.no-ip.org/

Posted: Fri Aug 22, 2003 6:57 am
by Inner
well :P wish I'd see this before I wrote my own :/

Posted: Mon Sep 08, 2003 7:32 pm
by venom
Is there another place I can get it? because the link doesn't work.

Posted: Mon Sep 08, 2003 8:53 pm
by Karbon

Posted: Tue Sep 09, 2003 8:55 am
by Ajm
Hi

I have downloaded and installed PBbuild on NT4 SP6, when I launch the program it just crashes with a memory cannot be read error.

The memeory at 0x0000000 cannot be written.

Posted: Wed Sep 10, 2003 8:27 pm
by Ralf
Ajm wrote:Hi
The memeory at 0x0000000 cannot be written.
where can we find the source of PBbuild? :wink:

Posted: Wed Sep 10, 2003 10:01 pm
by spangly
Ralf wrote:where can we find the source of PBbuild? :wink:
Erm, on the hard drive of one of my computers :lol:

Re: PBBuild2 - New Compiler Frontend

Posted: Sat Sep 13, 2003 3:26 pm
by PB
Doesn't work for me... I get this error when trying to compile a test app:

<i>The file 'Files\0-PureBasic\0-MyApps\Test\Test.exe' isn't found [...]</i>

Seems like it's missing the leading <b>E:\Program</b> of the path...

Posted: Sat Sep 13, 2003 3:46 pm
by spangly
I'll take a look at it today....

Edit: New version available, problem should be fixed

http://spangly.purebasic.org

Posted: Sun Sep 14, 2003 1:30 am
by PB
> New version available, problem should be fixed

Okay, now it compiles but stops with a message box saying <i>
14/09/03 10:25:44 Compiling</i>.
In the listview, there is a red cross saying <i>Compile Failed</i>.
However, I can run the compiled app, but there's no version info,
even though I enabled that option.

Also, when saving a PPBuild project, there's no *.pbb extension added,
which means I can't open them from within PPBuild unless I add the
extension first.

Posted: Sun Sep 14, 2003 1:41 am
by spangly
PB wrote: Okay, now it compiles but stops with a message box saying <i>
14/09/03 10:25:44 Compiling</i>.
In the listview, there is a red cross saying <i>Compile Failed</i>.
However, I can run the compiled app, but there's no version info,
even though I enabled that option.

Also, when saving a PPBuild project, there's no *.pbb extension added,
which means I can't open them from within PPBuild unless I add the
extension first.
If this doesn't make sense, I aplogise in advance, I've been drinking tonight ;)

For the version info insertion to work, you must tell the compiler to include an Icon file,
or else no resources exist in the exe, so the version info fails.
I should have mentioned something about that in the docs,
can't remember if I did.

I'll recode the save project function so that it checks if the file has a
.pbb extension and appends it if not.

Posted: Sun Sep 14, 2003 1:52 am
by PB
> For the version info insertion to work, you must tell the compiler to
> include an Icon file

It does include an icon. :)

Just to check: when you say "version info", do you mean if I right-click
the compiled exe and select "Properties" that there should be a "Version"
tab with the version info under it? That's what I'm expecting?

Posted: Sun Sep 14, 2003 2:02 am
by spangly
>Just to check: when you say "version info", do you mean if I right-click
>the compiled exe and select "Properties" that there should be a "Version"
>tab with the version info under it? That's what I'm expecting?

That's what I mean, yes. It looks like a bug and I need to look at it a bit closer in the morning when I'm more lucid and less innebriated ;)
Out of interest, what OS are you using?

Posted: Sun Sep 14, 2003 2:16 am
by PB
> It looks like a bug and I need to look at it a bit closer in the morning
> when I'm more lucid and less innebriated

No worries -- enjoy yourself for now! :lol:

> Out of interest, what OS are you using?

Windows 2000 Pro, with Service Pack 4.

Also, just noticed that the "About" menu item doesn't work.

Posted: Tue Sep 16, 2003 7:35 pm
by spangly
@PB

Try as I might I cannot seem to reproduce the error on my win2k system, could you provide me with some steps to get the error to appear?