Board index » cppbuilder » Weird IDE/Linker behaviour
henk
![]() CBuilder Developer |
Thu, 16 Jun 2005 22:25:32 GMT
Weird IDE/Linker behaviour(C++Builder 5.3/QuickReport example project from C++Builder5 User Guide) [Linker Error] Unresolved external '_QuickReportViewer' referenced from E:\BORLAND\CBUILDER5\PROJECTS\HF_PLANNING\HF_PLANNING.OBJ The file originally was in a directory different from all other The only way I could cure this was: taking the original project.bpr file and change it with NotePad Then and only then Linking produced a success..... But any inclusion of the ReportViewer.cpp file in question into What is going wrong here? |