Results 1 to 38 of 38

Thread: Borland and EditPlus

Threaded View

  1. #1

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256

    Borland and EditPlus

    I'm having trouble getting the Borland compiler to work. I have it setup as an addin for EditPlus, and I get like 13 errors in my code.

    ---------- Compile (Borland) ----------
    Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
    gotoxy.cpp:
    Error E2209 gotoxy.cpp 1: Unable to open include file 'iostream'
    Error E2209 gotoxy.cpp 2: Unable to open include file 'windows.h'
    Error E2282 gotoxy.cpp 3: Namespace name expected
    Error E2268 gotoxy.cpp 8: Call to undefined function 'printxy' in function main()
    Error E2451 gotoxy.cpp 9: Undefined symbol 'cout' in function main()
    Error E2451 gotoxy.cpp 9: Undefined symbol 'endl' in function main()
    Error E2451 gotoxy.cpp 14: Undefined symbol 'COORD' in function gotoxy(int,int)
    Error E2379 gotoxy.cpp 14: Statement missing ; in function gotoxy(int,int)
    Error E2451 gotoxy.cpp 15: Undefined symbol 'coord' in function gotoxy(int,int)
    Error E2451 gotoxy.cpp 18: Undefined symbol 'HANDLE' in function gotoxy(int,int)
    Error E2379 gotoxy.cpp 18: Statement missing ; in function gotoxy(int,int)
    Error E2268 gotoxy.cpp 19: Call to undefined function 'SetConsoleCursorPosition' in function gotoxy(int,int)
    Error E2451 gotoxy.cpp 19: Undefined symbol 'hConsole' in function gotoxy(int,int)
    Warning W8057 gotoxy.cpp 20: Parameter 'x' is never used in function gotoxy(int,int)
    Warning W8057 gotoxy.cpp 20: Parameter 'y' is never used in function gotoxy(int,int)
    *** 13 errors in Compile ***
    Normal Termination
    Output completed (0 sec consumed).
    What have I done wrong?
    Last edited by The Hobo; Nov 22nd, 2002 at 02:27 PM.
    My evil laugh has a squeak in it.

    kristopherwilson.com

Posting Permissions

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



Click Here to Expand Forum to Full Width