Click to See Complete Forum and Search --> : compilation problem


surjyap
November 15th, 2005, 05:59 AM
Hi;
I compiled a project debuging mode and release mode. But I got surprised by looking an error. When I compile the project in release mode it don't compiled. It says that the function is not found. But that function is pure virtual function declared in base class and redefined in derived class. When I tried to compile the project using debug mode then it compiles without any error.
I guess it is compiler problem.Can any one make sure it

ahoodin
November 15th, 2005, 07:20 AM
Well have you checked that all the .libs in the debug mode are also in the release mode parts of the project?

ahoodin