Page 3 of 5

Posted: Thu Feb 24, 2005 2:40 pm
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.

Posted: Thu Feb 24, 2005 6:51 pm
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)

Posted: Thu Feb 24, 2005 7:28 pm
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/

Posted: Thu Feb 24, 2005 7:41 pm
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?

Posted: Thu Feb 24, 2005 7:44 pm
by Comtois
v2.5.2.24 , use UniversalInternetUpdater.exe and choose Japbe beta release :)

Posted: Thu Feb 24, 2005 7:54 pm
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?

Posted: Thu Feb 24, 2005 10:18 pm
by Paul
Updater still gives 404 error.

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

Can't create file!

Posted: Thu Feb 24, 2005 10:21 pm
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"

Posted: Thu Feb 24, 2005 10:21 pm
by xMystik
All working here now thanks :)

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

Steve

Posted: Thu Feb 24, 2005 10:25 pm
by Paul
GPI wrote:
Create a folder "sources"
Umm... isn't that the job of the installer?? :shock:

Posted: Fri Feb 25, 2005 8:15 am
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 :)

Posted: Fri Feb 25, 2005 10:58 am
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.

Posted: Fri Feb 25, 2005 9:20 pm
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:

Posted: Sat Feb 26, 2005 12:06 am
by GPI
I will correct this. Thanks.

Posted: Sat Feb 26, 2005 11:36 am
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. :(