Keep Getting Syntax Error C2199?

Posted by DARK3ZOOZ on Game Development See other posts from Game Development or by DARK3ZOOZ
Published on 2012-08-30T00:44:51Z Indexed on 2012/08/30 3:50 UTC
Read the original article Hit count: 186

Filed under:
|
|

Here's my problem

I'm trying to define something, but keep getting a syntax error

Code:

   #define R_RegisterShader     0x50C8A0

   int (*trap_R_RegisterShader)( const char *name, int Arg_1 ) = (int (_cdecl *)(const char *, int ))R_RegisterShader;

^^^^^^^ This last part is where I keep getting the error

if you need more lines of codes, just let me know.

thanks

http://gyazo.com/1a47ebc12cfbd6ea72feb72c686ae84d

screenshot of error

© Game Development or respective owner

Related posts about XNA

Related posts about c++