FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Using C# (and .NET) from FWH not working(?)
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Using C# (and .NET) from FWH not working(?)
Posted: Tue Sep 15, 2020 08:00 AM
Dear Hakan, I use this libs of VSC

=(1=1) kernel32.lib
=(1=1) user32.lib
=(1=1) gdi32.lib
=(1=1) winspool.lib
=(1=1) comctl32.lib
=(1=1) comdlg32.lib
=(1=1) advapi32.lib
=(1=1) shell32.lib
=(1=1) ole32.lib
=(1=1) oleaut32.lib
=(1=1) uuid.lib
=(1=1) odbc32.lib
=(1=1) odbccp32.lib
=(1=1) iphlpapi.lib
=(1=1) mpr.lib
=(1=1) version.lib
=(1=1) wsock32.lib
=(1=1) msimg32.lib
=(1=1) oledlg.lib
=(1=1) psapi.lib
=(1=1) gdiplus.lib
=(1=1) winmm.lib
=(1=1) vfw32.lib
=(1=1) runtimeobject.lib
=(1=1) ws2_32.lib
=(1=1) shlwapi.lib
=(1=1) imm32.lib
=(1=1) urlmon.lib
=(1=1) strmiids.lib
=(1=1) C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\WinInet.Lib
=(1=1) C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\winhttp.lib
=(1=1) C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\Uxtheme.lib

Please try and tell me
( and try with other version of SDK WIndows more recent )
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 1387
Joined: Fri May 23, 2008 01:33 PM
Re: Using C# (and .NET) from FWH not working(?)
Posted: Tue Sep 15, 2020 08:22 AM
cnavarro wrote:Dear Hakan, I use this libs of VSC

=(1=1) kernel32.lib
=(1=1) user32.lib
=(1=1) gdi32.lib
=(1=1) winspool.lib
=(1=1) comctl32.lib
=(1=1) comdlg32.lib
=(1=1) advapi32.lib
=(1=1) shell32.lib
=(1=1) ole32.lib
=(1=1) oleaut32.lib
=(1=1) uuid.lib
=(1=1) odbc32.lib
=(1=1) odbccp32.lib
=(1=1) iphlpapi.lib
=(1=1) mpr.lib
=(1=1) version.lib
=(1=1) wsock32.lib
=(1=1) msimg32.lib
=(1=1) oledlg.lib
=(1=1) psapi.lib
=(1=1) gdiplus.lib
=(1=1) winmm.lib
=(1=1) vfw32.lib
=(1=1) runtimeobject.lib
=(1=1) ws2_32.lib
=(1=1) shlwapi.lib
=(1=1) imm32.lib
=(1=1) urlmon.lib
=(1=1) strmiids.lib
=(1=1) C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\WinInet.Lib
=(1=1) C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\winhttp.lib
=(1=1) C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\Uxtheme.lib

Please try and tell me
( and try with other version of SDK WIndows more recent )


Hi Mr. Navarro,

I just write this: buildh32 dotnet2 in fwh/samples directory.
Regards,



Hakan ONEMLI



Harbour & MSVC 2022 & FWH 23.06
Posts: 1387
Joined: Fri May 23, 2008 01:33 PM
Re: Using C# (and .NET) from FWH not working(?)
Posted: Tue Sep 15, 2020 08:32 AM
Hi mr. Navarro,

I use w10.

There is a directory like that.
C:\Program Files (x86)\Windows Kits\10\Lib\10.0.18362.0\um\x86
Regards,



Hakan ONEMLI



Harbour & MSVC 2022 & FWH 23.06
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Using C# (and .NET) from FWH not working(?)
Posted: Tue Sep 15, 2020 12:10 PM
Hakan, Try without putting these three libs

=(1=1) C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\WinInet.Lib
=(1=1) C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\winhttp.lib
=(1=1) C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\Uxtheme.lib
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces

Continue the discussion