Click here to Skip to main content
15,898,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: demo exe in web site Pin
Aqueel25-Apr-06 17:39
Aqueel25-Apr-06 17:39 
GeneralRe: demo exe in web site Pin
David Crow26-Apr-06 2:46
David Crow26-Apr-06 2:46 
GeneralRe: demo exe in web site Pin
akram mirzaei28-Apr-06 20:18
akram mirzaei28-Apr-06 20:18 
GeneralRe: demo exe in web site Pin
Rilhas28-Apr-06 23:13
Rilhas28-Apr-06 23:13 
GeneralRe: demo exe in web site Pin
Aqueel25-Apr-06 17:16
Aqueel25-Apr-06 17:16 
AnswerRe: demo exe in web site Pin
Cedric Moonen25-Apr-06 4:46
Cedric Moonen25-Apr-06 4:46 
Questiondemo exe in web site Pin
akram mirzaei25-Apr-06 3:29
akram mirzaei25-Apr-06 3:29 
AnswerRe: demo exe in web site Pin
Rilhas25-Apr-06 7:22
Rilhas25-Apr-06 7:22 
I answered your previous post: if it is C++ you need nothing special besides building the application in Release. Beware that .NET is not as easy.

For the C++ application to run on as many versions of Windows as possible (95, 98, Me, NT, 2000, XP) you should avoid using any "advanced features". The most simple applications (gialog based, or plain single-document like notepad) should then run on any of these OS versions if they are comiled in Release.

But you still don't provide much information about the executable. You already gave a hint that your program is not MFC. If it is not then Release builds will run on all sorts of machines with probably all OS versions. I have a VC2005 console release application compiled under Windows XP running on Windows 95 Intel 386@25MHz with 4 MB of RAM...


AnswerRe: demo exe in web site Pin
Aqueel25-Apr-06 17:43
Aqueel25-Apr-06 17:43 
QuestionPerformance issues due to use of CMemFile for serialization Pin
senthaaa25-Apr-06 3:18
senthaaa25-Apr-06 3:18 
AnswerRe: Performance issues due to use of CMemFile for serialization Pin
YaronNir25-Apr-06 4:05
YaronNir25-Apr-06 4:05 
GeneralRe: Performance issues due to use of CMemFile for serialization Pin
senthaaa10-May-06 20:33
senthaaa10-May-06 20:33 
QuestionCapturing Browser data in Windows Application Pin
nw.knowledge25-Apr-06 3:13
nw.knowledge25-Apr-06 3:13 
AnswerRe: Capturing Browser data in Windows Application Pin
Naveen25-Apr-06 3:21
Naveen25-Apr-06 3:21 
QuestionCopyFile slow over network Pin
jayart25-Apr-06 1:55
jayart25-Apr-06 1:55 
AnswerRe: CopyFile slow over network Pin
YaronNir25-Apr-06 2:04
YaronNir25-Apr-06 2:04 
GeneralRe: CopyFile slow over network Pin
jayart25-Apr-06 2:30
jayart25-Apr-06 2:30 
QuestionAdding .gif as resource. Pin
pc_dev25-Apr-06 1:42
pc_dev25-Apr-06 1:42 
AnswerRe: Adding .gif as resource. Pin
YaronNir25-Apr-06 2:01
YaronNir25-Apr-06 2:01 
GeneralRe: Adding .gif as resource. Pin
pc_dev25-Apr-06 2:24
pc_dev25-Apr-06 2:24 
GeneralRe: Adding .gif as resource. Pin
YaronNir25-Apr-06 2:32
YaronNir25-Apr-06 2:32 
Questionhow to capture the registry keynames after notifying the changes Pin
kiranin25-Apr-06 1:42
kiranin25-Apr-06 1:42 
AnswerRe: how to capture the registry keynames after notifying the changes Pin
David Crow25-Apr-06 4:30
David Crow25-Apr-06 4:30 
QuestionListctrl problem Pin
Sandeep A.C25-Apr-06 1:42
Sandeep A.C25-Apr-06 1:42 
AnswerRe: Listctrl problem Pin
YaronNir25-Apr-06 2:02
YaronNir25-Apr-06 2:02 

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.