Page 1 of 1

Tool problem [PureBasic 4.10 beta 4]

Posted: Tue Oct 23, 2007 4:48 pm
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

Posted: Tue Oct 23, 2007 5:15 pm
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... ;)

Posted: Tue Oct 23, 2007 7:20 pm
by MLK
Image