Hi,
On Aug 5, 2009, at 2:45 PM, ext Eirik Ulvik wrote:
> Sorry to nag on about this. As it seems I am alone with this problem
> are there anyone that has a pointer to where I can look in the code
> to identify what happens here? It would also be great of someone
> could take the time and verify if they also have my same problem.
replace
#define MYLIBDLL _declspec(dllexport)
with
#define MYLIBDLL __declspec(dllexport)
and
class MYLIBDLL MyClass
with
class MYLIBDLL MyClass {
ciao robe
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator