eagon17
01-30-2001, 09:17 PM
I'm trying to compile a UNIX based code on my PC(Win98/Visual C++ 6). I get the following error msg.
____________________________________
\Work\testfield\assignment4.c(176) : error C2152: 'function' : pointers to functions with different attributes
______________________________________
and the line 176 is as follows
_____________________________________
auxExposeFunc(reshape);
_______________________________________
The code compiles fine on UNIX.
What do I need to do to resolve this problem?
____________________________________
\Work\testfield\assignment4.c(176) : error C2152: 'function' : pointers to functions with different attributes
______________________________________
and the line 176 is as follows
_____________________________________
auxExposeFunc(reshape);
_______________________________________
The code compiles fine on UNIX.
What do I need to do to resolve this problem?