FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour fivewin/Harbour encrypt decrypt function in c#
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: fivewin/Harbour encrypt decrypt function in c#
Posted: Tue Nov 10, 2015 08:52 PM

Lorenzo,

Did you execute c:\FiveNet\samples\register.bat in advance ?

The FiveNet.dll has to be registered this way:

c:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm fivenet.dll /tlb

I just tested tutor01.exe on Windows 10 and worked fine :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 37
Joined: Mon Jun 29, 2015 07:41 AM
Re: fivewin/Harbour encrypt decrypt function in c#
Posted: Wed Nov 11, 2015 02:06 AM

So, i registered with
c:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm fivenet.dll /tlb
and also (as i work with 4 framework) with
C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm fivenet.dll /tlb

but it works only if i register with version 2,
c:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm fivenet.dll /tlb

Anyway i cannot run tutor01.exe from a real web site (i can run tutour01.exe as a process, only from visualstudio IDE for testing in debug mode).

thanks Antonio

:P

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: fivewin/Harbour encrypt decrypt function in c#
Posted: Wed Nov 11, 2015 09:37 AM

Lorenzo,

> Anyway i cannot run tutor01.exe from a real web site

Yes, as far as I know it, it is a Windows limitation.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion