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

C / C++ / MFC

 
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 
Questioninsert for STL Pin
prithaa13-Mar-07 3:47
prithaa13-Mar-07 3:47 
AnswerRe: insert for STL Pin
toxcct13-Mar-07 3:49
toxcct13-Mar-07 3:49 
GeneralRe: insert for STL Pin
prithaa13-Mar-07 7:10
prithaa13-Mar-07 7:10 
GeneralRe: insert for STL Pin
toxcct13-Mar-07 7:55
toxcct13-Mar-07 7:55 
GeneralRe: insert for STL Pin
prithaa13-Mar-07 8:01
prithaa13-Mar-07 8:01 
GeneralRe: insert for STL Pin
toxcct13-Mar-07 8:09
toxcct13-Mar-07 8:09 
GeneralRe: insert for STL Pin
prithaa13-Mar-07 8:15
prithaa13-Mar-07 8:15 
GeneralRe: insert for STL Pin
toxcct13-Mar-07 8:21
toxcct13-Mar-07 8:21 
GeneralRe: insert for STL Pin
prithaa13-Mar-07 8:27
prithaa13-Mar-07 8:27 
GeneralRe: insert for STL Pin
Maximilien13-Mar-07 8:32
Maximilien13-Mar-07 8:32 
GeneralRe: insert for STL Pin
prithaa13-Mar-07 8:49
prithaa13-Mar-07 8:49 
QuestionCCheckListBox and static linking Pin
Magonnew13-Mar-07 3:36
Magonnew13-Mar-07 3:36 
AnswerRe: CCheckListBox and static linking Pin
David Crow13-Mar-07 6:03
David Crow13-Mar-07 6:03 
GeneralRe: CCheckListBox and static linking Pin
Magonnew13-Mar-07 20:48
Magonnew13-Mar-07 20:48 
QuestionHow to use AppendFormatV using win32 but not MFC Pin
Mushtaque Nizamani13-Mar-07 2:45
Mushtaque Nizamani13-Mar-07 2:45 
QuestionRe: How to use AppendFormatV using win32 but not MFC Pin
David Crow13-Mar-07 2:48
David Crow13-Mar-07 2:48 

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.