jaPBe 2.5.2.6 - beta-release

Developed or developing a new product in PureBasic? Tell the world about it.
xMystik
User
User
Posts: 10
Joined: Fri Apr 25, 2003 5:52 pm
Location: England
Contact:

Post by xMystik »

I'm getting the same error now with jaPBe since updating to the new pb beta.
Everything seems ok in the normal PB editor though.

Steve.
User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1285
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Post by Paul »

Yup... Updater returns:


---------------------------
Universal Internet Updater - abort
---------------------------
Found a problem:
404
---------------------------
OK
---------------------------



and IDE returns this when trying to compile with 3.93beta3:

---------------------------
jaPBe - Compiler error
---------------------------
Line 28: A constant can't have a type.
---------------------------
OK
---------------------------

(line 28 is the last line of program which is blank)
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

The problem was the additonal japbe-constants. I have correct this.

please only download the complete file, when the uiu doesn't work:
http://gpihome.de/purebasic/jaPBe/
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

jaPBe always gives an error now: A constant can't have a type

This happens even if my source is just Debug "hello" or something.

I am using jaPBe v2.5.2.20 -- is this the latest version?
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Post by Comtois »

v2.5.2.24 , use UniversalInternetUpdater.exe and choose Japbe beta release :)
Please correct my english
http://purebasic.developpez.com/
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> v2.5.2.24

I see... the subject says v2.5.2.6 though, which is why I was confused.
It should say v2.5.2.06 instead. :P

Okay, it's fixed the bug that I reported above, so that's good. :)

But the UIU still gives a "404" error when I use it... is that simply because
there's no updates available to download, or is it a bug of some kind?
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1285
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Post by Paul »

Updater still gives 404 error.

also:
"jaPBe Source Code.exe" will not install...
Unpack file:
### jaPBe ###.pbfl

Can't create file!
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

Paul wrote:Updater still gives 404 error.

also:
"jaPBe Source Code.exe" will not install...
Unpack file:
### jaPBe ###.pbfl

Can't create file!
Create a folder "sources"
xMystik
User
User
Posts: 10
Joined: Fri Apr 25, 2003 5:52 pm
Location: England
Contact:

Post by xMystik »

All working here now thanks :)

Are you selecting beta from the dropdown on the internet updater?

Steve
User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1285
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Post by Paul »

GPI wrote:
Create a folder "sources"
Umm... isn't that the job of the installer?? :shock:
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

Paul wrote:
GPI wrote:
Create a folder "sources"
Umm... isn't that the job of the installer?? :shock:
Little bug...

Normaly a sources-directory should exist. Sorry for this little handycap.

Edit: And because WoW is down from 7-11, i have now time to program some things :)
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

Ok, i correct this. You can now uninstall the Sources without problems:

http://gpihome.de/uiu/japbe/source/jaPB ... 20Code.exe

@All: Please make a update of the UniversalInternetUpdater:
http://gpihome.de/purebasic/jaPBe/jaPBe ... 0Patch.exe

With this patch i change follow things:
* Sourcecode can be updated
* UIU can now update himself.

The old Update works too, but maybe not full in the future.
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Post by Le Soldat Inconnu »

Hello

I look at your code to modify indentation procedure and I find a little bug

File "Editor-core.pbi"
Line 4105

there are

Code: Select all

If CompareMemoryString(*WordStart,@"EndStructureUnion",1,14)=0
but the len of EndStructureUnion is 17 and not 14 :wink:
LSI
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

I will correct this. Thanks.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

A suggestion for GPI: Perhaps save the Version info for a source in a different
file than the source? I opened one of my apps in the PureBasic editor and
after saving it, all my Version info was gone. :(
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Post Reply