VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 1[2]345678910 ]


[ Next Thread | Previous Thread | Next Message | Previous Message ]

Date Posted: 19:58:54 01/04/04 Sun
Author: Michel
Subject: Re: Error on build BCB6 abd Envision 2.01
In reply to: Michael Delessio 's message, "Error on build BCB6 abd Envision 2.01" on 16:00:15 12/12/03 Fri


Hi Michael,

I assume you have resolved this. Let me know if there are still issues.

Best regards,

Michel


>When I try to do a compile of a short program in BCB6
>with library 2.01 I get the following error.
>
> [Linker Error] Unresolved external
>'Enscan::TScanner::' referenced from C:\PROGRAM
>FILES\BORLAND\CBUILDER6\PROJECTS\UNIT1.OBJ
> [Linker Error] Unresolved external '__fastcall
>Enscan::TScanner::TScanner()' referenced from
>C:\PROGRAM FILES\BORLAND\CBUILDER6\PROJECTS\UNIT1.OBJ
> [Linker Error] Unresolved external '__fastcall
>Enscan::TScanner::~TScanner()' referenced from
>C:\PROGRAM FILES\BORLAND\CBUILDER6\PROJECTS\UNIT1.OBJ
>
>I have added the ./trial/bc6 and the base directory
>to the project library path.
>
><code>
>//-----------------------------------------------------
>----------------------
>
>#include <vcl.h>
>#pragma hdrstop
>#include "Unit1.h"
>
>//-----------------------------------------------------
>----------------------
>#pragma package(smart_init)
>
>#pragma link "EnImgScr"
>#pragma resource "*.dfm"
>
>TForm1 *Form1;
>//-----------------------------------------------------
>----------------------
>__fastcall TForm1::TForm1(TComponent* Owner)
> : TForm(Owner)
>{
>}
>//-----------------------------------------------------
>----------------------
>
>void __fastcall TForm1::FormDestroy(TObject *Sender)
>{
> delete FScanner;
>}
>//-----------------------------------------------------
>----------------------
>
>void __fastcall TForm1::FormCreate(TObject *Sender)
>{
> FScanner = new TScanner();
>}
>//-----------------------------------------------------
>----------------------
></code>
>Here is what is setup in project directory paths:
>Include :
>..
>$(BCB)\include
>$(BCB)\include\vcl
>C:\envision2\trial\cb6
>
>Library Path:
>..
>$(BCB)\LIB\lmd50\MAIN
>$(BCB)\lib\obj
>$(BCB)\lib
>C:\envision2\trial\cb6
>C:\envision2
>
>Did I miss something in setting BCB6 to use the
>Envision libraries.
>
>Michael Delessio

[ Next Thread | Previous Thread | Next Message | Previous Message ]

[ Contact Forum Admin ]


Forum timezone: GMT-5
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.