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
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