4 messages in com.mysql.lists.plusplusRE: Static compiling using BCB6
FromSent OnAttachments
marcin lewandowski19 Sep 2004 12:55 
Darren McDonald19 Sep 2004 23:26 
marcin lewandowski21 Sep 2004 03:13 
Zrin25 Sep 2004 15:15 
Subject:RE: Static compiling using BCB6
From:Zrin (mys@zrin.dhs.org)
Date:09/25/2004 03:15:02 PM
List:com.mysql.lists.plusplus

Project->Options->Linker->Use Dynamic RTL Project->Options->Packages->Build with runtime packages

this has nothing to do with using a dll or static (mysql) library.

If you work this one out, could you let me know? It looks like despite the fact youve staticly linked it, the code it still looking for .dlls/Other dependants.

you have to use static library, not the stub lib for dll. you can easily recognize a stub lib, as it is small; it does not contain code.

IIUC you're trying it with 'mysqlclient.lib', about 3 MiB in size?

probably you would have to compile the lib yourself, as the provided binaries are not directly compatible. although, conversion might be possible. (?)