Hi Guys,
I am using Qt-Creator with MinGW-Compiler to create a C++ based application. I added GetCoreTempInfo.dll to to my project and included the header file from the SDK. I also write the following line:
CoreTempProxy *proxy = new CoreTempProxy();
When I want to compile the programmcode, it stops with following message:
Error:undefined reference to `_imp___ZN13CoreTempProxyC1Ev'
I also tried to load the dll dynamically, but it dosn't work. Message: dll cant be loaded, beacause file not found.
Do you have any ideas how to solve this problem?
Thanks!
Greetz Bernie
Users browsing this forum: No registered users and 2 guests

