FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Convert DLL to LIB not work
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Convert DLL to LIB not work
Posted: Fri Sep 25, 2020 03:04 AM
Hi
This DLL file make for .Net
I use IMPLIB xxx.LIB xxx.DLL
But not work. any idea for it?

R:\Project>implib ExchangeXML_DLL.lib ExchangeXML_DLL.dll
Embarcadero Implib Version 3.4.0 Copyright (c) 1991-2016 Embarcadero Technologies, Inc.
Error : unable to open file

DLL File download
http://www.fivetech.com.tw/downloads/test.zip
Protocol file
http://www.fivetech.com.tw/downloads/Hospital.docx
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 990
Joined: Wed Oct 19, 2005 02:17 PM
Re: Convert DLL to LIB not work
Posted: Fri Sep 25, 2020 07:11 AM
Hi Richard,

i've tried it.

Code (fw): Select all Collapse
implib ExchangeXML_DLL.lib ExchangeXML_DLL.dll

Embarcadero Implib Version 3.4.0 Copyright (c) 1991-2016 Embarcadero Technologies, Inc.
Warning ExchangeXML_DLL.dll: no exports


Best regards
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Convert DLL to LIB not work
Posted: Fri Sep 25, 2020 03:39 PM
Richard,

You can not use a .NET DLL directly from Harbour

Please review this:
https://github.com/FiveTechSoft/fivenet
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Convert DLL to LIB not work
Posted: Fri Sep 25, 2020 06:39 PM
Antonio Linares wrote:Richard,

You can not use a .NET DLL directly from Harbour

Please review this:
https://github.com/FiveTechSoft/fivenet


Antonio,
I will try it.
Thank you.
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Convert DLL to LIB not work
Posted: Fri Sep 25, 2020 06:40 PM
Baxajaun wrote:Hi Richard,

i've tried it.

Code (fw): Select all Collapse
implib ExchangeXML_DLL.lib ExchangeXML_DLL.dll

Embarcadero Implib Version 3.4.0 Copyright (c) 1991-2016 Embarcadero Technologies, Inc.
Warning ExchangeXML_DLL.dll: no exports


Best regards


Thank you.
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit

Continue the discussion