Search found 311 matches: brc32

Return to advanced search

Re: RMChart

... Done. Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. C:\fivedit\TRMCHARTX.c: C:\fivedit>C:\BCC7\bin\brc32.exe -r d:\xbase-proyectos\varios\rmchart\resource\TESTRMC -iC:\BCC7\include -iC:\BCC7\include\dinkumware -iC:\BCC7\include\windows\sdk -fod:\xbase-proyectos\varios\rmchart\resource\TESTRMC.res ...
by jose_murugosa
Fri Apr 19, 2024 2:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RMChart
Replies: 6
Views: 213

Re: Pasando a FWH24.02+Harbour+BCC77

... de recursos usas para tu app. Te recomiendo usar el RC.exe de ms, con embarcadero viene tres resources compiler siendo uno de ellos el RC.exe, el brc32 y y el otro no recuerdo en este momento Carlos, muchas gracias, no recibí tu correo, quizá se me quedo en no deseados no se. No había visto tu ...
by jose_murugosa
Mon Mar 18, 2024 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasando a FWH24.02+Harbour+BCC77
Replies: 12
Views: 2884

Re: Pasando a FWH24.02+Harbour+BCC77

... de recursos usas para tu app. Te recomiendo usar el RC.exe de ms, con embarcadero viene tres resources compiler siendo uno de ellos el RC.exe, el brc32 y y el otro no recuerdo en este momento
by carlos vargas
Sat Mar 16, 2024 2:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasando a FWH24.02+Harbour+BCC77
Replies: 12
Views: 2884

Re: Pasando a FWH24.02+Harbour+BCC77

Estimado José,

Observa que hemos añadido más paths para los ficheros de cabecera en esta llamada:

IF EXIST %1.rc %bcdir%\bin\brc32.exe -r -I%bcdir%\include -I%bcdir%\include\windows\crtl -I%bcdir%\include\windows\sdk %1
by Antonio Linares
Fri Mar 15, 2024 4:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasando a FWH24.02+Harbour+BCC77
Replies: 12
Views: 2884

Problemita al compilar con FWH24.02

... más sencilla) con la nueva versión de FWH, bcc77 (en el directorio bcc7) y el harbour del 09/03/2024 recibo este error: C:\fivedit>C:\BCC7\bin\brc32.exe -r d:\xbase-proyectos\bombeo\resource\Bombeo -iC:\BCC7\include -iC:\BCC7\include\dinkumware -iC:\BCC7\include\windows\sdk -fod:\xbase-proyectos\bombeo\resource\Bombeo.res ...
by jose_murugosa
Mon Mar 11, 2024 5:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemita al compilar con FWH24.02
Replies: 4
Views: 786

Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

Estoy compilando un proyecto. \C_BCC\BCC77\bin\BRC32 -r -D__FLAT__ -I\C_BCC\BCC77\include\windows\sdk;\C_BCC\BCC77\include\windows\crtl \proy_harb\rc\plastwin.rc hasta aqui ok \C_BCC\BCC77\bin\ilink32 -Gn -aa -Tpe -s @b32.bc Turbo Incremental Link ...
by ruben Dario
Mon Dec 04, 2023 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2277

Compilacion Ejemplo de FWH Error

Saludos al Forum Con bcc76 y bcc77 da lo mismo Compilo este ejemplo de FWH y da error El error esta en en el brc32 para archivos .rc IF EXIST %1.rc %bcdir%\bin\brc32.exe -r -I%bcdir%\include -I%bcdir%\include\windows\sdk %1 [code][ Compiling... Harbour 3.2.0dev (r2104281802) ...
by ruben Dario
Sat Dec 02, 2023 12:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilacion Ejemplo de FWH Error
Replies: 1
Views: 222

Problemas al migrar desde FWH2012 a FWH2307 - cerrado

... %LIB% /P512 @%RSP% , %LST% C_LINK_COMMAND=%C_BIN_INSTALL%\iLink32.Exe -Gn -aa -Tpe -s -v @%LNK% C_RC_COMMAND=%C_BIN_INSTALL%\Brc32.Exe -r -I%C_BIN_INSTALL%\include -I%C_BIN_INSTALL%\include\windows\sdk -fo%RES% %RC% C_DLL_COMMAND=%C_BIN_INSTALL%\iLink32.Exe -Tpd -aa -s -L%LIB%\lib\PSDK ...
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: 1679

Ruta no especificada al compilar

... -I%hdir%\include -I%bcdir%\include -I%fwh%\include %1.c > b32.bc %bcdir%\bin\bcc32 -M -c @b32.bc :ENDCOMPILE IF EXIST %1.rc %bcdir%\bin\brc32.exe -r -I%bcdir%\include -I%bcdir%\include\windows\sdk %1 Gracias por su ayuda
by EASYSOFT
Wed Jul 12, 2023 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ruta no especificada al compilar
Replies: 3
Views: 191

Re: Error al leer un dll

... echo -O2 -e%1.exe -I%hdir%\include -I%bcdir%\include %1.c > b32.bc %bcdir%\bin\bcc32 -M -c -v @b32.bc :ENDCOMPILE IF EXIST %1.rc %bcdir%\bin\brc32.exe -r -I%bcdir%\include -I%bcdir%\include\windows\sdk %1 echo %bcdir%\lib\c0w32.obj + > b32.bc echo %1.obj, + >> b32.bc echo %1.exe, ...
by jpcavagnaro
Sun Apr 23, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 1500

Re: SkinButton() Problem

... c:\fwh\0\SKIN2>If ErrorLevel 1 Type Erro.log | More c:\fwh\0\SKIN2>If ErrorLevel 1 Goto Exit c:\fwh\0\SKIN2>C:\BCC7\bin\BRC32.Exe -R XPLOOK.RC Borland Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved. c:\fwh\0\SKIN2>C:\BCC7\bin\ilink32 ...
by Jimmy
Tue Apr 18, 2023 12:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButton() Problem
Replies: 19
Views: 961

Re: MDI child window appearance

Estimado Leandro,

En buildh.bat ó buildx.bat si usas xHarbour modifica esta línea:

IF EXIST %1.rc %bcdir%\bin\brc32.exe -r -I%bcdir%\include -I%bcdir%\include\windows\sdk -I%bcdir%\include\windows\crtl %1
by Antonio Linares
Fri Mar 24, 2023 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4129

Re: CLASS TGrid() for FiveWin

hi Antonio, This seems to be missing: c:\BCC7\bin\brc32.exe -r DUALGRID.rc Borland Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved. Error DUALGRID.rc 34 32: Cannot open file: RES\BOLOV.ICO Please add ...
by Jimmy
Tue Mar 14, 2023 4:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3459

Re: CLASS TGrid() for FiveWin

Dear Jimmy,

This seems to be missing:

c:\BCC7\bin\brc32.exe -r DUALGRID.rc
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.

Error DUALGRID.rc 34 32: Cannot open file: RES\BOLOV.ICO

Please add it to the repo in github, many thanks
by Antonio Linares
Mon Mar 13, 2023 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3459

Re: error al personalizar hoja de excel despues de toexcel()

... >log-prg.txt $(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c Cajas.res : Cajas.rc # $(BCDIR)\bin\brc32.exe -r Xbincflt.rc
by artu01
Wed Nov 23, 2022 11:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al personalizar hoja de excel despues de toexcel()
Replies: 9
Views: 1169
Next

Return to advanced search