Hi All,
I am creating a dll using MSVC 2005 and trying to call the dll from my Postgres function but unfortunately PostgreSQL is throwing an error message saying: ERROR: could not load library "C:/Program Files/PostgreSQL/8.3/lib/watchlist.dll": The specified module could not be found. SQL state: 58P01 However I have created the dll and exported the required function to make the dll the callable by PostgeSQL. I am using PostgreSQL 8.3 and the dll have been created successfully without any compilation errors. It would be nice if anyone can help me as I am stuck in this for almost a week. Many thanks. AB