Page 8 of 104
Posted: Wed Feb 22, 2006 10:09 am
by gnozal
Update
Changes :
- some fixes
- added /SUBSYSTEM OPENGL compiler flag
Posted: Wed Feb 22, 2006 11:23 am
by Flype
Hello Gnozal,
Considering the number of updates you made to jaPBe,
In my humble opinion, i think it's time, if you can, to add a 'UniversalInternetUpdate' profile in the 'C:\Program files\jaPBe\uiu\' folder.
For example, the 'japbebeta.txt' file :
Code: Select all
Info = jaPBe Beta Release
URL = http://gpihome.de/uiu/japbe/beta
Install = *
SimpleCharConvert = 1
You might create yours in order to allow us to update easily your 'hotfixes'.

It could be 'japbepb4.txt' :
Code: Select all
Info = jaPBe PB4.0 Release
URL = http://people.freenet.de/gnozal/
Install = *
SimpleCharConvert = 1
Posted: Wed Feb 22, 2006 11:44 am
by gnozal
Flype wrote:Hello Gnozal,
Considering the number of updates you made to jaPBe,
In my humble opinion, i think it's time, if you can, to add a 'UniversalInternetUpdate' profile in the 'C:\Program files\jaPBe\uiu\' folder.
Don't worry, it should be the last update before PB4.00 final (except bug fixes).
When PB4.00 final is released, I will update HELP.PBI (I cannot do this now as I don't know the structure of the new Purebasic.chm).
Concerning the automatic update, I don't know how it works, have never used it (firewall ...) and it means uploading all files separately (and not in one archive) wich is non very convenient for me as I cannot use FTP (firewall ... again ...). Sorry.
Posted: Wed Feb 22, 2006 12:07 pm
by Flype
Tant pis

Posted: Wed Feb 22, 2006 5:05 pm
by Xombie
gnozal - I still haven't had time to test my main program with the unicode switch but I have another problem that I'm seeing. I'm not even sure this is completely a japbe error.
It's weird but sometimes when I try to compile/debug japbe will act like it's compiling (all of the compile menu options become grayed out and the little compiling avi plays in the bottom-left portion) but then nothing. It just hangs there. I have to click "Restart Compiler" to get japbe working again. I can do compile without debug and compile executable fine. Just not debug. It's very strange and it's happened before. Has anyone else had this happened? What can I do?
Posted: Thu Feb 23, 2006 1:16 am
by Sparkie
I'm with you Xombie - same lock up when using compile/debug.
@GPI: Thank you for giving birth to jaPBe
@gnozal: Thank you for al your efforts to keeping jaPBe alive

Posted: Thu Feb 23, 2006 9:02 am
by gnozal
Sparkie wrote:I'm with you Xombie - same lock up when using compile/debug.

Doesn't happen here

(Win98SE or WinNT4)
It happens only with F6, and not with F5 ? The only thing that is different between F5 and F6 is the #PB_FLG_DEBUGGER compiler flag (see COMPILER.PBI / CompileRun() function) ....
I did not change anything in the CompileRun() function, except a check to restart the compiler with the correct switches (if /UNICODE or /SUBSYSTEM).
Posted: Thu Feb 23, 2006 1:57 pm
by Thorsten1867
gnozal wrote:Concerning the automatic update, I don't know how it works, have never used it (firewall ...) and it means uploading all files separately (and not in one archive) wich is non very convenient for me as I cannot use FTP (firewall ... again ...). Sorry.
I use it the internetupdater for my own program. It's very easy.
There is an program 'UpdateCreator.exe', which generates the two files (archive), which you must upload. That's all.
Posted: Thu Feb 23, 2006 3:16 pm
by Sparkie
gnozal wrote:It happens only with F6, and not with F5 ?
That is correct. I have just uninstalled/reinstalled jaPBe (ver 2.5.4.22), then your PB4 patch (ver 2.6.2.2116) and still no luck.

Posted: Thu Feb 23, 2006 3:28 pm
by gnozal
Sparkie wrote:gnozal wrote:It happens only with F6, and not with F5 ?
That is correct. I have just uninstalled/reinstalled jaPBe (ver 2.5.4.22), then your PB4 patch (ver 2.6.2.2116) and still no luck.

Hard to fix a bug if it can't reproduce it ...
Maybe it's because of the external debugger (the official PBIDE uses it's own internal debugger by default). Can you reproduce the problem with the official IDE + external debugger ?
Posted: Thu Feb 23, 2006 3:51 pm
by Sparkie
gnozal wrote:Hard to fix a bug if it can't reproduce it ...
Been there a few times myself.
No, I can't reproduce the bug with PB's integrated or standalone debugger.
I will experiment some more later tonight when I have more time.

Posted: Thu Feb 23, 2006 4:00 pm
by Sparkie
Solved the problem. It's a WinXP SP2 security issue.
Go to PureBasic\Compilers folder
Right click PBDebugger.exe and select Properties and then click Unblock
Right click PBDebuggerUnicode.exe and select Properties and then click Unblock

Posted: Thu Feb 23, 2006 4:07 pm
by gnozal
Sparkie wrote:Solved the problem. It's a WinXP SP2 security issue.
Glad to hear this

But why only with jaPBe ?
Posted: Thu Feb 23, 2006 4:35 pm
by Sparkie
I just got to work and in addition to the 2 debugger exe's, I also had to Unblock PureBasic.exe in the Purebasic folder. Same goes for Visual Designer.exe.
gnozal wrote:But why only with jaPBe ?
Attempting to execute app from a 3rd party app

Posted: Thu Feb 23, 2006 6:38 pm
by Jan Vooijs
GNozal,
Since YOU are the (un)offical code keeper of jaPBe can you add the HARD-CODED tabs instead of SPACES (sorry for shouting) or since everybode wants the spaces (i prefer TABS) to make it a switch?
That is the only thing wrong with jaPBe the rest is wonderfull!!
Oh one more thing is it possible to set all the fonts used with only ONE click of a button, now you have to do it one by one if one wants to switch fonts, from say corrier to fixedsys. Some kind of master button listbox?
Thanks for the conversion to PB4.
Jan Vooijs