[Qt-interest] how to set dll path
Vincent Cai
wcai at cypress.com
Tue Sep 20 16:17:46 CEST 2011
Below code is generated by Qt Creator automatically, which I think could export data and function members:
class GEN4TSASHARED_EXPORT Gen4TSA {
public:
Gen4TSA();
quint8 INC(quint8 Input);
};
But my dll is pure C code, how can I do the same thing?
Again, a good document is very appreciated. :)
-----Original Message-----
From: Konstantin Tokarev [mailto:annulen at yandex.ru]
Sent: 2011年9月20日 22:13
To: Vincent Cai
Cc: BOUCARD Olivier; qt-interest at qt.nokia.com
Subject: Re: how to set dll path
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
This message and any attachments may contain Cypress (or its subsidiaries) confidential information. If it has been received in error, please advise the sender and immediately delete this message.
More information about the Qt-interest-old
mailing list