Re: [Lazarus] ShellExecute

2009-12-19 Thread Manuel Galeote
The language of my operating system is Spanish (accent, ñ,…) and in fact, the following: .. Archivo= AnsiToUtf8(Directory) + AnsiToUtf8(SearchRec.Name); //This is from a routine that runs through a directory looking for files. Works perfectly with this. ShellExecuteW(0, nil,

Re: [Lazarus] LazCompilerOptions not set anymore?

2009-12-19 Thread Mattias Gaertner
On 19 Dec 2009 01:02:29 - Phil Hess macp...@fastermac.net wrote: Most of the settings I'm making in a custom application type are no longer honored. For example, TProjectDescriptor descendant's InitProject is passed a TLazProject. But most of the settings made to its

Re: [Lazarus] LazCompilerOptions not set anymore?

2009-12-19 Thread Phil Hess
Your fix works good now, although I'm not sure of the explanation. I don't see compileroptions.xml anywhere and in any case don't know what its relationship is to project settings that, say, File | New | ExtPascal Application is making (which should never be overridden). Thanks. -Phil -