 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Franco Guest
|
Posted: Mon Feb 21, 2005 11:30 pm Post subject: TCustomOutline unresolved external bug? |
|
|
Hi,
BCB6 patched.
I am creating an ISAPI dll SOAP web service - all was going fine until I
added a SOAP data module. Then, suddenly, I am getting the following linker
errors:
[Linker Error] Unresolved external '__fastcall
Outline::TCustomOutline::~TCustomOutline()' referenced from C:PROGRAM
FILESBORLANDCBUILDER6LIBBCBSMP.LIB|.cdiroutl.cpp
etc... etc...
I googled for the problem and it seems this is a Borland bug. I see that
building with run-time packages removes the problem. But this is impossible
for me - I *must* build without RT packages.
Do you know how to workaround this?
Thanks.
Frank.
|
|
| Back to top |
|
 |
Craig Farrell Guest
|
Posted: Tue Feb 22, 2005 7:11 pm Post subject: Re: TCustomOutline unresolved external bug? |
|
|
Hi,
| Quote: | I am creating an ISAPI dll SOAP web service - all was going fine until I
added a SOAP data module. Then, suddenly, I am getting the following linker
errors:
[Linker Error] Unresolved external '__fastcall
Outline::TCustomOutline::~TCustomOutline()' referenced from C:PROGRAM
FILESBORLANDCBUILDER6LIBBCBSMP.LIB|.cdiroutl.cpp
etc... etc...
|
I have only seen that error when using Pascal
components that "use" vclsmp components
(or some part of the Pascal runtime). Vclsmp is
the Pascal version of VCL Sample components,
e.g. outline.dcu. To satisfy these Pascal "uses"
of external Pascal RTL you must Add another
Requires item to your package. Do this by going to Project |
Add To Project, click the 'Requires' tab and browse to, and add, the
following...
...CBUilder6LibDebugvclx.bpi
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|