View Full Version : DLL linker error on C++ Builder 2006 without runtime packages
Pavel Tupec
09-Oct-2007, 09:42 AM
Hi Fabio,
I have problem to compile DLL package with eurekalog on Builder C++ 2006
Update 2.
As example, you can use your eurekalog DLL demo and disable use runtime
packages.
This problem is not on C++ Builder 6 or Delphi 2006.
I find out, that I only can compile DLL package when I have enabled "build
with runtime package" in sections packages with package RTL.
Linker options RTL have no feedback.
Paul
admin
10-Oct-2007, 03:53 PM
Hi,
this is more times caused from an old C++Builder 5/6 importation.
I suggest you to simply assure to have the following lines into your .bdsproj file:
<property category="build.node" name="libraries" value="vcl.lib rtl.lib"/>
<property category="build.node" name="sparelibs" value="rtl.lib cl.lib"/>
this has just fixed the issue in my tests! :)
Pavel Tupec
10-Oct-2007, 06:53 PM
Now, it works fine. Thank you.
"admin" <support@eurekalog.com> píše v diskusním příspěvku
news:2a346aee6cfc30a6948a3e77a8526dbb@nntp-gateway.com...
>
> Hi,
>
> this is more times caused from an old C++Builder 5/6 importation.
>
> I suggest you to simply assure to have the following lines into your
> bdsproj file:
>
>
> Code:
> --------------------
>
> <property category="build.node" name="libraries" value="vcl.lib
> rtl.lib"/>
> <property category="build.node" name="sparelibs" value="rtl.lib cl.lib"/>
>
> --------------------
>
>
> this has just fixed the issue in my tests! :)
>
>
> --
> admin
>
> Best regards...
>
> Fabio Dell'Aria.
> ------------------------------------------------------------------------
> admin's Profile: http://news.eurekalog.com/member.php?userid=1
> View this thread: http://news.eurekalog.com/showthread.php?t=1427
>
admin
11-Oct-2007, 07:44 AM
Hi,
I'm really happy for this! :)
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.