PDF in RC Resource File

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
calimero22
Posts: 53
Joined: Sun Nov 04, 2012 11:00 am

PDF in RC Resource File

Post by calimero22 »

Hi.
Can i insert a PDF file in the Resource File RC ?
If YES, how?
Thank you very much.


PS.
This is another example for insert an image file (in my tutorial):
http://www.elektrosoft.it/tutorials/hmg ... #resources" onclick="window.open(this.href);return false;

==== THIS IS THE FILE PROVA.RC ========
ResImgJPG JPG cavallo.jpg
==== THIS IS THE FILE PROVA.PRG ====
@ 10,10 IMAGE foto PARENT Form_1 PICTURE "ResImgJPG" WIDTH 287 HEIGHT 260
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: PDF in RC Resource File

Post by danielmaximiliano »

Hola Calimero :
un buen sitio para leer sobre archivos de recursos es aqui, en Harbour el compilador utilizara WindRes.exe para generar el archivo .res que se anexara como parte del ejecutable.


Translate Google

Hello Calimero:
a good place to read about resource files is here in Harbour compiler used to generate the WindRes.exe response to be annexed as part of the executable.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
pctoledo
Posts: 123
Joined: Wed Aug 25, 2010 10:45 am
Location: Araçatuba - SP - Brazil
Contact:

Re: PDF in RC Resource File

Post by pctoledo »

Regards/Saludos,

Toledo

Clipper On Line
calimero22
Posts: 53
Joined: Sun Nov 04, 2012 11:00 am

Re: PDF in RC Resource File

Post by calimero22 »

Thank you to ALL
Giovanni
Post Reply