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>

arrow
arrow

    genlee 發表在 痞客邦 留言(0) 人氣()