[Lazarus] Error: Can not load PostgreSQL Client library libpq.dll.

2012-09-29 Thread Eric Kom
Good day, Please I got a problem with libpq.dll library file, want I tried to select the Connected property to True, I received the Error: Can not load PostgreSQL client library libpq.dll. Ckeck you installation. The library has been installed and copied to the project file. -- Kind Regards

Re: [Lazarus] Error: Can not load PostgreSQL Client library libpq.dll.

2012-09-29 Thread Reinier Olislagers
On 29-9-2012 10:09, Eric Kom wrote: Good day, Please I got a problem with libpq.dll library file, want I tried to select the Connected property to True, I received the Error: Can not load PostgreSQL client library libpq.dll. Ckeck you installation. The library has been installed and

Re: [Lazarus] Error: Can not load PostgreSQL Client library libpq.dll.

2012-09-29 Thread Ludo Brands
Please I got a problem with libpq.dll library file, want I tried to select the Connected property to True, I received the Error: Can not load PostgreSQL client library libpq.dll. Ckeck you installation. The library has been installed and copied to the project file. Libpq.dll has many

Re: [Lazarus] Error: Can not load PostgreSQL Client library libpq.dll.

2012-09-29 Thread Eric Kom
On 29/09/2012 10:33, Reinier Olislagers wrote: On 29-9-2012 10:09, Eric Kom wrote: Good day, Please I got a problem with libpq.dll library file, want I tried to select the Connected property to True, I received the Error: Can not load PostgreSQL client library libpq.dll. Ckeck you

Re: [Lazarus] Error: Can not load PostgreSQL Client library libpq.dll.

2012-09-29 Thread Reinier Olislagers
On 29-9-2012 10:54, Eric Kom wrote: On 29/09/2012 10:33, Reinier Olislagers wrote: On 29-9-2012 10:09, Eric Kom wrote: Good day, Please I got a problem with libpq.dll library file, want I tried to select the Connected property to True, I received the Error: Can not load PostgreSQL client

Re: [Lazarus] Error: Can not load PostgreSQL Client librarylibpq.dll.

2012-09-29 Thread Ludo Brands
am running on debian amd64, I installed virtualbox where I ran lazarus on windows XP 32bit. Here is the opened files output of Process Explorer for a simple fpc program on win xp sp2 that makes a connection to a postgres database over the network: Process: project1.exe Pid: 4268 Name

Re: [Lazarus] Running external process from within Lazarus design package

2012-09-29 Thread Bernd
2012/9/28 Bernd prof7...@gmail.com: I need to run an external program from within my lazarus package. Ok, I think I have found this one myself, this seems to work: uses IDEExternToolIntf; begin ... Tool := TIDEExternalToolOptions.Create; Tool.Filename := '/bin/sh';

Re: [Lazarus] Error: Can not load PostgreSQL Client librarylibpq.dll.

2012-09-29 Thread zeljko
On Saturday 29 of September 2012 11:14:58 Ludo Brands wrote: LPK.DLL Language Pack Microsoft Corporation 5.01.2600.2180 MSVCR90.dll Microsoft® C Runtime LibraryMicrosoft Corporation 9.00.30729.5570 msvcrt.dllWindows NT CRT DLL Microsoft Corporation 7.00.2600.2180

Re: [Lazarus] Error: Can not load PostgreSQL Client librarylibpq.dll.

2012-09-29 Thread Mark Morgan Lloyd
zeljko wrote: On Saturday 29 of September 2012 11:14:58 Ludo Brands wrote: LPK.DLL Language Pack Microsoft Corporation 5.01.2600.2180 MSVCR90.dll Microsoft® C Runtime LibraryMicrosoft Corporation 9.00.30729.5570 msvcrt.dll Windows NT CRT DLL Microsoft Corporation

Re: [Lazarus] Error: Can not load PostgreSQL Client librarylibpq.dll.

2012-09-29 Thread Reinier Olislagers
On 29-9-2012 17:17, Mark Morgan Lloyd wrote: zeljko wrote: On Saturday 29 of September 2012 11:14:58 Ludo Brands wrote: LPK.DLLLanguage PackMicrosoft Corporation5.01.2600.2180 MSVCR90.dllMicrosoft® C Runtime LibraryMicrosoft Corporation 9.00.30729.5570 msvcrt.dll

Re: [Lazarus] Error: Can not load PostgreSQL Client librarylibpq.dll.

2012-09-29 Thread Mark Morgan Lloyd
Reinier Olislagers wrote: On 29-9-2012 17:17, Mark Morgan Lloyd wrote: zeljko wrote: On Saturday 29 of September 2012 11:14:58 Ludo Brands wrote: LPK.DLLLanguage PackMicrosoft Corporation5.01.2600.2180 MSVCR90.dllMicrosoft® C Runtime LibraryMicrosoft Corporation

[Lazarus] Find declaration bug?

2012-09-29 Thread patspiper
Hi, I am not sure if this is the intended behaviour, and hence my post. Under Ubuntu 11.04: Create a new project, set its Target OS (Code Generation) to win32 and set LCLWidgetType to Win32 in IDE Macro Values. Add unit seri and try autocomplete. Code Tools will not suggest anything as

Re: [Lazarus] getting version info of active project from within a design time package

2012-09-29 Thread Bernd
2012/9/28 Bernd prof7...@gmail.com: I need to read the version number of the currently active project in my design time package. For this I have written the following code: function TSettings.GetVersion: String; var Res: TAbstractProjectResources; ResVer: TProjectVersionInfo; begin

Re: [Lazarus] Find declaration bug?

2012-09-29 Thread Mark Morgan Lloyd
patspiper wrote: Hi, I am not sure if this is the intended behaviour, and hence my post. Under Ubuntu 11.04: Create a new project, set its Target OS (Code Generation) to win32 and set LCLWidgetType to Win32 in IDE Macro Values. Add unit seri and try autocomplete. Code Tools will not suggest

Re: [Lazarus] Find declaration bug?

2012-09-29 Thread patspiper
On 29/09/12 23:09, Mark Morgan Lloyd wrote: patspiper wrote: Hi, I am not sure if this is the intended behaviour, and hence my post. Under Ubuntu 11.04: Create a new project, set its Target OS (Code Generation) to win32 and set LCLWidgetType to Win32 in IDE Macro Values. Add unit seri and

Re: [Lazarus] Error: Can not load PostgreSQL Client librarylibpq.dll.

2012-09-29 Thread Reinier Olislagers
On 29-9-2012 20:37, Mark Morgan Lloyd wrote: Reinier Olislagers wrote: On 29-9-2012 17:17, Mark Morgan Lloyd wrote: Historically, I've used ODBC on Win-32 and sometimes on unix. The libpq.dll the comes with the ODBC drivers looks as though it's been compiled with gcc running natively, and

Re: [Lazarus] Find declaration bug?

2012-09-29 Thread Mattias Gaertner
On Sat, 29 Sep 2012 22:33:34 +0300 patspiper patspi...@gmail.com wrote: Hi, I am not sure if this is the intended behaviour, and hence my post. Under Ubuntu 11.04: Create a new project, set its Target OS (Code Generation) to win32 and set LCLWidgetType to Win32 in IDE Macro Values.