Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: helpers/playback_order_helper.h (Read 2378 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

helpers/playback_order_helper.h

I got the problem when compiling a plugin.

- Using newest SDK
- Using VC++ 6
- all other files seem to compile

Code: [Select]
playback_order_helper.h(15) : error C2504: 'config_var_callback_autoreg' : Baseclass undefined
playback_order_helper.h(15) : error C2143: Syntaxerror : Missing ',' before '<'
playback_order_helper.h(15) : error C2059: Syntaxerror : '<'
playback_order_helper.h(18) : error C2143: Syntaxerror : Missing ',' before '*'
playback_order_helper.h(18) : error C2059: Syntaxerror : '*'


How can I fix that?

 

helpers/playback_order_helper.h

Reply #1
Well, you can fix that by

Code: [Select]
#include "../SDK/config_var.h"


Haha. Sorry for the post.