[Qt-interest] how to set dll path

Konstantin Tokarev annulen at yandex.ru
Tue Sep 20 16:12:40 CEST 2011


20.09.2011, 18:06, "Vincent Cai" <wcai at cypress.com>:
> I think the dll with C++ language and created by Qt has exported all the members to application.

It's not true, you need to explicitly export all public classes, functions, and variables.

>
> But I have a dll which is created with pure C language and gcc compiler.

The same rule applies.
-- 
Regards,
Konstantin



More information about the Qt-interest-old mailing list