View Single Post
Old 10-12-2009, 06:49 AM   #102
Fabian
Human being with feelings
 
Fabian's Avatar
 
Join Date: Sep 2008
Location: Sweden
Posts: 7,417
Default

Oops :-(

In the 3.12 generated reaper_plugin_functions.h, MSVC++ chokes on
Code:
REAPERAPI_DECL bool (*ValidatePtr)(void* pointer, const char* typename);
                                                              ^^^^^^^^
typename is a keyword in C++. I suggest changing this to type_name.
__________________
// MVHMF
I never always did the right thing, but all I did wasn't wrong...
Fabian is online now   Reply With Quote