C++ Builder unresolved external errors

Discussion in 'Meet and Greet' started by CH98B1, Jul 21, 2010.

  1. CH98B1

    CH98B1 New Member

    Joined:
    Jul 21, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    This is my first time using C++ Builder. The code compiles, but when I attempt to run I get these error messages:

    [ILINK32 Error] Error: Unresolved external '__InitVCL' referenced from C:\PROGRAM FILES\EMBARCADERO\RAD STUDIO\7.0\LIB\CP32MTI.LIB|crtlvcl
    [ILINK32 Error] Error: Unresolved external '__ExitVCL' referenced from C:\PROGRAM FILES\EMBARCADERO\RAD STUDIO\7.0\LIB\CP32MTI.LIB|crtlvcl
    [ILINK32 Error] Error: Unresolved external '_main' referenced from C:\PROGRAM FILES\EMBARCADERO\RAD STUDIO\7.0\LIB\C0X32.OBJ
    [ILINK32 Error] Error: Unable to perform link

    They seem related, but I can't figure out what they mean. Can somebody tell me what these messages mean so I can fix the problem?
    Thanks.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice