i hate borland compiler

Sharky Forums


Results 1 to 7 of 7

Thread: i hate borland compiler

  1. #1
    Hammerhead Shark nattylife's Avatar
    Join Date
    Jul 2003
    Location
    So Fla
    Posts
    1,303

    i hate borland compiler

    hey guys, im doin class work and NO THIS IS NOT A HOMEWORK QUESTION, this is a compiler bug and i wanna know if any1 know what it means and how to resolve it so i can go on with writing my program=

    [Linker Error] Unresolved external '__InitVCL' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER5\LIB\CP32MTI.LIB|crtlvcl
    [Linker Error] Unresolved external '__ExitVCL' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER5\LIB\CP32MTI.LIB|crtlvcl

    i know the program compiles cuz i got it to compile usin gnu in UNIX but when i run it under my borland c++ 5 builder, it compiles xept for this error... help is greatyl needed since my program is due soon and i cant turn it in unless i have output and i wont get output unless it runs (duh)
    thnx guys

  2. #2
    Hammerhead Shark Tekime's Avatar
    Join Date
    Dec 2001
    Location
    Falmouth, ME
    Posts
    2,347
    Tried adding #include <vcl.h> to your program?

    PS. If you selected C++ and Use VCL in the Console Wizard this is the problem. Try C and Console Application.
    Last edited by Tekime; 10-01-2003 at 12:32 AM.
    Stuff and stuff

  3. #3
    Tiger Shark
    Join Date
    Oct 2000
    Location
    Erie, PA, USA
    Posts
    693
    Why don't you just run it in Unix to get some output?
    AMD AthlonXP 2600+ Thoroughbred B @ 200x10.5
    Shuttle AN35N nForce2 Ultra 400
    2x512MB Kingston PC3200 (3-3-3)
    ATI Radeon 9600 Pro
    40GB WD ATA-100 8MB cache
    Creative 12X DVD Drive
    Memorex 52X CD-RW
    Running Windows XP Pro

  4. #4
    Hammerhead Shark nattylife's Avatar
    Join Date
    Jul 2003
    Location
    So Fla
    Posts
    1,303
    i have been runnin it under unix since its the 1 thats workin right now, but my school unix server is REAL slow, so writing it in the joe editor, or any editor for that matter is a pain in the ***...its just easier to use borland since its in windows... and xwin32 is not working for me for some reason...oh well...

  5. #5
    Hammerhead Shark Tekime's Avatar
    Join Date
    Dec 2001
    Location
    Falmouth, ME
    Posts
    2,347
    So did that work or not?
    Stuff and stuff

  6. #6
    Hammerhead Shark EverlastingGod's Avatar
    Join Date
    Feb 2003
    Location
    MD
    Posts
    1,364
    The error says what's wrong...

    You need to link the correct library. Sorry I don't use that compiler... I wouldn't know what the library is called. Maybe "CRTLVCL.LIB"?
    Stay cool
    and be somebody's fool this year

  7. #7
    Hammerhead Shark nattylife's Avatar
    Join Date
    Jul 2003
    Location
    So Fla
    Posts
    1,303
    hey guys, ive got it working, in the console wizard when i start a new file, it asks for wheter in c or c++, and in the c++ header, it has the VCL marked, i just unmarked it and it runs fine....though i dont know what VCL does... any1 know? what kinad stuff is in this library (it is a library so i assume from the error)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •