Pat Heuvel replied to Bogdan Grabinski's topic in Databases
You should only need the bitness that relates to your binary. But you will also get the same message if the libraries that libpq needs aren't there, so make sure you also have:
libeay32.dll
libintl-8.dll
ssleay32.dll
in the same directory.
If you still need the 32-bit libpq, you can get it by downloading an old pgadmin.
Gday,
From the Delphi drag and drop example:
DragImage := Control.MakeScreenshot;
Svc.BeginDragDrop(Self, DragData, DragImage);
DragImage is a TBitmap
Control is a TControl descendent
Regards,
Pat