Re: [fpc-devel] path for *.res file

2009-05-23 Thread Jonas Maebe
On 22 May 2009, at 23:00, Dariusz Mazur wrote: How to tell compiler where are *.res files. You can't. As you noticed, they are always searched relative to the directory of the main source file (unless the resource file is specified using an absolute path) Jonas

Re: [fpc-devel] path for *.res file

2009-05-23 Thread Vincent Snijders
Jonas Maebe schreef: On 22 May 2009, at 23:00, Dariusz Mazur wrote: How to tell compiler where are *.res files. You can't. As you noticed, they are always searched relative to the directory of the main source file (unless the resource file is specified using an absolute path) And that

Re: [fpc-devel] path for *.res file

2009-05-23 Thread Jonas Maebe
On 23 May 2009, at 11:05, Vincent Snijders wrote: Can't the searching be extended to the unit directory. It would make the file C:\fpc\2.2.4\units\i386-win32\fcl-base\fclel.res really useful, now have to copy it to my program dir to be able to use deamonapp unit. WDDD? (What Does

Re: [fpc-devel] path for *.res file

2009-05-23 Thread Dariusz Mazur
Jonas Maebe pisze: On 23 May 2009, at 11:05, Vincent Snijders wrote: Can't the searching be extended to the unit directory. It would make the file C:\fpc\2.2.4\units\i386-win32\fcl-base\fclel.res really useful, now have to copy it to my program dir to be able to use deamonapp unit. WDDD?

Re: [fpc-devel] path for *.res file

2009-05-23 Thread Yury Sidorov
From: Vincent Snijders vsnijd...@vodafonevast.nl Jonas Maebe schreef: On 22 May 2009, at 23:00, Dariusz Mazur wrote: How to tell compiler where are *.res files. You can't. As you noticed, they are always searched relative to the directory of the main source file (unless the resource file

Re: [fpc-devel] path for *.res file

2009-05-23 Thread Yury Sidorov
From: Dariusz Mazur dar...@emadar.com Jonas Maebe pisze: On 23 May 2009, at 11:05, Vincent Snijders wrote: Can't the searching be extended to the unit directory. It would make the file C:\fpc\2.2.4\units\i386-win32\fcl-base\fclel.res really useful, now have to copy it to my program dir to

Re: [fpc-devel] String cases development

2009-05-23 Thread Alexander Klenin
On Fri, May 22, 2009 at 23:21, Michael V. Denisenko mik...@mail.ru wrote: Hello everyone, just one question: can anyone monitor my patches: Case of string? He probably wanted to ask for a review. -- Alexander S. Klenin ___ fpc-devel maillist -

[fpc-devel] Indy IdHTTP

2009-05-23 Thread ABorka
Hi, I came across some strange thing while making a simple program using Indy 10. If I use an IdHTTP object to load a web page that redirects to another one, the new destination URL is not passed properly through the event handler. Whether this is an indy or fpc problem, I'm not sure.