Search found 274 matches: subsystem

Return to advanced search

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: 120

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: 1677

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: 6780

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: 1196

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: 332

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: 332

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: 3482

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: 3482

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: 416

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: 353

Re: Runtime with Windows 7 - New builds

... build files when needed, and even if included it conditionally builds this way only for 32 bit apps.: libs=legacy_stdio_definitions{msvc} ldflags=/SUBSYSTEM:WINDOWS,5.01{msvc} cflags=/D_USING_V110_SDK71_{msvc} cflags=/D_WIN32_WINNT=0x0501{msvc} Robb
by rhlawek
Thu Apr 28, 2022 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runtime with Windows 7 - New builds
Replies: 5
Views: 561

Re: New Fivewin with new PDF

... " + TRANSFORM(oError:SubCode, NIL) + ";" + ; "OSCode: " + TRANSFORM(oError:OsCode, NIL) + ";" + ; "SubSystem: " + TRANSFORM(oError:SubSystem, NIL) + ";" + ; "Message: " + oError:Description ) End Try Return nil
by byron.hopp
Tue Apr 05, 2022 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fivewin with new PDF
Replies: 12
Views: 938

Re: New Fivewin with new PDF

... in the correct order I could have problems. I am getting the following message: Could not send message;Error: 1;SubC: 1006;OSCode: -2147352573;SubSystem: WINOLE;Message: Argument error This seems to happen right when I attempt to attach the file using the oEmailMsg:AddAttachment method. If ...
by byron.hopp
Mon Apr 04, 2022 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fivewin with new PDF
Replies: 12
Views: 938

Re: Archivo.env para xMate y VC2019

... uso yo. [Environment] Description 1=Harbour/FWH/MSVC2019 32 bits Description 2= Description 3= PRG Compiler ver=3.2 C compiler ver=2019 32 bits Subsystem=GTGUI Author=Carlos Vargas Last update=10/20/2021 [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
Wed Dec 01, 2021 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo.env para xMate y VC2019
Replies: 4
Views: 554

Re: Can you use Windows 11 on your PC ?

C:\Windows\system32>wsl --install Installing: Virtual Machine Platform Virtual Machine Platform has been installed. Installing: Windows Subsystem for Linux Windows Subsystem for Linux has been installed. Downloading: WSL Kernel Installing: WSL Kernel WSL Kernel has been installed. Downloading: ...
by Antonio Linares
Mon Oct 18, 2021 5:31 am
 
Forum: Utilities / Utilidades
Topic: Can you use Windows 11 on your PC ?
Replies: 13
Views: 2421
Next

Return to advanced search