Page 3 of 3
Posted: Fri Aug 10, 2007 10:46 pm
by QuimV
@netmaestro
Thanks a lot.
Posted: Sun Aug 12, 2007 2:47 am
by michaeled314
I don't really like the highlighted parens

Posted: Thu Sep 06, 2007 6:20 am
by J. Baker
Did multiple patterns for ExamineDirectory() make it in the upcoming release?
Posted: Mon Sep 17, 2007 7:08 am
by akee
It is possible to have the Compile and Run feature to generate the executable in the same folder as the source code? This can help with the POLINK error in Vista if it were to be created inside the Compiler folder.
Posted: Mon Sep 17, 2007 10:37 am
by PB
> It is possible to have the Compile and Run feature to generate the
> executable in the same folder as the source code?
Yes, it's in the Prefs.
Posted: Wed Sep 19, 2007 9:50 am
by akee
PB wrote:> It is possible to have the Compile and Run feature to generate the
> executable in the same folder as the source code?
Yes, it's in the Prefs.
Hmmm... Where in Preferences? When I click Compile/Run, the exe is always created in C:\Program Files\PureBasic\Compilers\PureBasic
N.exe. Like If my source is D:\MYCODE\SAMPLE.pb, then clicking Compile/Run should create D:\MYCODE\SAMPLE.exe.
Posted: Wed Sep 19, 2007 10:16 am
by mskuma
Not sure if this is it.. I think it's in Editor > Defaults > Create temporary executable in source directory. Maybe you have to restart PB for it to take effect, and the exe will be removed after you close the source.
Posted: Wed Sep 19, 2007 10:59 am
by PB
It doesn't seem to work in the Prefs where mskuma says, but if you go to the
Compiler menu for your app, and select Compiler Options, and the Compile/Run
tab, and select it there, then yes, the exe is created in the source folder.
Posted: Wed Sep 19, 2007 11:05 am
by mskuma
That's what I thought initially, but the pref works if you restart PB. Of course it also works immediately when you specify it directly in the compile options for the source you're working on.
Posted: Wed Sep 19, 2007 11:23 am
by PB
Oh, I see. Thanks for clarifying (I misunderstood at first).
Posted: Wed Sep 19, 2007 11:27 am
by akee
Hmmm... Seem to get the message "Compiler isn't loaded yet...".

Posted: Wed Sep 19, 2007 12:54 pm
by freak
The compiler menu is where the settings are.
In the preferences, you can set the default values for the compiler menu for newly
created sources. It does not affect already existing ones.