Search found 188 matches: buildh32

Return to advanced search

Re: Error en librerias de Harbour MSVC

... /NODEFAULTLIB:msvcrt Ahora usamos la versión UCRT (en vez de la anterior MSVCRT) de MSVC que es más moderna y rápida Dear Antonio, You mean modify buildh32.bat file echo ws2_32.lib >> msvc.tmp echo shlwapi.lib >> msvc.tmp echo strmiids.lib >> msvc.tmp *NEW ADD echo ucrt.lib >> ...
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: 123

Re: Pasando a FWH24.02+Harbour+BCC77

... la versión más reciente del compilador C Por otra parte, nosotros siempre verificamos también usando Visual Studio Community 2022, usando samples\buildh32.bat y buildh64.bat para asegurarnos que la compatibilidad con MSVC se mantene correctamente. te agradezco tu feedback y es bienvenido cualquier ...
by Antonio Linares
Wed Mar 13, 2024 4:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasando a FWH24.02+Harbour+BCC77
Replies: 12
Views: 2884

Re: Bug FWH2402 - Botones

Here it is working fine using Borland and MSVC 32 an 64

Same screenshots as posted here

Puedes probarlo usando FWH\samples:

buildh.bat botones
buildh32.bat botones
buildh64.bat botones
by Antonio Linares
Wed Mar 06, 2024 5:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 669

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... fwh 23.10 and the harbour folder on a friend's computer who has Visual Studio 2022 installed. I have compiled the sample program you sent using buildh32.bat in sample directory. The results were exactly like on my own computer. In other words, when the theme is installed, "UTF8 GET" ...
by Horizon
Tue Feb 06, 2024 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54319

Re: Ajustar compilacion y linkado compilador MSVC Microsoft

Estimado José, En el fichero buildh32.bat actual de FWH se usan estos flags: cl.exe -nologo -c -O2 -W4 -wd4127 /I%hdir%\include %1.c en cuando a -d__FLAT__ sirve para declarar un "define" y asi poder reconocer desde el fichero ...
by Antonio Linares
Thu Oct 12, 2023 10:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar compilacion y linkado compilador MSVC Microsoft
Replies: 1
Views: 142

Ajustar compilacion y linkado compilador MSVC Microsoft

... Fivewin. para configurar el FivEdit estoy teniendo muchos problemas , creo que es debido a que uso la Version Enterprise de Visual Studio. como el buildh32.bat de Fivewin me construye bien el ejecutable he pasado esos parametros al FivEdit pero todavia me da problemas, sobre todo en el compilador ...
by jvtecheto
Thu Oct 12, 2023 6:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar compilacion y linkado compilador MSVC Microsoft
Replies: 1
Views: 142

xBrowse + Tree sample does not work.

Hi Mr. Rao, I can't run the example you sent in the previous topics in the forum. I compiled this example using buildh32.bat in the example directory. . When I press the "Tree" button, the application exits without any errors. (fwh 23.04 + Harbour + msvc ) Can you please ...
by Horizon
Fri Jul 21, 2023 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + Tree sample does not work.
Replies: 6
Views: 655

Re: need working buildh32.bat

Dear Jimmy, This buildh32.bat properly builds FiveDbu here: buildh32.bat @ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for Harbour 22.12 (VS32bits) Dec. 2022 ...
by Antonio Linares
Mon Apr 17, 2023 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: need working buildh32.bat
Replies: 1
Views: 138

Re: FiveDBU 64 Bit ?

Hi I can build fivedbu with MSVC 32 Bit on a 64Bit Win11 This is my #buildh32.bat @ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for Harbour 21.06 (VS32bits) Jun. 2021  Harbour development ...
by alerchster
Mon Apr 17, 2023 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU 64 Bit ?
Replies: 10
Views: 742

need working buildh32.bat

hi, i can compile fiveDBU using buildh64.bat but get Error with buildh32.bat now i have try to "compare" both buildh64.bat %hdir%\bin\win\msvc64\harbour %1 /n /i%fwdir%\include;%hdir%\include /w /p /d__64__ %2 %3 > comp.log 2> warnings.log...cl ...
by Jimmy
Mon Apr 17, 2023 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: need working buildh32.bat
Replies: 1
Views: 138

Re: FiveDBU 64 Bit ?

hi, i got FiveDBU to compile/run with MSVC 64 Bit now i try on 64 Bit OS buildh32.bat fivedbu and got FiveH32.lib(FWMARIA.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_nxs_crypt" in Funktion "_write _to_file". Hinweis ...
by Jimmy
Sun Apr 16, 2023 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU 64 Bit ?
Replies: 10
Views: 742

Can I get object from handle?

...   ELSE        MsgAlert("Run testfont app before pressing button.")        ENDIF           RETURN .T. These can be builded via buildh32.bat in sample directory. First run testfont application. then run MyWTest1 application. I want to change say prompt "Hello World" ...
by Horizon
Thu Apr 13, 2023 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I get object from handle?
Replies: 15
Views: 1346

Re: VS2022 Portable x32 x64

Compuin wrote:Hola

Se puede ajustar el buildh32.bat de los samples de FWH con este MSVC portable??

Asi se evitaria tener que instalar todo ese producto


Es solo editar el buildh32.bat y corregir los paths
by Antonio Linares
Wed Apr 12, 2023 7:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6782

Re: VS2022 Portable x32 x64

Hola

Se puede ajustar el buildh32.bat de los samples de FWH con este MSVC portable??

Asi se evitaria tener que instalar todo ese producto
by Compuin
Wed Apr 12, 2023 5:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6782

Re: XBROWSER with SETUP possible?

Horizon wrote:Hi Antonio,

yes, this code compiled with buildh32 without any error and run. But does not work brwsetup function.

Your sample work OK for me and execute your SETUP xbrowser function correctly
by cnavarro
Thu Feb 02, 2023 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSER with SETUP possible?
Replies: 4
Views: 317
Next

Return to advanced search