|
|||||||
![]() |
|
|
Thread Tools |
|
|
#1 | ||
|
S-3D enthusiast
|
C++ Compilation error (peak plugin)
I tried to compile the peak plugin from the SDK. It gives me an error. Here it is :
Quote:
Quote:
|
||
|
|
|
|
|
#2 |
|
HardwareHeaven Extreme Member
Join Date: Jan 2005
Posts: 5,561
Rep Power: 62 ![]() ![]() ![]() ![]() ![]() ![]() |
It may have something to do with a different version of the MFC library. Try changing the parameter that is passed to the OnTimer function from UINT_PTR to UINT (in both the .h and .cpp file).
-Russ |
|
|
|
|
|
|
|
S-3D enthusiast
|
That worked. Thank you. I would never have found the solution myself as I don't have enought C++ knowledge for that.
I want to use a timer in a plugin i'll make so I wanted to first successfully compile a plugin that contains one before starting to implement it in my own plugin. |
|
|
|
![]() |
| Thread Tools | |
|
|