Click here to Skip to main content
16,016,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionC++ And Visual C ++ ? Pin
hanh16violet28-Sep-06 17:50
hanh16violet28-Sep-06 17:50 
AnswerRe: C++ And Visual C ++ ? Pin
_AnsHUMAN_ 28-Sep-06 18:10
_AnsHUMAN_ 28-Sep-06 18:10 
AnswerRe: C++ And Visual C ++ ? Pin
Hamid_RT28-Sep-06 18:38
Hamid_RT28-Sep-06 18:38 
AnswerRe: C++ And Visual C ++ ? Pin
ShilpiP28-Sep-06 18:51
ShilpiP28-Sep-06 18:51 
AnswerRe: C++ And Visual C ++ ? Pin
Anilkumar K V28-Sep-06 19:46
Anilkumar K V28-Sep-06 19:46 
Questionanyone know about apriori source code in C++? Pin
cannielynn28-Sep-06 17:03
cannielynn28-Sep-06 17:03 
AnswerRe: anyone know about apriori source code in C++? Pin
ShilpiP28-Sep-06 19:00
ShilpiP28-Sep-06 19:00 
GeneralInstalling a VC8 app on W2K Pin
PJ Arends28-Sep-06 9:22
professionalPJ Arends28-Sep-06 9:22 
Hey All,

I am having a problem getting an app that was written with VC8 on XP SP2 to run on a W2K (Windows 2000 v5.0.2195 with SP4) machine. The app is a unicode build and uses MFC and STL.

Because of the SxS distribution rules used by VC8 I had to jump several hoops before it stopped complaining about not being able to find it's DLLs.

First I upgraded the windows installer to version 3.1 using WindowsInstaller-KB893803-v2-x86.exe version 3.1.0.0

Then I installed the VC and MFC dll's using vcredist_x86.exe version 2.0.50727.42

Now as soon as I try to run the app it crashes with an access violation. Using the map file generated by VC8 the nearest I could figure is that it is crashing somewhere in the std::vector::erase method.

The thing is that I have been using the same app on my XP SP2 machine (the one with VS2005) with live data running 24/7 for several months now without any problems.

Is there an installation step I am missing? From what I have been able to decipher from the docs is that upgrading the windows installer and running vcredist_x86 is all the prerequisites needed to run VC8 MFC apps on older OSes.



You may be right
I may be crazy
-- Billy Joel --


Within you lies the power for good, use it!!!

GeneralRe: Installing a VC8 app on W2K Pin
PJ Arends28-Sep-06 9:55
professionalPJ Arends28-Sep-06 9:55 
GeneralRe: Installing a VC8 app on W2K Pin
S Douglas30-Sep-06 22:05
professionalS Douglas30-Sep-06 22:05 
GeneralRe: Installing a VC8 app on W2K Pin
PJ Arends2-Oct-06 10:02
professionalPJ Arends2-Oct-06 10:02 
GeneralRe: Installing a VC8 app on W2K Pin
Stephen Hewitt28-Sep-06 14:34
Stephen Hewitt28-Sep-06 14:34 
GeneralRe: Installing a VC8 app on W2K Pin
Wes Aday29-Sep-06 5:01
professionalWes Aday29-Sep-06 5:01 
Questionstd::string to const WCHAR* Pin
Stick^28-Sep-06 8:13
Stick^28-Sep-06 8:13 
AnswerRe: std::string to const WCHAR* Pin
David Crow28-Sep-06 8:44
David Crow28-Sep-06 8:44 
GeneralRe: std::string to const WCHAR* Pin
James R. Twine28-Sep-06 8:50
James R. Twine28-Sep-06 8:50 
QuestionRe: std::string to const WCHAR* Pin
David Crow28-Sep-06 8:58
David Crow28-Sep-06 8:58 
AnswerRe: std::string to const WCHAR* Pin
James R. Twine28-Sep-06 9:03
James R. Twine28-Sep-06 9:03 
GeneralRe: std::string to const WCHAR* Pin
David Crow28-Sep-06 9:16
David Crow28-Sep-06 9:16 
GeneralRe: std::string to const WCHAR* Pin
James R. Twine28-Sep-06 12:35
James R. Twine28-Sep-06 12:35 
GeneralRe: std::string to const WCHAR* Pin
Jörgen Sigvardsson28-Sep-06 12:42
Jörgen Sigvardsson28-Sep-06 12:42 
GeneralRe: std::string to const WCHAR* Pin
James R. Twine28-Sep-06 14:01
James R. Twine28-Sep-06 14:01 
GeneralRe: std::string to const WCHAR* Pin
Jörgen Sigvardsson28-Sep-06 14:06
Jörgen Sigvardsson28-Sep-06 14:06 
QuestionRe: std::string to const WCHAR* Pin
David Crow28-Sep-06 16:11
David Crow28-Sep-06 16:11 
GeneralRe: std::string to const WCHAR* Pin
James R. Twine28-Sep-06 17:16
James R. Twine28-Sep-06 17:16 

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.