|
Log in | ||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I am having problems with compiling binaries for C++ Builder 2007. First of all I have a couple of linker errors: [ILINK32 Error] Fatal: Unable to open file 'NEXUSDB208LL110.BPI' [ILINK32 Error] Fatal: Unable to open file 'VCLDESIGNER.BPI' Is 3.10 developer source working in combination with C++ builder 2007? Best regards, Maikel |
|
#2
|
|||
|
|||
|
Maikel,
I'm not entirely sure if it works with C++ Builder 2007, but what I did notice is that "NEXUSDB208LL110.BPI" is from NexusDB 2, so you may want to check your project file for references to NexusDB2. If you have NexusDB 2 installed in C++ Builder 2007, then un-install the packages first before trying to build version 3. I hope that helps. RH On 26/03/2012 4:35 AM, mhvbv wrote: > Hi, > > I am having problems with compiling binaries for C++ Builder 2007. First > of all I have a couple of linker errors: > [ILINK32 Error] Fatal: Unable to open file 'NEXUSDB208LL110.BPI' > [ILINK32 Error] Fatal: Unable to open file 'VCLDESIGNER.BPI' > > Is 3.10 developer source working in combination with C++ builder 2007? > > Best regards, > Maikel > > |
|
#3
|
|||
|
|||
|
With which version of C++ builder it is supposed to work then, I thought it was from 2007 or later on?
The NEXUSDB208LL110.BPI is indeed reference to NexusDB2, but I am using version 3.10 on a clean installed pc. Problem is that version 3.10 have a project that is stating this a 'Required' library. After I removed this from the project I am running in vcldesigner.bpi errors. Any help on that part? Best regards, Maikel Quote:
|
|
#4
|
|||
|
|||
|
> I am having problems with compiling binaries for C++ Builder 2007.
> First of all I have a couple of linker errors: > [ILINK32 Error] Fatal: Unable to open file 'NEXUSDB208LL110.BPI' This one is due to an erroneous reference in the package project file; I've posted an updated file to the binaries newsgroup. > [ILINK32 Error] Fatal: Unable to open file 'VCLDESIGNER.BPI' This one I have no idea where it happens; I tested a clean 3.10.04 install into CB 2007, and I can compile all packages and then compile from the \examples\cb2007\embedded\sql\starter directory without error. -- Eivind Bakkestuen [NDD] |
|
#5
|
|||
|
|||
|
I noticed this in a google search for "vcldesigner.bpi":
http://qc.embarcadero.com/wc/qcmain.aspx?d=25748 The suggested workaround on that page may help you solve your issue with vcldesigner.bpi. As for the NEXUSDB208LL110.BPI, I did a text search for case-insensitive "nexusdb208" in all files within the nexusdb3 folder, and there was no reference found at all (literally did *.* for the file search). It is something specific to your set-up. On 26/03/2012 4:22 PM, mhvbv wrote: > With which version of C++ builder it is supposed to work then, I thought > it was from 2007 or later on? > The NEXUSDB208LL110.BPI is indeed reference to NexusDB2, but I am using > version 3.10 on a clean installed pc. Problem is that version 3.10 have > a project that is stating this a 'Required' library. > After I removed this from the project I am running in vcldesigner.bpi > errors. Any help on that part? > > Best regards, > Maikel > > Ramzi H.;91897 Wrote: >> Maikel, >> >> I'm not entirely sure if it works with C++ Builder 2007, but what I did >> notice is that "NEXUSDB208LL110.BPI" is from NexusDB 2, so you may want >> to check your project file for references to NexusDB2. >> >> If you have NexusDB 2 installed in C++ Builder 2007, then un-install >> the >> packages first before trying to build version 3. >> >> I hope that helps. >> >> RH >> |
|
#6
|
|||
|
|||
|
> As for the NEXUSDB208LL110.BPI, I did a text search for
> case-insensitive "nexusdb208" in all files within the nexusdb3 > folder, and there was no reference found at all (literally did *.* > for the file search). It is something specific to your set-up. No, see my reply; the .cbproj file contains an erroneous reference. -- Eivind Bakkestuen [NDD] |
|
#7
|
|||
|
|||
|
Tried both solutions on the page, and now everything is building. But it is not loaded correctly then:
Can not find access point of procedure @Nxllcipherutils@initialization$qqrv in DLL-file NexusDB310ll110.bpl. Any ideas on this? Quote:
|
|
#8
|
|||
|
|||
|
Also just tried 2.084 just in C++ Builder 2007 and this is working after doing the VCLDesigner.bpi fix of the webpage. Still having problems below with v3.010.4. Is this a known problem?
|
|
#9
|
|||
|
|||
|
On 26/03/2012 9:25 PM, Eivind Bakkestuen [NDD] wrote:
>> As for the NEXUSDB208LL110.BPI, I did a text search for >> case-insensitive "nexusdb208" in all files within the nexusdb3 >> folder, and there was no reference found at all (literally did *.* >> for the file search). It is something specific to your set-up. > > No, see my reply; the .cbproj file contains an erroneous reference. > Oh sorry! It's just not visible in the 3.10.3 installation that I am using at the moment, so I'm assuming it was accidentally introduced in 3.10.4. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Issue compiling project in C++ Builder XE | Ramzi H. | Support Newsgroups | 6 | 16th February 2011 11:38 AM |
| Issue compiling project in C++ Builder XE | Ramzi H. | nexusdb.public.support.cbuilder | 6 | 16th February 2011 11:38 AM |
| Compiling Error | ColinR | nexusdb.public.support | 8 | 18th February 2010 03:27 AM |
| Compiling C Builder 6 slow | Andreas Osswald | Support Newsgroups | 5 | 5th May 2004 06:05 AM |
| Compiling C Builder 6 slow | Andreas Osswald | nexusdb.public.support.cbuilder | 5 | 5th May 2004 06:05 AM |