Command line warning D4024 ???



  • cl : Command line warning D4024 : unrecognized source file type 'ÿþ/', object file assumed
    

    kann jmd bitte mir helfen? 🙂



  • MSDN:

    The extension of the specified file was not recognized. The file was assumed to be an object file and was passed to the linker.

    The following extensions are recognized:

    .c (C source file)
    .cxx (C++ source file)
    .cpp (C++ source file)
    .obj (Object file)
    .lib (Library file)
    .def (Module definition file)
    .exp (Linker exports file, created by LINK /LIB)


Anmelden zum Antworten