Search found 26 matches: brcc32

Return to advanced search

Re: xHarbour.org updated!

... -o$* $** .prg.obj: $(HB_DIR)\bin\harbour -D__EXPORT__ -n -go -I$(HB_DIR)\include $(HARBOURFLAGS) -I$(FWH)\include -o$* $** .rc.res: $(CC_DIR)\BIN\brcc32 $(RFLAGS) $< #BUILD $(PROJECT): $(CFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE) $(CC_DIR)\BIN\$(LINKER) @&&! $(LFLAGS) + $(ALLOBJ), + ...
by wartiaga
Tue Sep 19, 2023 5:02 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37556

Re: MDI child window appearance

I prefer brcc32.exe. I use it for BCC 64 bit too and even for MSC32 and 64. It supports embedded resources (like images).
by Enrico Maria Giordano
Fri Mar 24, 2023 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4100

Re: Descargar archivos de configuracion hbmk2

... All rights reserved. Error dialogo.rc 1 3: Expecting resource name or resource type name hbmk2[GIO]: Error: Running resource compiler. 20018 brcc32.exe -IC:\BCC7\Include -IC:\BCC7\Include\dinkumware -IC:\BCC7\Include\windows\crtl -IC:\BCC7\Include\windows\rtl -IC:\BCC7\Include\windows\sdk ...
by Compuin
Wed Jan 18, 2023 7:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Descargar archivos de configuracion hbmk2
Replies: 12
Views: 830

Re: Manifest for 64 Bit

... and bugged MS tools. You have to find what is the syntax it requires for base64 embeded resources. Probably it doesn't support them. You can use brcc32.exe, the BCC resource compiler to produce the RES from the RC. EMG
by Enrico Maria Giordano
Thu Aug 04, 2022 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest for 64 Bit
Replies: 6
Views: 351

Re: ResEdit y Borland 7.4

... into .res. This is a variant if the rc2dll32.dll.bat file : @Echo Off DEL LeaveW32.RC DEL LeaveW32.RES COPY *.RC LeaveW32.RC C:\BORLAND\BCC74\BIN\brcc32 -iC:\BORLAND\BCC74\include -v -iC:\BORLAND\BCC74\include\dinkumware -iC:\BORLAND\BCC74\include\windows\sdk LeaveW32.Rc >Rick.Txt del *.iL? ...
by Rick Lipkin
Mon May 18, 2020 1:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit y Borland 7.4
Replies: 15
Views: 2261

Re: Busco consejo sobre opciones para compilar a 64Bits

Copie, brc32.exe y brcc32.exe, pero ahora me sale el siguiente error: ┌────────────────────────────────────────────────────────────────────────────┐?FiveWin 19.09 for xHarbour 64 bits - Sep. 2019  Harbour development power  │▄?(c) ...
by leandro
Mon May 04, 2020 8:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busco consejo sobre opciones para compilar a 64Bits
Replies: 66
Views: 8019

Re: Need .RES File to include in my project !!!

If You use Borland .. here is what I use .. Copy all my .rc into one single .rc Use Borlands brcc32 compiler .. see syntax below .. this takes the monolithic VehW32.rc and creates the VehW32.Res file which I add to the link list .... If there are any errors they will ...
by Rick Lipkin
Mon May 27, 2019 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need .RES File to include in my project !!!
Replies: 5
Views: 1184

Re: Introducing FiveTech's fivedit

... 56=.F. 57=.F. 58=.F. 59=.F. 60=.F. 61=.T. 62=FiveWin 63=D:\FWHDEV\bcc7\bin\bcc32.exe 64=D:\FWHDEV\bcc7\bin\ilink32.exe 65=D:\FWHDEV\bcc7\bin\brcc32.exe 68=.F. 72=-r 74=D:\FWHDEV\bcc7\tlib.exe M31=.T. 44=D:\FWHDEV\FWH1706\samples\buildx.bat [USERLIBS] 001=D:\FWHDEV\FWH1706\lib\fivehx.lib,1 ...
by ryugarai27
Sat Sep 01, 2018 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107367

Harbour - Using MingW

... xbrowse and dababase from FWH because I found some function names incompatibilities with hashes. I'm using BRC32, so you need brc32.exe, brcc32.exe and rw32core.dll from bcc 7.10 or another resource compiler. Regards, Toninho.
by toninhofwi
Sun Aug 14, 2016 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour - Using MingW
Replies: 6
Views: 1108

Re: Cómo compilar en MSDOS a modo Clipper...

... -o$* $** > error.log #$(HBDIR)\bin\harbour $< /L /M /Q /Oobj\ /I.;$(HBDIR)\include;$(fprg)\include > comp.log .rc.res: $(CC_DIR)\BIN\brcc32 $(RFLAGS) $< #BUILD $(PROJECT): $(CFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE) $(CC_DIR)\BIN\$(LINKER) @&&! $(LFLAGS) + $(ALLOBJ), + ...
by ruben Dario
Mon Oct 29, 2012 9:59 pm
 
Forum: FiveWin para CA-Clipper
Topic: Cómo compilar en MSDOS a modo Clipper...
Replies: 1
Views: 2074

Re: rmk file goes crazy.

hag wrote:brcc32 /r cashteam.rc "brcc32" is not recognized as internal or external program etc.


There is no "brcc32" in your make file.

EMG
by Enrico Maria Giordano
Fri Mar 04, 2011 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: rmk file goes crazy.
Replies: 5
Views: 911

Re: rmk file goes crazy. Found cause but can't fix

I discovered what makes the compiler call for brcc32. It occurs when I change the .rc file and then all recompile have the problem.
I certainly have no clue as to what the cause is or how to fix it. HELP
by hag
Fri Mar 04, 2011 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: rmk file goes crazy.
Replies: 5
Views: 911

rmk file goes crazy.

... prgs and obj's. One directory compiles perfect. Now another directory that I've been compiling over and over for weeks now comes up with a message brcc32 /r cashteam.rc "brcc32" is not recognized as internal or external program etc. Here is the code of the rmk file There is nothing in ...
by hag
Fri Mar 04, 2011 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: rmk file goes crazy.
Replies: 5
Views: 911

S.O.S.: Error 0x23

... Rptegen.PRG loadblnk.PRG loadvalu.PRG replvalu.PRG releblnk.PRG fillcero.PRG copyvalu.PRG writvalu. PRG sp_mes.PRG cript.PRG BCDIR = D:\bcc55 RC = brcc32 PROCESSOR_REVISION = 000a .path.C = . CLIENTNAME = Console WINDIR = C:\WINDOWS USERNAME = Armando PRGS = D:\inpede\prgs\libreria PROCESSOR_IDENTIFIER ...
by Armando Picon
Fri Jun 25, 2010 10:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: S.O.S.: Error 0x23
Replies: 11
Views: 3409

Sometimes i think i am very stupid In my batch i've put "ECHO brcc32 -32 file.rc" I just cut ECHO and everything is clear I AM RED WITH THE SHAME!!!!!! But i have an other error : I can't preview my prints hERE IS ERROR LOG "Application =========== Path ...
by patili
Thu Nov 20, 2008 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: prob with brc32
Replies: 9
Views: 1474
Next

Return to advanced search

cron