Search found 279 matches: subsystem

Return to advanced search

Re: twebview2

... >> xhb.tmp ECHO %fwhdir%\lib\xfw.lib >> xhb.tmp %xhbdir%\bin\xlink -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -SUBSYSTEM:windows -UNMANGLE -LIBPATH:"%fwhdir%\Lib" -LIBPATH:"%xhbdir%\Lib" -LIBPATH:"%xhbdir%\c_lib" -LIBPATH:"%xhbdir%\c_lib\Win" ...
by russimicro
Sun Nov 10, 2024 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: twebview2
Replies: 18
Views: 1344

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi,
carlos vargas wrote:If windows is 64 bits, you app 32 bits load a windows 32 subsystem internally.

interesting.
but i do´nt understand what it have to do to load a LIB as the PATH, in *.MAK File, is correct and LIB does exist in that Folder :?:
by Jimmy
Thu Oct 10, 2024 4:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2226

Re: why, under 64 Bit OS, does not Find UUID.LIB

If windows is 64 bits, you app 32 bits load a windows 32 subsystem internally.

If you app is 64 bit, not load sub system.
Salu2
by carlos vargas
Wed Oct 09, 2024 4:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2226

Re: Burbujas Flotantes

... con MSVC32 de esta forma: cl /Fe"CircularControl.exe" /DWIN32 /D_WINDOWS /nologo /W4 /O2 test.c user32.lib gdi32.lib kernel32.lib /link /SUBSYSTEM:WINDOWS Y funciona correctamente! :-) https://github.com/FiveTechSoft/screenshots/blob/master/circulo.png?raw=true Sabiendo que ...
by Antonio Linares
Thu Sep 12, 2024 3:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Burbujas Flotantes
Replies: 28
Views: 2521

problem with 24.07

... Generating object output to 'switch.obj'... Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"S:\lib" -LIBPATH:"R:\lib" -LIBPATH:"R:\c_lib" -LIBPATH:"R:\c_lib\win" ...
by kajot
Thu Aug 15, 2024 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with 24.07
Replies: 12
Views: 2399

Re: Error en librerias de Harbour MSVC

... strmiids.lib >> msvc.tmp *NEW ADD echo ucrt.lib >> msvc.tmp IF EXIST %1.res echo %1.res >> msvc.tmp //@link @msvc.tmp /nologo /subsystem:windows /NODEFAULTLIB:msvcrt *MODIFY @link @msvc.tmp /nologo /subsystem: windows /NODEFAULTLIB:libucrt
by richard-service
Thu Apr 18, 2024 10:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en librerias de Harbour MSVC
Replies: 4
Views: 525

Problemas al migrar desde FWH2012 a FWH2307 - cerrado

... Description 1=xHarbour 1.2.3+ FWH 23.07+Bcc74+xMate 1.15 Description 2= Description 3= PRG Compiler ver=xHarbour 123 20200311 C compiler ver=Bcc74 Subsystem= Author=Ing. Carlos Atuncar Last update=09/12/2023 [Advanced] Command types=1,1,1,1,1,1,1,1,1 [Harbour] HB_INSTALL=E:\Tools\xharbour_bcc74 ...
by CARLOS ATUNCAR
Tue Sep 12, 2023 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 3505

Re: VS2022 Portable x32 x64

... echo shlwapi.lib >> msvc.tmp echo strmiids.lib >> msvc.tmp IF EXIST %1.res echo %1.res >> msvc.tmp link @msvc.tmp /nologo /subsystem:windows /NODEFAULTLIB:msvcrt IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built * @set path=%oldpath% @set include=%oldinclude% ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 8161

Re: Capturar el motivo del error petición web (curl)

Buenas noches para todos Error: 1001 SubC: 1001 OSCode: 1001 SubSystem: MSXML2.XMLHTTP Envio de CURL: DISP_E_MEMBERNOTFOUND hemos logrado detectar que el error mencionado con anterioridad, solo sale cuando direccionamos al servidor nuevo, en el anterior ...
by leandro
Wed Nov 02, 2022 2:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Capturar el motivo del error petición web (curl)
Replies: 16
Views: 2013

Re: Different dialog sizes using Borland and MSVC

This linker flag also allows to open a console if needed:

/SUBSYSTEM:CONSOLE,5.01

thanks to Bruno Cantero!
by Antonio Linares
Fri Oct 14, 2022 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different dialog sizes using Borland and MSVC
Replies: 2
Views: 391

Different dialog sizes using Borland and MSVC

When linking with MSVC please use this linker flag:

/SUBSYSTEM:WINDOWS,5.01

Now both will have the same size. Borland uses 5 by default and MSVC uses 6 by default

Thanks to Bruno Cantero!
by Antonio Linares
Fri Oct 14, 2022 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different dialog sizes using Borland and MSVC
Replies: 2
Views: 391

Re: hb_base64 link

Try putting these parameters:

/FORCE:MULTIPLE
SET HB_USER_LDFLAGS= /NODEFAULTLIB:msvcrt /MACHINE:X86 /nologo /subsystem:windows /INCREMENTAL:NO /ignore:4006 /MANIFEST:NO /FORCE:MULTIPLE
by Giovany Vecchi
Mon Sep 12, 2022 3:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 6305

Re: hb_base64 link

... shlwapi.lib >> msvc.tmp echo strmiids.lib >> msvc.tmp IF EXIST %1.res echo %1.res >> msvc.tmp %VCDIRBIN%\link @msvc.tmp -nologo /SUBSYSTEM:windows /FORCE:multiple /NODEFAULTLIB:msvcrt /LIBPATH:%VCDIRLIB% IF ERRORLEVEL 1 GOTO LINKERROR rem borrando archivos temporales y ejecutando ...
by carlos vargas
Sun Sep 04, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 6305

Re: Archivo.env para Microsoft Visual Studio

[Environment] Description 1=Harbour/FWH/MSVC2022 32 bits Description 2= Description 3= PRG Compiler ver=3.2 C compiler ver=2022 32 bits Subsystem=GTGUI Author=Carlos Vargas Last update=07/04/2022 [Advanced] Command types=1,1,1,1,1,1,1,1,1 [Harbour] HB_INSTALL=d:\compiler\harbour HB_COMMAND=%HB_BIN_INSTALL%\harbour.Exe ...
by carlos vargas
Tue Jul 12, 2022 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo.env para Microsoft Visual Studio
Replies: 1
Views: 519

WSL2 Darling - Soon to come MacOS apps from WSL2

... to WSL2, once we get that, MacOS software could also run on Windows... https://docs.darlinghq.org/wsl-build.html WSA (Windows subsystem for Android) also allows to use Android apps directly on Windows. Actually only available from US but with some tweaks you can get it too ...
by Antonio Linares
Tue May 24, 2022 1:23 am
 
Forum: Off Topic / Otros temas
Topic: WSL2 Darling - Soon to come MacOS apps from WSL2
Replies: 0
Views: 1289
Next

Return to advanced search