Click to See Complete Forum and Search --> : I want give somebody programm


abab
June 30th, 2007, 09:12 AM
If I want give to somebody my program (this program has got pictures) what should I give ? Which folder ?

S_M_A
June 30th, 2007, 10:16 AM
Please clarify the question. Have you made a program? If so, copy exe file to your buddy.

abab
June 30th, 2007, 10:33 AM
Yes I made a program but where is this program.exe which I can give somebody ?
In folder: program_name/program_name/obj/Debug/ program_name.exe
OR in folder: program_name/program_name/bin/Debug/ program_name.exe

???????


And Will this program be run if I give somebody only program.exe without graphic which I used in my program ?

Rudegar
June 30th, 2007, 03:35 PM
the \bin\debug
or \bin\release if you want to compile it for release

if you added the pictures as resources they are included
if you manualy load them you need to copy them too

abab
July 1st, 2007, 03:35 AM
thanks