Using C# (and .NET) from FWH not working(?)

User avatar
cnavarro
Posts: 6558
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Using C# (and .NET) from FWH not working(?)

Post by cnavarro »

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
Horizon
Posts: 1326
Joined: Fri May 23, 2008 1:33 pm
Has thanked: 4 times

Re: Using C# (and .NET) from FWH not working(?)

Post by Horizon »

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.04
Horizon
Posts: 1326
Joined: Fri May 23, 2008 1:33 pm
Has thanked: 4 times

Re: Using C# (and .NET) from FWH not working(?)

Post by Horizon »

Hi mr. Navarro,

I use w10.

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

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
User avatar
cnavarro
Posts: 6558
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Using C# (and .NET) from FWH not working(?)

Post by cnavarro »

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
Post Reply