Search found 89 matches: rc2dll32

Return to advanced search

Re: crear DLL

Estimado Jesús,

buenos dias

en la carpeta FWH\DLL tienes el fichero rc2dll32.bat que te construye una DLL a partir de un fichero RC
by Antonio Linares
Fri May 19, 2023 6:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: crear DLL
Replies: 12
Views: 673

how to DEBUG FiveWin ?

hi,

i wonder how to DEBUG FiveWin App which need Option "-b"
when start App i got Warning
FWDBG.DLL not found

i found c:\fwh\dll\fwdbg.dll and in this Folder also 3 x *.BAT
fwdbg64.bat, rc2dll32.bat, and rc2dll64.bat but no fwdbg32.bat :?:

need some help please
by Jimmy
Sat Jul 23, 2022 9:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to DEBUG FiveWin ?
Replies: 12
Views: 745

Re: pedido para versiones futuras

To All I use ResEdit as well and save all my forms as .rc .... I use the batch file rc2dll32 to compile all my .rc forms to .res and all I to is add the .res to my link list .. As you can see below I am using Borland BCC74 32 bit. Here are my modification to Rc2dll32.bat ...
by Rick Lipkin
Sat Apr 17, 2021 1:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: pedido para versiones futuras
Replies: 9
Views: 1295

Re: ResEdit y Borland 7.4

... came up with a windows batch file to combine all ..rc files into a single monolithic .rc which I then compile 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 ...
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: Need .RES File to include in my project !!!

... the VehW32.Res file which I add to the link list .... If there are any errors they will show up in Rick.txt Hope that makes sense .. Rick Lipkin Rc2dll32.bat as mentioned above .. just my modifications below.... @Echo OffDEL VehW32.DLLDEL VehW32.RCDEL VehW32.RESCOPY *.RC VehW32.RCC:\BORLAND\BCC73\BIN\brcc32 ...
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: Fwh64 connect mysql problem

... * nview16.dll JPG, JIF, GIF, BMP, DIB, RLE, TGA, PCX support ==> For 32 bits only * bwcc32.dll Borland Windows Custom Controls 32 bits * rc2dll32.bat Batch to create a DLL using a RC resources file * Screens32.dll FiveWin empty DLL 32 bits for storing resources * Prev32.dll FiveWin printing ...
by richard-service
Sat Feb 02, 2019 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh64 connect mysql problem
Replies: 5
Views: 1114

Re: ResEdit - Error: RLINK32: Unsupported 16bit resource in file

... into my application .. Here is a sample batch file that I use to manage the above process .. note that I am using the Borland 7.3 compiler: Rc2dll32.bat @Echo OffDEL HoaW32.RCDEL HoaW32.RESCOPY *.RC HoaW32.RCC:\BORLAND\BCC73\BIN\brcc32 -iC:\BORLAND\BCC73\include -v -iC:\BORLAND\BCC73\include\dinkumware ...
by Rick Lipkin
Wed Apr 04, 2018 12:49 pm
 
Forum: Utilities / Utilidades
Topic: ResEdit - Error: RLINK32: Unsupported 16bit resource in file
Replies: 2
Views: 1108

Re: Transición de FIVEWIN Clipper a FWH 32

... que extraer el fichero RC usado en la DLL y con ese fichero RC construyes la versión de 32 bits de tu DLL de 16 bits. Revisa el fichero FWH/DLL/rc2dll32.bat que crea la DLL 3n 32 bikts a partir del fichero RC. 4. Sí, perfectamente. Aunque lo ideal seria que considerases usar DBFCDX, pero esos ...
by Antonio Linares
Tue Jan 09, 2018 7:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Transición de FIVEWIN Clipper a FWH 32
Replies: 8
Views: 2097

Re: xHarbour.org updated!

... 100+ forms with it. From that point on I decided ( since .rc files are just text files ) to compile all my rc's in a modified .bat file called Rc2Dll32.bat : @Echo OffDEL VehW32.DLLDEL VehW32.RCDEL Veh3W2.RESCOPY *.RC VehW32.RCC:\BORLAND\BCC70\BIN\brc32 -r VehW32.Rcrem c:\ResEditx64\ResEdit.exe ...
by Rick Lipkin
Sun Apr 09, 2017 11:18 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37554

Re: Bcc72 Prsht.h resource compile error

Enrico I use the below modified Rc2Dll32.bat file that copies all my .rc to a single .rc and then compiles to .res. The line below fails twice : @Echo Offrem RC file to 32 bits resources DLLrem syntax: rc2dll32.bat Your_rc_file  !!! without ...
by Rick Lipkin
Sat Oct 29, 2016 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6318

Re: resedit command

Silvo I don't know if this is exactly what you are looking for .. I use a modified Rc2Dll32.bat to copy all my .rc files together and then compile them with Borland into a single .res. I then add the .res to the xMate compile list. @Echo Off: RC file to 32 bits .res: ...
by Rick Lipkin
Sun Jun 12, 2016 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: resedit command
Replies: 11
Views: 2032

Al salir NO CIERRA 3 Dialogos NOWAIT de una Ventana

... con Resource WorkShop de Borland Entorno Final Windows 10 63 FWH 16.03 32 Bits DLL migrada a RC y pasada a]DLL 32 bits con la utilidad \fwh\dll\rc2dll32.bat Arranco la APP, después de unos cambios cosméticos de unos recursos borland "borbtn" pasados a BTNBMP arranca Comienzo probando ...
by gautxori
Thu Mar 31, 2016 6:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema / Bug TWINDOW y controles
Replies: 12
Views: 2180

Re: O.T. Resedit - problemas al compilar

Para lo tercero, añade esto en rc2dll32:

c:\bcc582\bin\brc32 -r -Ic:\bcc582\include %1.rc
by Antonio Linares
Tue May 26, 2015 5:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. Resedit - problemas al compilar
Replies: 4
Views: 661

O.T. Resedit - problemas al compilar

... con WS es: crear un .rc del mismo nombre de la aplicación e incrustar el res, que compila el UE. Un .rc de otro nombre que luego compilo a dll con rc2dll32.bat Ahora con Resedit nada de esto pude hacer Si quiero incrustar el .rc al compilar con UE obtengo el siguiente mensaje: --------------------Configuración: ...
by MarioG
Tue May 26, 2015 2:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. Resedit - problemas al compilar
Replies: 4
Views: 661

Re: Uwe we need your help :-)

... ? Icons.rc#define ALPHABMP 10EXPLORER    ALPHABMP "c:\fwh\bitmaps\alphabmp\explorer.bmp"  or 2) Download Pelles C ? .. I use a modified rc2dll32.bat file, what changes need to be made to take the .rc to .res with Pelles C ? Thanks Rick Lipkin
by Rick Lipkin
Mon Jan 05, 2015 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Uwe we need your help :-)
Replies: 33
Views: 6438
Next

Return to advanced search

cron