Convert DLL to LIB not work

Post Reply
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Convert DLL to LIB not work

Post 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
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
User avatar
Baxajaun
Posts: 853
Joined: Wed Oct 19, 2005 2:17 pm
Location: Gatika. Bizkaia

Re: Convert DLL to LIB not work

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Convert DLL to LIB not work

Post by Antonio Linares »

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
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Convert DLL to LIB not work

Post 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.
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Convert DLL to LIB not work

Post 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.
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
Post Reply