Hi!! Good morning!!

First, thanks for attend me. And sorry for my bad english.

I try to modify the code of the demo: sqlbrowser in qy 4.6.0.0. I download the binaries, and the precompiled version for qt 4.6 with all libraries also compiled. I created the project to VS2008, i compiled them, and I get the following linker problem when need a precompiled library of sql plugins (PostgreSQL):

Qt Code:
  1. 'sqlbrowser.exe': se cargó 'P:\Programas\Qt_4.6\plugins\sqldrivers\qsqlpsqld4.dll'
  2. LDR: LdrpWalkImportDescriptor() failed to probe P:\Programas\Qt_4.6\plugins\sqldrivers\qsqlpsqld4.dll for its manifest, ntstatus 0xc0150002
  3. 'sqlbrowser.exe': se descargó 'P:\Programas\Qt_4.6\plugins\sqldrivers\qsqlpsqld4.dll'
To copy to clipboard, switch view to plain text mode 


I tried to add a direct reference to the dll with Visual Studio 2008 (qsqlpsqld4.dll) but it tells me is corrupt and can not be read (in compilation).

I assume that is corrupted, but I have not generated, the source is precompiled, and I download it.

The solution: recompile the library PLSQL??? What is your opinion???

Thank you very much for your attention.

Aureon