|
|||||||
![]() |
|
|
LinkBack | 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 |
|
DriverHeaven Extreme Member
Join Date: Jan 2005
Posts: 4,836
Rep Power: 41 ![]() ![]() ![]() |
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 |
|
|
|
|
|
#3 |
|
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. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|