FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Warning: Unable to load DLL LNKDFM220
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Warning: Unable to load DLL LNKDFM220
Posted: Tue Sep 29, 2015 05:59 AM
I found this warning message when I use BCC7. I cannot find this DLL in anywhere?
Code (fw): Select all Collapse
xHarbour 1.2.3 Intl. (SimpLex) (Build 20150603)
Copyright 1999-2015, http://www.xharbour.org <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m -->
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
EZOPENDB.c:
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Warning: Unable to load DLL LNKDFM220
EZ4FO6.EXE - 0 error(s), 1 warning(s)


Thanks in advance.
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Warning: Unable to load DLL LNKDFM220
Posted: Tue Sep 29, 2015 07:56 AM

Dutch,

lnkdfm220.dll is placed at c:\bcc7\bin

Please check that c:\bcc7\bin\bcc32.cfg is like this:

-I"c:\bcc7\include";"c:\bcc7\include\windows\crtl";"c:\bcc7\include\dinkumware";"c:\bcc7\include\windows\rtl";"c:\bcc7\include\windows\sdk";"c:\bcc7\include\windows\sdk\atl"
-L"c:\bcc7\lib";"c:\bcc7\lib\psdk"

and that ilink32.cfg contains:

-L"c:\bcc7\lib";"c:\bcc7\lib\psdk"

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: Warning: Unable to load DLL LNKDFM220
Posted: Tue Sep 29, 2015 08:36 AM
Dear Antonio,

I have not this file in "c:\bcc7\bin". Thanks, I got it now.
I missed it somewhere but I can get it.
Antonio Linares wrote:Dutch,
lnkdfm220.dll is placed at c:\bcc7\bin
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)

Continue the discussion