Page 1 of 1

Convert DLL to LIB not work

Posted: Fri Sep 25, 2020 3:04 am
by richard-service
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

Re: Convert DLL to LIB not work

Posted: Fri Sep 25, 2020 7:11 am
by Baxajaun
Hi Richard,

i've tried it.

Code: Select all

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

Re: Convert DLL to LIB not work

Posted: Fri Sep 25, 2020 3:39 pm
by Antonio Linares
Richard,

You can not use a .NET DLL directly from Harbour

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

Re: Convert DLL to LIB not work

Posted: Fri Sep 25, 2020 6:39 pm
by richard-service
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.

Re: Convert DLL to LIB not work

Posted: Fri Sep 25, 2020 6:40 pm
by richard-service
Baxajaun wrote:Hi Richard,

i've tried it.

Code: Select all

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.