Search found 311 matches: brc32

Return to advanced search

Re: Borland makefile for Harbour + FWH + BCC7

James,

This line is wrong:

c:\bcc7 $(BCDIR)\bin\brc32.exe -r -Ic:\bcc7\include\windows\sdk myapp.rc

it should be:

$(BCDIR)\bin\brc32.exe -r -Ic:\bcc7\include\windows\sdk myapp.rc
by Antonio Linares
Tue Mar 28, 2017 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Borland makefile for Harbour + FWH + BCC7
Replies: 22
Views: 5660

UEStudio Comportamientro del exe muy estraño

... = .;$(INCLUDE); IncKeyWords = #include; Comments = /*.*/.//.eol. [.C] Out = $In.obj Cmd0 = bcc32 $(COPT) -o$O $I [.RC] Out = $In.res Cmd0 = brc32 -r -fo$O $I IncFiles = 1 CaseSensitive = 0 IncDirs = .;$(INCLUDE); IncKeyWords = #include; Comments = /*.*/.//.eol.
by Busmatic_wpb
Wed Feb 22, 2017 11:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UEStudio Comportamientro del exe muy estraño
Replies: 7
Views: 1372

Re: Error workop32.w32

... "\dpadmwin\include\winapi.ch" 1 24 "Data_1.bin" ICON ICON "c:\dpsgev51\resource\iconodp.ico" C:\FW24\SAMPLES>brc32 dpadmwin.rc -w32 Borland 32-bit Resource Compiler Version 4.5 Copyright (c) 1990, 1994 Borland International. All rights reserved. Error workop32.w32 ...
by jnavas
Fri Feb 10, 2017 6:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error workop32.w32
Replies: 3
Views: 633

Error workop32.w32

Saludos a todos Estoy recompilando el recurso de mi aplicación, solo cambiando la imagen del icono. cuando compilo BRC32 dpadmwin.RC dpadmwin.RES me genera error : Error workop32.w32 Contenido de dpadmwin.rc #define ICON_3 3 #define ICON_2 2 #include "\dpadmwin\include\winapi.ch" ...
by jnavas
Fri Feb 10, 2017 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error workop32.w32
Replies: 3
Views: 633

Re: xHarbour.org updated!

Enrico

Just sent you my monolithic .rc file .. Compile to .res with brc32 -r and you will see the problems associated with the ResEdit header files.

Thanks
Rick Lipkin
by Rick Lipkin
Fri Jan 27, 2017 3:14 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 159
Views: 39706

Re: xHarbour.org updated!

BCC 7.2 still uses the old brc32.exe:

Code: Select all  Expand view
Borland Resource Compiler / Binder
Version 5.40 Copyright (c) 1992, 1999 Inprise Corporation


Send me a compilable sample of the problem and I will try to give you a solution.

EMG
by Enrico Maria Giordano
Fri Jan 27, 2017 2:34 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 159
Views: 39706

Re: Button Bar JPG or PNG

As an additional comment, I use the resource compiler brc32.exe also included in Borland 7
My previous post also works with the resource compiler rc.exe

%bcdir%\bin\brc32


Rick, happy, happy birthday
Have a good day in the company of family and friends
by cnavarro
Thu Nov 03, 2016 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button Bar JPG or PNG
Replies: 15
Views: 2872

Re: Button Bar JPG or PNG

Carlos I am using Bcc72 .. I have been using Bcc70 for a long time .. Brc32 just will not compile any .bmp greater than 24 bit .. You can import a 32 bit bmp into an .rc, but when you compile your .rc into .res .. the compiler blows up. To be honest, I just ...
by Rick Lipkin
Wed Nov 02, 2016 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button Bar JPG or PNG
Replies: 15
Views: 2872

Re: Bcc72 Prsht.h resource compile error

Enrico

I have no clue .. somehow Prsht.h is evoked by Brc32.exe when compiling a .rc file.

Rick Lipkin
by Rick Lipkin
Sat Oct 29, 2016 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6472

Bcc72 Prsht.h resource compile error

... balance #if and #endif. I was hoping someone has run accross this error and has a fix for the header file mismatch. I would be very grateful. [1]:Brc32.Exe -r -foResource\VehW32.Res VehW32.RC Borland Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved. ...
by Rick Lipkin
Thu Oct 27, 2016 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6472

Re: Enlazar pantalla con .rc sin dll en el exe

Intenta compilar tu fichero RC y comprueba que errores te da:

$(BCDIR)\bin\brc32.exe -r Testxbrw.rc
by Antonio Linares
Mon Oct 24, 2016 6:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enlazar pantalla con .rc sin dll en el exe
Replies: 13
Views: 2421

Re: Pantalla negra detras de ventana

... echo -O2 -e%1.exe -I%hdir%\include -I%bcdir%\include %1.c > b32.bc %bcdir%\bin\bcc32 -M -c @b32.bc :ENDCOMPILE IF EXIST %1.rc %bcdir%\bin\brc32 -r -I%bcdir%\include -I%bcdir%\include\windows\sdk %1 rem IF EXIST %1.rc %vcdir%\bin\rc -r -d__FLAT__ %1 echo %bcdir%\lib\c0w32.obj + > b32.bc ...
by Compuin
Sat Sep 24, 2016 4:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pantalla negra detras de ventana (SOLUCIONADO)
Replies: 17
Views: 3686

Fiveweb: problemas con la clase TPRINT

... echo -O2 -e%1.exe -I%hdir%\include -I%bcdir%\include %1.c > b32.bc %bcdir%\bin\bcc32 -M -c @b32.bc :ENDCOMPILE IF EXIST %1.rc %bcdir%\bin\brc32 -r -I%bcdir%\include %1 rem IF EXIST %1.rc %vcdir%\bin\rc -r -d__FLAT__ %1 echo %bcdir%\lib\c0w32.obj + > b32.bc echo %1.obj, + >> b32.bc ...
by silvinamazzaro
Thu Aug 25, 2016 1:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fiveweb: problemas con la clase TPRINT
Replies: 1
Views: 579

Harbour - Using MingW

... To compile samples from FWH I found problems with RC files but RES files Works perfect so, use BRC32 to compile .RC into .RES files and use it in mingw32 -------------------------------------------------------------------------------- Here is ...
by toninhofwi
Sun Aug 14, 2016 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour - Using MingW
Replies: 6
Views: 1126

Re: C++Compiler - FREE TOOL

... /I%C_INSTALL%\include /i%C_INC_INSTALL%\windows\sdk /i%C_INC_INSTALL%\windows\crtl %RC% C_DLL_COMMAND=//%C_BIN_INSTALL%\BRC32.EXE /r %RC% Option prefix=- [User] POSTEXE_COMMAND= POSTLIB_COMMAND= POSTDLL_COMMAND= [Files] %C_LIB_INSTALL%\win32c\release\c0w32.obj=1 C:\fwh\lib\barlib32x.lib=2 ...
by mastintin
Tue Jul 26, 2016 6:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: C++Compiler - FREE TOOL
Replies: 18
Views: 8621
PreviousNext

Return to advanced search