abcpqr70 wrote: > i have this line in my code:- > err->pu.error_exit =error_exit; > > when i try to compile it,i get this error:- > > error: a value of type "void (*)(j_common_ptr)" cannot be assigned to an > entity of type "void (*)(j_common_ptr) C" > > > > what probably is this??- void (*)(j_common_ptr) C
http://forums.nvidia.com/index.php?showtopic=81690 Found several threads like that. Appears to be a rogue C compiler pretending to be a C++ compiler in the typecasting department. What compiler are you using? -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
