Re: [fpc-pascal] DLL Linking

2005-06-22 Thread Michalis Kamburelis
L505 wrote: | C:\Documents and Settings\\Application Data\\ | | Or sometimes, if the installer is set up for it: | | C:\Documents and Settings\All Users\Application Data\\ Yuck, and since there is no "documents and settings" directory on Linux, it's not a cross platform way of building apps. Of

Re: [fpc-pascal] DLL Linking

2005-06-21 Thread Steve Williams
L505 wrote: | Note that this is not allowed on Windows XP if your application is in | the Program Files directory. Applications are not allowed or should not | write to their application directory due to security restrictions. | | -- | Sly Really? So MS encourages you to write everything to the

Re: [fpc-pascal] DLL Linking

2005-06-21 Thread L505
| C:\Documents and Settings\\Application Data\\ | | Or sometimes, if the installer is set up for it: | | C:\Documents and Settings\All Users\Application Data\\ Yuck, and since there is no "documents and settings" directory on Linux, it's not a cross platform way of building apps. Of course, you'v

Re: [fpc-pascal] DLL Linking

2005-06-21 Thread Jeff Wormsley
L505 wrote: | Note that this is not allowed on Windows XP if your application is in | the Program Files directory. Applications are not allowed or should not | write to their application directory due to security restrictions. | | -- | Sly Really? So MS encourages you to write everything to th

Re: [fpc-pascal] DLL Linking

2005-06-21 Thread L505
| Note that this is not allowed on Windows XP if your application is in | the Program Files directory. Applications are not allowed or should not | write to their application directory due to security restrictions. | | -- | Sly Really? So MS encourages you to write everything to the main drive:\

Re: [fpc-pascal] DLL Linking

2005-06-21 Thread Steve Williams
Pianoman wrote: Hi everyone, I have one question: Is it possible to link a Routine from DLL to my exe directly. Point is that I don't want distribute other files with the program and it would be nice to have only one executable nothing more. I use Bass audio library for playback and I

Re: [fpc-pascal] DLL Linking

2005-06-21 Thread Jonas Maebe
On 21 jun 2005, at 16:36, Pianoman wrote: Hi everyone, I have one question: Is it possible to link a Routine from DLL to my exe directly. Point is that I don't want distribute other files with the program and it would be nice to have only one executable nothing more. I use Bass a

[fpc-pascal] DLL Linking

2005-06-21 Thread Pianoman
Hi everyone, I have one question: Is it possible to link a Routine from DLL to my exe directly. Point is that I don't want distribute other files with the program and it would be nice to have only one executable nothing more. I use Bass audio library for playback and I am interested if