Borland C++ Warning Message:
[C++ Warning] Dialogs.hpp(437): W8058 Cannot create pre-compiled header: initialized data in header
Solution:
Replace “#include <vcl.h>” as #include <vcl>:
#include <vcl.h> -> #include <vcl>
介紹 Synology NAS, 汽車, 美食, 3C, 單眼相機, DSLR, 雷射, Windows, 程式語言, 財務金融等相關知識
Borland C++ Warning Message:
[C++ Warning] Dialogs.hpp(437): W8058 Cannot create pre-compiled header: initialized data in header
Solution:
Replace “#include <vcl.h>” as #include <vcl>:
#include <vcl.h> -> #include <vcl>