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

User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

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 )
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Horizon
Posts: 997
Joined: Fri May 23, 2008 1:33 pm

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 & VS 2019 & FWH 20.12
Horizon
Posts: 997
Joined: Fri May 23, 2008 1:33 pm

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 & VS 2019 & FWH 20.12
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

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
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Post Reply