Fehler beim Compailieren in datei "SysConst.hpp"



  • Hallo,

    ich wollte mein Programm Compailieren, aber ohne das ich Quelltext was geändern habe zeigt er auf einmal viele fehler an und zwar in er datei "SysConst.hpp"

    [C++ Error] SysConst.hpp(22): E2316 'ResourceString' is not a member of 'System'
    [C++ Error] SysConst.hpp(22): E2040 Declaration terminated incorrectly
    [C++ Error] SysConst.hpp(24): E2316 'ResourceString' is not a member of 'System'
    [C++ Error] SysConst.hpp(24): E2040 Declaration terminated incorrectly
    [C++ Error] SysConst.hpp(26): E2316 'ResourceString' is not a member of 'System'
    [C++ Error] SysConst.hpp(26): E2040 Declaration terminated incorrectly
    [C++ Error] SysConst.hpp(28): E2316 'ResourceString' is not a member of 'System'
    [C++ Error] SysConst.hpp(28): E2040 Declaration terminated incorrectly
    [C++ Error] SysConst.hpp(30): E2316 'ResourceString' is not a member of 'System'
    [C++ Error] SysConst.hpp(30): E2040 Declaration terminated incorrectly
    [C++ Error] SysConst.hpp(32): E2316 'ResourceString' is not a member of 'System'
    [C++ Error] SysConst.hpp(32): E2040 Declaration terminated incorrectly
    [C++ Error] SysConst.hpp(34): E2316 'ResourceString' is not a member of 'System'
    [C++ Error] SysConst.hpp(34): E2040 Declaration terminated incorrectly
    [C++ Error] SysConst.hpp(36): E2316 'ResourceString' is not a member of 'System'
    [C++ Error] SysConst.hpp(36): E2040 Declaration terminated incorrectly
    [C++ Error] SysConst.hpp(38): E2316 'ResourceString' is not a member of 'System'
    [C++ Error] SysConst.hpp(38): E2040 Declaration terminated incorrectly
    [C++ Error] SysConst.hpp(40): E2316 'ResourceString' is not a member of 'System'
    [C++ Error] SysConst.hpp(40): E2040 Declaration terminated incorrectly
    [C++ Error] SysConst.hpp(42): E2316 'ResourceString' is not a member of 'System'
    [C++ Error] SysConst.hpp(42): E2040 Declaration terminated incorrectly
    [C++ Error] SysConst.hpp(44): E2316 'ResourceString' is not a member of 'System'
    [C++ Error] SysConst.hpp(44): E2040 Declaration terminated incorrectly
    [C++ Error] SysConst.hpp(46): E2316 'ResourceString' is not a member of 'System'
    [C++ Error] SysConst.hpp(46): E2228 Too many error or warning messages

    Vorher Lief mien Programm aber...

    Ich benutze den C++Builder 6


Anmelden zum Antworten