Click here to Skip to main content
15,921,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Drag disabled item Pin
led mike2-Nov-07 9:41
led mike2-Nov-07 9:41 
QuestionQuery Regarding MFC Application Pin
Chirag_kalra2-Nov-07 7:09
Chirag_kalra2-Nov-07 7:09 
AnswerRe: Query Regarding MFC Application Pin
Nathan Holt at EMOM2-Nov-07 7:17
Nathan Holt at EMOM2-Nov-07 7:17 
Questioncan i export interface from a exe file? Pin
lostangels2-Nov-07 5:27
lostangels2-Nov-07 5:27 
AnswerRe: can i export interface from a exe file? Pin
Nemanja Trifunovic2-Nov-07 5:32
Nemanja Trifunovic2-Nov-07 5:32 
QuestionDo an MyProgrammInstall.exe Pin
Nelek2-Nov-07 3:41
protectorNelek2-Nov-07 3:41 
AnswerRe: Do an MyProgrammInstall.exe Pin
Wes Aday2-Nov-07 4:04
professionalWes Aday2-Nov-07 4:04 
AnswerRe: Do an MyProgrammInstall.exe Pin
Peter Weyzen2-Nov-07 7:46
Peter Weyzen2-Nov-07 7:46 
My opinion about installers, in general, is that they can be a great waste of your development time. If you have a complex project to install and significant time to invest in creating an installer -- go for NSIS.

I hold the Nullsoft installer in high regard.

But, if you don't have the time and you don't need a fancy installer -- consider something simpler -- there's free commercial stuff out there. I use something called "Advanced Installer" (www.caphyon.com).

They have a free version!

I'd rather spend my limited time coding and debugging than futzing with the installer. And though installer seems like a small thing, trust me you will be investing some time in it.

Like all things in software, once you make a choice, you often have to live with it for a very long time. Choose wisely -- consider what works now and what will work later...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Peter Weyzen<br />
Staff Engineer<br />
<A HREF="http://www.soonr.com">SoonR Inc -- PC Power delivered to your phone</A>

Question[CLARIFIED]Is it possible to lock a file from deletion? Pin
chandu0042-Nov-07 3:17
chandu0042-Nov-07 3:17 
AnswerRe: is it possible to lock a file from deletion? Pin
Matthew Faithfull2-Nov-07 3:59
Matthew Faithfull2-Nov-07 3:59 
GeneralRe: is it possible to lock a file from deletion? Pin
chandu0042-Nov-07 4:09
chandu0042-Nov-07 4:09 
GeneralRe: is it possible to lock a file from deletion? Pin
Matthew Faithfull2-Nov-07 4:42
Matthew Faithfull2-Nov-07 4:42 
GeneralRe: is it possible to lock a file from deletion? Pin
chandu0042-Nov-07 4:56
chandu0042-Nov-07 4:56 
GeneralRe: is it possible to lock a file from deletion? Pin
Matthew Faithfull2-Nov-07 5:06
Matthew Faithfull2-Nov-07 5:06 
GeneralRe: is it possible to lock a file from deletion? Pin
chandu0042-Nov-07 19:01
chandu0042-Nov-07 19:01 
GeneralRe: is it possible to lock a file from deletion? Pin
jhwurmbach2-Nov-07 7:37
jhwurmbach2-Nov-07 7:37 
GeneralRe: is it possible to lock a file from deletion? Pin
chandu0042-Nov-07 4:16
chandu0042-Nov-07 4:16 
Questionwhy get active frame? Pin
panthal2-Nov-07 2:18
panthal2-Nov-07 2:18 
AnswerRe: why get active frame? Pin
toxcct2-Nov-07 2:24
toxcct2-Nov-07 2:24 
GeneralRe: why get active frame? Pin
panthal2-Nov-07 2:32
panthal2-Nov-07 2:32 
GeneralRe: why get active frame? Pin
toxcct2-Nov-07 2:35
toxcct2-Nov-07 2:35 
QuestionMy complex polymorphic inheritance problem.. Its like a puzzle !!! can u solve ?? Pin
quakeboy2-Nov-07 1:42
quakeboy2-Nov-07 1:42 
GeneralRe: My complex polymorphic inheritance problem.. Its like a puzzle !!! can u solve ?? Pin
Matthew Faithfull2-Nov-07 1:58
Matthew Faithfull2-Nov-07 1:58 
GeneralRe: My complex polymorphic inheritance problem.. Its like a puzzle !!! can u solve ?? Pin
quakeboy2-Nov-07 2:13
quakeboy2-Nov-07 2:13 
GeneralRe: My complex polymorphic inheritance problem.. Its like a puzzle !!! can u solve ?? Pin
Matthew Faithfull2-Nov-07 3:00
Matthew Faithfull2-Nov-07 3:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.