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
PostgreSQL - pgdac error
Re: PostgreSQL - pgdac error
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
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";