Click here to Skip to main content
15,911,715 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWindows XP made VC++ Application not running in Windows 2000 Professional...?? Pin
siddhen26-Aug-06 21:48
siddhen26-Aug-06 21:48 
AnswerRe: Windows XP made VC++ Application not running in Windows 2000 Professional...?? Pin
Christian Graus26-Aug-06 22:08
protectorChristian Graus26-Aug-06 22:08 
AnswerRe: Windows XP made VC++ Application not running in Windows 2000 Professional...?? Pin
Andy Moore27-Aug-06 9:59
Andy Moore27-Aug-06 9:59 
AnswerRe: Windows XP made VC++ Application not running in Windows 2000 Professional...?? Pin
Hamid_RT28-Aug-06 7:37
Hamid_RT28-Aug-06 7:37 
QuestionCan't open program in another PC Pin
Max++26-Aug-06 19:14
Max++26-Aug-06 19:14 
AnswerRe: Can't open program in another PC Pin
Mircea Puiu26-Aug-06 20:13
Mircea Puiu26-Aug-06 20:13 
GeneralRe: Can't open program in another PC Pin
Max++26-Aug-06 20:33
Max++26-Aug-06 20:33 
GeneralRe: Can't open program in another PC Pin
Christian Graus26-Aug-06 20:45
protectorChristian Graus26-Aug-06 20:45 
If you're running on XP and using VS2005, you need to run the redistributable file which will install them to the correct WinSXS folders. The .manifest file also needs to ship with your app in this case. If you're < VS2005, then files like the MSVCRT and the MFC dll need to be put in the system32 folder of the target machine, if you used MFC and the C runtime ( cancel one or the other as appropriate ), unless you link them into your app, which makes your exe bigger.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

AnswerRe: Can't open program in another PC Pin
siddhen26-Aug-06 21:44
siddhen26-Aug-06 21:44 
GeneralRe: Can't open program in another PC Pin
Christian Graus26-Aug-06 22:10
protectorChristian Graus26-Aug-06 22:10 
AnswerRe: Can't open program in another PC Pin
Trollslayer27-Aug-06 3:27
mentorTrollslayer27-Aug-06 3:27 
GeneralRe: Can't open program in another PC Pin
Max++27-Aug-06 3:35
Max++27-Aug-06 3:35 
GeneralRe: Can't open program in another PC Pin
BlitzPackage27-Aug-06 15:59
BlitzPackage27-Aug-06 15:59 
GeneralRe: Can't open program in another PC Pin
Hamid_RT28-Aug-06 7:31
Hamid_RT28-Aug-06 7:31 
AnswerRe: Can't open program in another PC Pin
DaHongying27-Aug-06 4:35
DaHongying27-Aug-06 4:35 
QuestionIs learning win32 only learning functions in dll? Pin
sawerr26-Aug-06 18:12
sawerr26-Aug-06 18:12 
AnswerRe: Is learning win32 only learning functions in dll? Pin
Christian Graus26-Aug-06 18:48
protectorChristian Graus26-Aug-06 18:48 
GeneralRe: Is learning win32 only learning functions in dll? Pin
sawerr26-Aug-06 19:26
sawerr26-Aug-06 19:26 
GeneralRe: Is learning win32 only learning functions in dll? Pin
Christian Graus26-Aug-06 20:36
protectorChristian Graus26-Aug-06 20:36 
GeneralRe: Is learning win32 only learning functions in dll? Pin
Waldermort26-Aug-06 22:01
Waldermort26-Aug-06 22:01 
GeneralRe: Is learning win32 only learning functions in dll? Pin
Christian Graus26-Aug-06 22:06
protectorChristian Graus26-Aug-06 22:06 
GeneralRe: Is learning win32 only learning functions in dll? Pin
Waldermort26-Aug-06 22:14
Waldermort26-Aug-06 22:14 
GeneralRe: Is learning win32 only learning functions in dll? Pin
Andy Moore27-Aug-06 10:08
Andy Moore27-Aug-06 10:08 
GeneralRe: Is learning win32 only learning functions in dll? Pin
Christian Graus27-Aug-06 12:05
protectorChristian Graus27-Aug-06 12:05 
QuestionCreating Vista Style Menus and controls on XP and Windows 2000 Pin
wildbird198126-Aug-06 13:39
wildbird198126-Aug-06 13:39 

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.