Page 1 of 1

PostgreSQL - pgdac error

Posted: Thu 30 Aug 2012 08:54
by Lacmane
Hi,

I am working with Borland/Embarcadero C++ builder 2007, and i downloaded pgdac and installed it.
But when i build my project it gives me an error.
I think the problem has to do with pgDac that i downloaded and installed.
I downloaded it from, http://www.devart.com/pgdac/download.html ( its the 'PgDAC 3.2 for Delphi, C++Builder, and RAD Studio 2007' ).

Error:
[Linker Error] Unresolved external 'WSAIoctl' referenced from C:\PROGRAM
FILES (X86)\CODEGEAR\RAD STUDIO\5.0\LIB\DAC105.LIB|CRVioTcp

Can you help me?

Thanks!
Leandro Lacmane

Re: PostgreSQL - pgdac error

Posted: Thu 30 Aug 2012 09:43
by AlexP
Hello,

Thank you for the information.
We've already fixed problem.
This fix will be included in the next build.

For the time being, to resolve this problem, you should include the ws2_32.lib library into your project

Code: Select all

#include "ws2_32.lib";