[Qt-interest] Making a Qt program into a dynamic library

Oliver.Knoll at comit.ch Oliver.Knoll at comit.ch
Wed Dec 16 15:54:45 CET 2009


Knoll Oliver, ITS-CMT-SUI-SL-PDC-FIN-DEV wrote on Tuesday, December 15, 2009 5:52 PM:

> ...
> A "plugin" is nothing else than an ordinary shared library (*.dll,
> *.so, *.dynlib, ...), additionally with some "well-known"
> create/delete functions (C style!) which can be "dllopened" ...

Hmm, seems I had given you the hint about extern "C" (aka "C style" ;) already yesterday.

Still I also initially forgot to "extern "C"" my own create() function... ;)

Cheers, Oliver
-- 
Oliver Knoll
Dipl. Informatik-Ing. ETH
COMIT AG - ++41 79 520 95 22



More information about the Qt-interest-old mailing list