Hi everything !
How to write joiner on xHarbour ?
Hi everything !
How to write joiner on xHarbour ?
Natter,
What do you mean by "joiner" ? Please explain it or post an example, thanks
Yes, excuse me. I want paste together two files - file.(BMP/GIF/JPG) + file.EXE=file.BMP/GIF/JPG. It do by programm named JOINER usually. I created this. It work fine (when I open file.BMP/GIF/JPG - picture and EXE will actived simultaneously). But JOINER use for write trojan usually and all antivirus programms note about this. What me do this time ?
Better place the image files inside the RC file, and the resources compiler will automatically embed them inside the EXE.
I insert my picture to other application
Natter,
If your main PRG is Test.prg, then create a Test.RC and add this line:
myname BITMAP "abitmap.bmp"
the resources compiler will place abitmap.bmp inside your EXE
Antonio, I insert picture into strange application. I not my EXE