C++Builder Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
C++빌더 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
컴포넌트/라이브러리
메신저 프로젝트
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
볼랜드포럼 광고 모집

C++빌더 Q&A
C++Builder Programming Q&A
[18848] Builder4.0에서 6.0으로 업했는데요.. Unable to open file 'RXCTL4.LIB'와 같이 Link error가....
정영성 [infoprox] 855 읽음    2002-05-24 14:15

Builder4.0에서 6.0으로 업했습니다.

Rxlib도 6.0에 맞는걸로 새로 설치 했고요.

한데 예전에 짜놓은 프로그램을 새로 컴파일 하려하면

[Linker Fatal Error] Fatal: Unable to open file 'RXCTL4.LIB'와 같이 Link error가 납니다.

project option에서 directory tap에 include path에도 rxlib(6.0거)가 있는 path도 추가 했습니다.

왜그런지 좀체로 알수가 없군요.

고수님들 조언 부탁 드립니다.

참고로 .cpp file의 앞부분과 header file의 앞부분을 올립니다.

#include <vcl.h>
#include <stdio.h>
#include <stdlib.h>
#include <io.h>
#include <math.h>
#include <algorithm>
#include <registry.hpp>

#pragma hdrstop

#include <utilCls.h>    // OLE methord & funtion control

#include "NKmanager.h"

#pragma package(smart_init)
#pragma link "PERFGRAP"
#pragma resource "*.dfm"

//=======================================================================

#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <Db.hpp>
#include <DBGrids.hpp>
#include <DBTables.hpp>
#include <Grids.hpp>
#include <DBCtrls.hpp>
#include <IniFiles.hpp>
#include <Mask.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
#include <Menus.hpp>
#include <Graphics.hpp>
#include "PERFGRAP.h"
#include <DB.hpp>

+ -

관련 글 리스트
18848 Builder4.0에서 6.0으로 업했는데요.. Unable to open file 'RXCTL4.LIB'와 같이 Link error가.... 정영성 855 2002/05/24
18859     Re:Builder4.0에서 6.0으로 업했는데요.. Unable to open file 'RXCTL4.LIB'와 같이 Link error가.... 하느리 1184 2002/05/24
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.