Error in Loading DLL using Postgres function

Started by Nonameover 16 years ago2 messagesgeneral
Jump to latest
#1Noname
A.Bhattacharya@sungard.com

Hi All,

I am trying to load a dll using the Postgres function but whenever I am
calling it is giving me the below error message. I am using Win32
machine and compiled and created the dll using MSVC2005.

ERROR: could not load library "C:/Program
Files/PostgreSQL/8.3/lib/watchlist.dll": This application has failed to
start because the application configuration is incorrect. Reinstalling
the application may fix this problem.

Appreciate any help on this.

Many thanks in advance

#2Merlin Moncure
mmoncure@gmail.com
In reply to: Noname (#1)
Re: Error in Loading DLL using Postgres function

On Mon, Nov 23, 2009 at 9:10 AM, <A.Bhattacharya@sungard.com> wrote:

Hi All,
I am trying to load a dll using the Postgres function but whenever I am
calling it is giving me the below error message. I am using Win32 machine
and compiled and created the dll using MSVC2005.

ERROR:  could not load library "C:/Program
Files/PostgreSQL/8.3/lib/watchlist.dll": This application has failed to
start because the application configuration is incorrect. Reinstalling the
application may fix this problem.

I don't know for sure, but I bet it's a problem with manifest files.

merlin