C++ Builder IDE >> intover linker error

by John MacSween » Fri, 02 Dec 2005 07:13:09 GMT


Can someone please help with this error. I know it is a recognised error but cannot find the obj file and have tried compiling the asm listing shown elsewhere and adding to my project but it does not work.

C++builder is becoming unusable just as I am getting ready to release my app.

Can someone please help?

JA
info_at_naval-architecture_dot_co_dot_uk



C++ Builder IDE >> intover linker error

by Bruce Salzman » Fri, 02 Dec 2005 14:10:02 GMT



"John MacSween" < XXXX@XXXXX.COM > wrote in


What didn't work, exactly?

This compiles with TASM32.EXE:

.586
.model flat
EXTERNDEF @@intover: FAR
.code


@@intover PROC FAR
db 0c3h
@@intover ENDP


end

Also, you may need to add this to one of your project source files:
#pragma link "intover.obj"

--
Bruce





C++ Builder IDE >> intover linker error

by John A. MacSween » Fri, 02 Dec 2005 16:49:24 GMT


Hi Bruce,

Thanks for your reply. Have compiled this asm in tasm32 and added to my projects using the IDE but when I try and rebuild the error still appears.

Have not tried the "pragma link" directly typed into my source though. Will this make any difference?

Many thanks

John


intover linker error

by Torsten Franz » Fri, 02 Dec 2005 18:46:10 GMT

Hi John

if you concatinate all include paths used in the project, how long would
that be?
If it is ~1500 characters or more you've hit an internal limit of the
compiler.
Try to reduce the total length of the include paths used.

HTH
Torsten


intover linker error

by JA » Fri, 02 Dec 2005 19:16:31 GMT


Torsten,

Thanks for your reply. Will take a look at that. Does this include all include paths for headers and libs?

JA



intover linker error

by Torsten Franz » Fri, 02 Dec 2005 22:08:04 GMT

> Thanks for your reply. Will take a look at that. Does this include all

I think only include paths for header files need to be checked, but I may
be wrong :-)

Al least we had this problem about 4 years ago and since we managed to
have a common include path for all header files the *intover* error wasn't
seen anymore

Torsten


Similar Threads

1. [Linker Error] Unresolved external '__linkproc__ intover' - C++ Builder IDE

2. YALE (Yet another linker error) [Linker Error] Fatal: Error detected (ILI4482)

I sometimes get the following linker error:

[Linker Error] Fatal: Error detected (ILI4482)

To resolve it I can rebuild the project, then I can modify the odd file and
recompile/link again for a while then the error comes back and I have to
rebuild.

Using BCB 6 With all the patches I can find applied (Including the latest
Link32 patch)

Can anyone  shed any light?



3. intover linker problems again in BCB5 ???

4. [Linker Error] Error: Error processing module C:\PROGRAM FILES\BORLAND\BDS\4.0\LIB\VCL100.#0A

Hi,

I am getting a wierd error. I have no idea how to solve this error.
"[Linker Error] Error: Error processing module C:\PROGRAM FILES\BORLAND
\BDS\4.0\LIB\VCL100.#0A". I am using Borland 2006 C++ builder for my
program. I am currently porting my project from Borland C++ 6.0  to
2006 version and I got this linker error.

Pls. help me to solve this.

Thanks,
Vicky

5. Bizarre [Linker Warning] followed by Linker error - C++ Builder IDE

6. Linker Problems -- [Linker Fatal Error] Fatal: Unable to open file 'EXTCTRLS.OBJ'

I get this all the time, particularly when I use Build All in a project 
group. Why is this happening? I then go to a standalone build or open and 
close 'unit1.cpp' and it goes away. 


7. embedded vc 4 (evc4) linker error: error LNK2001: unresolved external symbol "const type_info::`vftable'" - Pocketpc Developer

8. Linker Error :error LNK2001: unresolved external symbol __beginthread

Hello All,

When I run my application in DEBUG/Release Mode i get the linker
error.
I have also include all the library files and include files are
properly.but still i get same error..

DriveChange.obj : error LNK2001: unresolved external symbol
__beginthread
FTPComms.obj : error LNK2001: unresolved external symbol __beginthread
Session.obj : error LNK2001: unresolved external symbol __beginthread
include.lib(Service.obj) : error LNK2001: unresolved external symbol
__endthread
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol
__endthreadex
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol
__beginthreadex
Debug/FBCMServer.exe : fatal error LNK1120: 4 unresolved externals

I have also tried to change the settings in use project - >Settings->C/
C++ Menu ->Category as code generation->runtime library(Debug
Multithreaded and MultiThreaded)

also tried the other setting in runtime library menu option..

Some one could you please help..

Thanks and Regards
K.Chenthil