Search found 23 matches: screen32

Return to advanced search

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

In FWH\DLL there is a SCREEN32.DLL where you can put yours dlg,bitmap, etc and save as RES.
Please read screens.txt to more informations.
by vilian
Mon May 27, 2019 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need .RES File to include in my project !!!
Replies: 5
Views: 1184

RC a DLL (SOLUCIONADO)

Gente: Estoy queriendo compilar una DLL con recursos. El .rc esta construido con PelesC, que lo uso por primera vez. Para generar la .dll, uso screen32.c y rc2dll32 que provee FW en la carpeta Dll. Estoy usando HARBOUR y BCC582 El error es el siguiente: d:\Fuen32\GSports>d:\bcc582\bin\bcc32 ...
by MarioG
Sun Sep 28, 2014 1:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RC a DLL (SOLUCIONADO)
Replies: 2
Views: 430

Re: compilar .rc en DLL con MSVC2010

... y fácil :-) call "%ProgramFiles(x86)%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" "%VCINSTALLDIR%"\bin\cl -TP -W3 -LD screen32.c /link screen32.res Lo único que falta es generar el .res a partir del .rc Que compilador de recursos usas con VS2010 ? screen32.c #include ...
by Antonio Linares
Wed Jul 17, 2013 11:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: compilar .rc en DLL con MSVC2010
Replies: 17
Views: 2737

Re: New User FWH6.12

... exe file, and that is because of the dlls. I use borland workshop for my dlls.and each application has more than one dll. I have added my dlls to screen32.dll via workshop. At the moment i do not understand the difference in res,dll,rc files. What would you recommend to use. As I do not have any ...
by RiazKhan
Mon Dec 19, 2011 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New User FWH6.12
Replies: 41
Views: 9619

Re: Crear DLL con funciones PRG con Xharbour

... DLL simple en puro lenguaje C y probar a acceder a ella, por ejemplo desde el mismo Harbour. FiveWin proporciona un ejemplo sencillo en FWH\dlls\screen32.c y rc2dll32.bat. Para implementar alguna función tenemos más ejemplos en:
by Antonio Linares
Mon Aug 01, 2011 8:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear DLL con funciones PRG con Xharbour
Replies: 18
Views: 4532

Re: Tratando de utilizar VERCE 5.3

... off Echo ----------------------------------------------------- Echo Construyendo Librer¡a miprog1.dll a 32 Bits... Echo. c:\bcc55\bin\bcc32 -c screen32.c c:\bcc55\bin\brc32 -r miprog1.rc c:\bcc55\bin\ilink32 /Tpd c:\bcc55\lib\c0d32.obj screen32.obj, miprog1.dll,,c:\bc55\lib\cw32.lib c:\bcc55\lib\import32.lib,, ...
by armando.lagunas
Sat Nov 07, 2009 4:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tratando de utilizar VERCE 5.3
Replies: 3
Views: 757

Re: Rc to dll

... tried with the rc2dll32.bat provided into fwh\dll but the following error appairs: K:\FWH\dll>k:\bcc55\bin\ilink32 /Tpd k:\bcc55\lib\c0d32.obj screen32.obj, pigc.d ll,,k:\bc55\lib\cw32.lib k:\bcc55\lib\import32.lib,, pigc.res Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Fatal: ...
by Marco Turco
Mon Jul 06, 2009 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rc to dll
Replies: 4
Views: 777

Re: Fastest way to convert a 16bit DLL with Bitmaps

... Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved. c:\FWH\dll>c:\bcc55\bin\ilink32 /Tpd c:\bcc55\lib\c0d32.obj screen32.obj, ocw.dll l,,c:\bc55\lib\cw32.lib c:\bcc55\lib\import32.lib,, ocw.res Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Fatal: ...
by MichaelMo
Mon May 18, 2009 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fastest way to convert a 16bit DLL with Bitmaps
Replies: 6
Views: 1308

Problems converting my 16 bit resource file.

... Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved. c:\FWH\dll>c:\bcc55\bin\ilink32 /Tpd c:\bcc55\lib\c0d32.obj screen32.obj, michae(cut off) l.dll,,c:\bc55\lib\cw32.lib c:\bcc55\lib\import32.lib,, michael.res Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 ...
by MichaelMo
Thu Mar 26, 2009 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems converting my 16 bit resource file.
Replies: 2
Views: 597

Harvey, screen32.obj is created from screen32.c when bcc32.exe is called: c:\borland\bcc55\bin\bcc32 -c c:\borland\bcc55\bin\screen32.c This is the process: 1. bcc32.exe compiles screen32.c and creates screen32.obj 2. brc32.exe ...
by Antonio Linares
Tue Jul 15, 2008 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The rc2dll32.bat problem, moving resources to screen32.dl
Replies: 4
Views: 1000

Antonio:
Thnks for the quick response. The screen32.obj file doesn"t exist. I wrote the other day asking for a copy and you also said it doesn"t exist. Yet the bat file rc2dll32 calls for it. is it call for it in error? should it be calling something else.

Thanks Again

Hag
by hag
Tue Jul 15, 2008 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The rc2dll32.bat problem, moving resources to screen32.dl
Replies: 4
Views: 1000

Harvey, > screen32.c is in c:\Borland\bcc55\bin but doen't see it If screen32.c is there, then you have to specify its path in the bat file: c:\borland\bcc55\bin\bcc32 -c c:\borland\bcc55\bin\ screen32.c also modify the screen32.obj ...
by Antonio Linares
Tue Jul 15, 2008 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The rc2dll32.bat problem, moving resources to screen32.dl
Replies: 4
Views: 1000

The rc2dll32.bat problem, moving resources to screen32.dl

2 problems: The rc2dll32 doesn't seem to be working correctly. Screen32.c is in c:\Borland\bcc55\bin but doen't see it. Message reads "could not find file screen32.c" Its there. Also can't find the screen32.obj in the 6th line of the bat file below. Please ...
by hag
Tue Jul 15, 2008 3:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The rc2dll32.bat problem, moving resources to screen32.dl
Replies: 4
Views: 1000

Harvey,

RC2DLL32.bat uses screen32.c, which it is provided in FWH\DLL folder.
by Antonio Linares
Mon Jul 14, 2008 6:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: rc2dll32.bat calls for screen32.obj
Replies: 1
Views: 504

rc2dll32.bat calls for screen32.obj

Just started with FWH and happily got all tutor0x working. Need to convert 16 bit resources and using rc2Dll32 and it calls screen32.obj in borland. Doesn't exist. Can someone send me a copy.

To: hgoldstein@slgg.com


Thanks much

Harvey
by hag
Mon Jul 14, 2008 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: rc2dll32.bat calls for screen32.obj
Replies: 1
Views: 504
Next

Return to advanced search