Board index » cppbuilder » Assertion failed : vtabSeg at d:\helena\bcc\indep\cppfin.c(4762)
Kiril Dunn
![]() CBuilder Developer |
Assertion failed : vtabSeg at d:\helena\bcc\indep\cppfin.c(4762)2004-02-03 01:35:08 PM cppbuilder97 I've just attempted to compile a release build of my application for the first time, and am receiving the error: Assertion failed : vtabSeg at d:\helena\bcc\indep\cppfin.c(4762) This is happening on line 439 of a file that only contains 438 lines. When compiling the project in the IDE, I receive the following linker errors: [C++ Error] ClientFolderImpl.cpp(439): E2178 VIRDEF name conflict for 'CAORExec' [C++ Error] ClientFolderImpl.cpp(439): E2178 VIRDEF name conflict for 'CAORExec::execute(ClientFolderImpl::Callback &)' I have no other class name at all similar to CAORExec, and can find no reason for these errors. Any help would be much appreciated. Regards, Kiril Dunn |