[PB 440_b2]Bug in OnError function ErrorFile()?

Just starting out? Need help? Post your questions and find answers here.
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

[PB 440_b2]Bug in OnError function ErrorFile()?

Post by nicolaus »

Hello,

If i use the OnError example from the help file (german) and create a exe and start this one it works very well.
But the function ErrorFile() shows not the right source file, it shows all the time a path and file like this one:
Sourcecode file: C:\Users\Nico\AppData\Local\Temp\PB_EditorOutput2.pb
The source file name in my test is on_error.pb.

The problem is that the file what shows ErrorFile() is a temp file with a wrong name and so i dont no the right source file name where the error is.

I hope you know what i mean.

regards,
Nico
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Try the PB IDE instead of jaPBe.
quidquid Latine dictum sit altum videtur
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Post by nicolaus »

freak wrote:Try the PB IDE instead of jaPBe.
@freak thx for this info :wink:
Post Reply