Page 76 of 104

Posted: Tue Dec 30, 2008 8:52 am
by gnozal
nicolaus wrote:Yes i have test it with PB IDE and it works fine with the PB IDE.
I have test it with Vista 32 bit and XP SP3 and with all the systems i have the same result.
With the PB IDE it works and with jaPBe a see the error.
Like I said, I can't reproduce the problem.
I compiled the code (copy/paste from help file) without an error / warning with jaPBe 3.8.12.746 - WinXP - PB4.30 final.
Maybe a configuration issue : subsystem ? preferences ? ... ?

Posted: Tue Dec 30, 2008 8:58 am
by gnozal
mback2k wrote:I found a very little typo in the Registry.pbi that I gave you.
Thanks, archive updated.

Posted: Wed Jan 07, 2009 2:03 pm
by mback2k
Is it normal that the PB compiler is restarted everytime I build an executable with NT4 support? jaPBe thinks that I haved changed the flag and that it must restart the compiler, but I didn't change it.

Posted: Wed Jan 07, 2009 3:19 pm
by gnozal
mback2k wrote:Is it normal that the PB compiler is restarted everytime I build an executable with NT4 support?
AFAIK yes, as NT4 is a subsystem with PB4 (like OpenGL or DirectX9).
freak 25 Apr 2003 [Post # of this thread] wrote:...So you have to include the /UNICODE and /SUBSYSTEM parameters in the call that starts the compiler, and whenever the setting changes, you have to kill and restart the compiler with the needed flags set.
http://www.purebasic.fr/english/viewtop ... c&start=36
[EDIT : link to Freaks post]

Posted: Wed Jan 07, 2009 3:32 pm
by mback2k
Ok, but does it need to be restarted everytime I create an executable? Even without opening and compiling another file?

Posted: Wed Jan 07, 2009 3:50 pm
by gnozal
mback2k wrote:Ok, but does it need to be restarted everytime I create an executable? Even without opening and compiling another file?
No.
If I load the file below, the compiler restarts once [-> NT4]. Then, if I compile the file [F5 or F6 or F8], the compiler doesn't restart every time.

Code: Select all

MessageRequester("", "")
; jaPBe Version=3.8.12.746
; Build=3
; Language=0x0000 Language Neutral
; FirstLine=0
; CursorPosition=0
; EnableNT4
; UseIcon=..\jaPBe\Icons\DefaultProject.ico
; ExecutableFormat=Windows
; Executable=C:\PureBasic430\Program\testNT4.exe
; DontSaveDeclare
; EOF

PB4.30/jaPBe3.9.1.749, compiler error (968) ...

Posted: Thu Jan 15, 2009 9:08 am
by Anden
... followed by POLINK: error: Unresolved external symbol '_PB_Screen_FullScreenWindow'

But does compile with the original IDE.

Anyone familiar with compiler error 968 :-)

Re: PB4.30/jaPBe3.9.1.749, compiler error (968) ...

Posted: Thu Jan 15, 2009 9:21 am
by gnozal
Anden wrote:... followed by POLINK: error: Unresolved external symbol '_PB_Screen_FullScreenWindow'
Some code to reproduce the issue would help.

Posted: Thu Jan 15, 2009 10:02 am
by Anden
I'm not very confident. It's 270 KB source and the compiler error is not very specific at all.

Shall I send a private email?

Posted: Thu Jan 15, 2009 10:44 am
by rsts
3.8.10.730
Windows 7
Very long, loud 'beep' from speakers each time I start jaPBe.

Any other windows 7 users experience this?

cheers

Posted: Thu Jan 15, 2009 10:45 am
by gnozal
Anden wrote:I'm not very confident. It's 270 KB source and the compiler error is not very specific at all.
Shall I send a private email?
If you want.

Posted: Thu Jan 15, 2009 10:49 am
by gnozal
rsts wrote:3.8.10.730
Windows 7
Very long, loud 'beep' from speakers each time I start jaPBe.
Wow, that's strange.
There isn't any Beep_() or MessageBeep_() call in the jaPBe sources.
Only Playsound_() is used, if activated in preferences, and not at startup.
1. Could you try the latest build : 3.9.1.750 ?
2. 'Each time I start jaPBe' suggests some issue with the compiler interface (?). Does it make the same sound when you restart the compiler from jaPBe ?

Posted: Thu Jan 15, 2009 11:13 am
by rsts
gnozal wrote:Wow, that's strange.
There isn't any Beep_() or MessageBeep_() call in the jaPBe sources.
Only Playsound_() is used, if activated in preferences, and not at startup.
1. Could you try the latest build : 3.9.1.750 ?
2. 'Each time I start jaPBe' suggests some issue with the compiler interface (?). Does it make the same sound when you restart the compiler from jaPBe ?
It's a long, high pitched "beep" through the speakers. It's not the system beep.
Do not get it restarting the compiler.
Still get it after updating to 3.9.1.750
Some windows 7 thing. Might be cleared up by the time it goes public.
cheers

Posted: Fri Jan 16, 2009 3:15 pm
by gnozal
Update (build 755)

Changes :
- added : function parameters tooltips ; while editing function parameters, jaPBe shows a tooltip for the current parameter.
Image
You may find this new feature annoying : it can be disabled in Preferences ('General 2' tab).
- fixed : F1 help not working for OffsetOf() / SizeOf().
- manual updated.

Posted: Thu Jan 22, 2009 9:36 am
by gnozal
Update (build 757)

Changes :
- added : new option 'Display current procedure in status bar' in Preferences [Style/Editor].
If enabled, the current procedure name [where the carret is] is displayed in the status bar.
- fixed a bug introduced in previous build
- manual updated.