Tool problem [PureBasic 4.10 beta 4]

Working on new editor enhancements?
MLK
User
User
Posts: 57
Joined: Sat Jan 24, 2004 8:46 pm
Location: Germany

Tool problem [PureBasic 4.10 beta 4]

Post by MLK »

test this as simple IDE tool:

Code: Select all

PB$ = OpenFileRequester("choose purebasic.exe", "", "", 0)
If PB$
    RunProgram(PB$, #DOUBLEQUOTE$ + GetPathPart(PB$) + "examples\sources\file.pb" + #DOUBLEQUOTE$, "")
EndIf
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Works as i would expect here.

What exactly is happening for you, and what would you expect to happen ?
Also, how did you configure your tool ?

A little more info please... ;)
quidquid Latine dictum sit altum videtur
MLK
User
User
Posts: 57
Joined: Sat Jan 24, 2004 8:46 pm
Location: Germany

Post by MLK »

Image
Post Reply