W8058 Borland C++ Warning Solution

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>

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *