Board index » cppbuilder » Can't create pre-compiled header warnings
Robert Boyd
![]() CBuilder Developer |
Can't create pre-compiled header warnings2006-05-17 11:43:18 AM cppbuilder38 I'm in the process of moving from BCB6 to BDS2006 on a WinXP SP2 setup and when I build my C++ applications I get: [C++ Warning] IVAcqData.cpp(3): W8058 Cannot create pre-compiled header: write failed I checked the Pre-compiled header project options and the file name specified to use included the path of the old CBuilder plus "vcl.csm". Isearched for the file on my system but since I've now got a clean installation it came up empty. I changed the option to create a new file in the application's root directory and that created the new file and eliminated the write failed warnings but now I get this: [C++ Warning] Dialogs.hpp(581): W8058 Cannot create pre-compiled header: initialized data in header Anyway to eliminate this warning? Thanks for any advice, - Bob |