안녕하세요 스페로 입니다.
아마도 볼래든 그래픽 인터페이스 라이브러리 (BGI)가 없어서 나는 링크에러 입니다.
타겟 디렉토리 (EXE) 파일이 생성되는 위치쪽이라든지
아니면 LIB디렉토리를 설정 하는 곳에서
BGI파일이 있는 곳을 가르쳐 주던지 복사하시면 해결될것입니다.
EGAVGA.BGI같은 파일이 잇어야 컴파일이 될것입니다.
그럼 수고 하세요^^
다르마 님이 쓰신 글 :
: c로 작성된 소스인데 turboc에서 컴파일하면 에러가 나고
: visual c++에선 에러1개 라고 표시되고
: turbo c++ 로 컴파일하면 컴파일은 되는데 실행화일을 만들려면 아래와같이 에러가 나는데 다른 필요한 라이브러리가 있는지 해결좀 해주세요
: 소스에서 인클루드는 아래 3개고요 코드는 너무 길어서 못올리겠음
: #include <graphics.h>
: #include <alloc.h>
: #include <dos.h>
: 소스자체는 에러가 없는것 같음
:
: 실행화일 만들시 에러 메시지
: Linker Error Undefined symbol _putimage in module
: Linker Error Undefined symbol _getimage in module
: Linker Error Undefined symbol _outtextxy in module
: Linker Error Undefined symbol _settextstyle in module
: Linker Error Undefined symbol _setcolor in module
: Linker Error Undefined symbol _line in module
: Linker Error Undefined symbol _putpixel in module
: Linker Error Undefined symbol _closegraph in module
: Linker Error Undefined symbol _image in module
: Linker Error Undefined symbol _rectangle in module
: Linker Error Undefined symbol _floodfill in module
: Linker Error Undefined symbol _setfillstyle in module
: Linker Error Undefined symbol _circle in module
: Linker Error Undefined symbol _fillellipse in module
: Linker Error Undefined symbol _initgraph in module
|