PBBuild2 - New Compiler Frontend

Developed or developing a new product in PureBasic? Tell the world about it.
spangly
User
User
Posts: 54
Joined: Mon Apr 28, 2003 8:26 pm
Contact:

PBBuild2 - New Compiler Frontend

Post 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/
User avatar
Inner
PureBasic Expert
PureBasic Expert
Posts: 714
Joined: Fri Apr 25, 2003 4:47 pm
Location: New Zealand

Post by Inner »

well :P wish I'd see this before I wrote my own :/
venom
User
User
Posts: 56
Joined: Fri Jul 25, 2003 1:54 pm
Location: Australia

Post by venom »

Is there another place I can get it? because the link doesn't work.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
User avatar
Ajm
Enthusiast
Enthusiast
Posts: 242
Joined: Fri Apr 25, 2003 9:27 pm
Location: Kent, UK

Post 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.
Regards

Andy

Image
Registered PB & PureVision User
Ralf
Enthusiast
Enthusiast
Posts: 203
Joined: Fri May 30, 2003 1:29 pm
Location: Germany

Post by Ralf »

Ajm wrote:Hi
The memeory at 0x0000000 cannot be written.
where can we find the source of PBbuild? :wink:
spangly
User
User
Posts: 54
Joined: Mon Apr 28, 2003 8:26 pm
Contact:

Post by spangly »

Ralf wrote:where can we find the source of PBbuild? :wink:
Erm, on the hard drive of one of my computers :lol:
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: PBBuild2 - New Compiler Frontend

Post 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...
spangly
User
User
Posts: 54
Joined: Mon Apr 28, 2003 8:26 pm
Contact:

Post by spangly »

I'll take a look at it today....

Edit: New version available, problem should be fixed

http://spangly.purebasic.org
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post 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.
spangly
User
User
Posts: 54
Joined: Mon Apr 28, 2003 8:26 pm
Contact:

Post 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.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post 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?
spangly
User
User
Posts: 54
Joined: Mon Apr 28, 2003 8:26 pm
Contact:

Post 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?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post 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.
spangly
User
User
Posts: 54
Joined: Mon Apr 28, 2003 8:26 pm
Contact:

Post 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?
Post Reply