Joiner

Post Reply
Natter
Posts: 524
Joined: Mon May 14, 2007 9:49 am

Joiner

Post by Natter »

Hi everything !
How to write joiner on xHarbour ?
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Natter,

What do you mean by "joiner" ? Please explain it or post an example, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
Natter
Posts: 524
Joined: Mon May 14, 2007 9:49 am

Post by Natter »

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 ?
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Better place the image files inside the RC file, and the resources compiler will automatically embed them inside the EXE.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Natter
Posts: 524
Joined: Mon May 14, 2007 9:49 am

Post by Natter »

I insert my picture to other application
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Natter
Posts: 524
Joined: Mon May 14, 2007 9:49 am

Post by Natter »

Antonio, I insert picture into strange application. I not my EXE
Post Reply