Click here to Skip to main content
15,915,078 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMemory debug window in VS2005 Pin
ilgale13-Mar-07 5:02
ilgale13-Mar-07 5:02 
AnswerRe: Memory debug window in VS2005 Pin
Cedric Moonen13-Mar-07 5:05
Cedric Moonen13-Mar-07 5:05 
QuestionDLL Question Pin
Programm3r13-Mar-07 4:41
Programm3r13-Mar-07 4:41 
AnswerRe: DLL Question Pin
CPallini13-Mar-07 4:53
mveCPallini13-Mar-07 4:53 
QuestionRe: DLL Question Pin
Programm3r13-Mar-07 4:58
Programm3r13-Mar-07 4:58 
AnswerRe: DLL Question Pin
Cedric Moonen13-Mar-07 5:02
Cedric Moonen13-Mar-07 5:02 
GeneralRe: DLL Question Pin
Programm3r13-Mar-07 5:20
Programm3r13-Mar-07 5:20 
AnswerRe: DLL Question Pin
Roger Stoltz13-Mar-07 5:10
Roger Stoltz13-Mar-07 5:10 
GeneralRe: DLL Question Pin
Programm3r13-Mar-07 5:22
Programm3r13-Mar-07 5:22 
AnswerRe: DLL Question Pin
CPallini13-Mar-07 5:16
mveCPallini13-Mar-07 5:16 
GeneralRe: DLL Question Pin
Programm3r13-Mar-07 5:23
Programm3r13-Mar-07 5:23 
Generalyou're welcome. Pin
CPallini13-Mar-07 6:10
mveCPallini13-Mar-07 6:10 
GeneralRe: DLL Question Pin
Eytukan13-Mar-07 6:59
Eytukan13-Mar-07 6:59 
GeneralRe: DLL Question Pin
toxcct13-Mar-07 8:01
toxcct13-Mar-07 8:01 
GeneralRe: DLL Question Pin
Eytukan13-Mar-07 16:59
Eytukan13-Mar-07 16:59 
GeneralRe: DLL Question Pin
ThatsAlok15-Mar-07 1:47
ThatsAlok15-Mar-07 1:47 
QuestionSave struct to right map? Pin
bosfan13-Mar-07 4:40
bosfan13-Mar-07 4:40 
AnswerRe: Save struct to right map? Pin
Maximilien13-Mar-07 4:51
Maximilien13-Mar-07 4:51 
GeneralRe: Save struct to right map? Pin
Roger Stoltz13-Mar-07 5:01
Roger Stoltz13-Mar-07 5:01 
GeneralRe: Save struct to right map? Pin
bob1697213-Mar-07 7:12
bob1697213-Mar-07 7:12 
GeneralRe: Save struct to right map? Pin
Roger Stoltz13-Mar-07 22:55
Roger Stoltz13-Mar-07 22:55 
GeneralRe: Save struct to right map? Pin
bob1697214-Mar-07 5:05
bob1697214-Mar-07 5:05 
AnswerRe: Save struct to right map? Pin
James R. Twine13-Mar-07 5:11
James R. Twine13-Mar-07 5:11 
QuestionVista using System32/MSVCRT.DLL Pin
benny232313-Mar-07 4:25
benny232313-Mar-07 4:25 
Hi all,

I have a question regarding running VC6 programs on Vista. My program is having problem (certain API won't work) with the MSVCRT.DLL provided by Vista in System32 folder. I have tried the side-by-side way to place my own (older version of MSVCRT.DLL) under my application directory and provide a manifest file for that. It works under Windows XP.

However, when i move the files to Vista, Vista still used the System32/MSVCRT.DLL and ignored my manifest, and thus ignore the older MSVCRT.DLL. I wonder if someone has experienced the same. I have heard that Vista always use the MSVCRT.DLL from System32 for security reason.

Does someone know how to override it? If not, then I may have to recompile my old programs for Vista.

Thanks for helping.
Benny Levin
AnswerRe: Vista using System32/MSVCRT.DLL Pin
James R. Twine13-Mar-07 5:07
James R. Twine13-Mar-07 5:07 

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.