Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralExplain The #line Directive with example in detail, Pin
Member 5281554-Nov-04 20:04
Member 5281554-Nov-04 20:04 
Generalmsvcrt version Pin
shiraztk4-Nov-04 17:53
shiraztk4-Nov-04 17:53 
GeneralRe: msvcrt version Pin
KaЯl4-Nov-04 23:04
KaЯl4-Nov-04 23:04 
You can try to place the version of the DLL you need in the same directory than your executable. When running it, it should load the one located in its directory before searching for one with the same name from the Path.

The other way is to replace msvcrt.dll by putting the version you want in some directory, setting then a copy command to System32 in the registry key "RunOnce" and reboot the system, but it may be potentially dangerous, it could break other applications who need the version you replace.

HTH,

K.





Fold With Us!
"Military intelligence is a contradiction in terms - Groucho Marx, 1890 - 1977"

GeneralRe: msvcrt version Pin
shiraztk5-Nov-04 0:22
shiraztk5-Nov-04 0:22 
GeneralRe: msvcrt version Pin
vikramlinux5-Nov-04 0:45
vikramlinux5-Nov-04 0:45 
GeneralRe: msvcrt version Pin
vikramlinux5-Nov-04 0:52
vikramlinux5-Nov-04 0:52 
GeneralRe: msvcrt version Pin
shiraztk5-Nov-04 1:39
shiraztk5-Nov-04 1:39 
GeneralRe: msvcrt version Pin
vikramlinux5-Nov-04 1:43
vikramlinux5-Nov-04 1:43 
GeneralAll child window background color in mdi application Pin
vc-programmer-4-Nov-04 17:05
vc-programmer-4-Nov-04 17:05 
GeneralRe: All child window background color in mdi application Pin
vikramlinux4-Nov-04 23:36
vikramlinux4-Nov-04 23:36 
GeneralWindow API Const/Marco Pin
ting6684-Nov-04 16:50
ting6684-Nov-04 16:50 
GeneralRe: Window API Const/Marco Pin
Aamir Butt4-Nov-04 20:46
Aamir Butt4-Nov-04 20:46 
QuestionVirtual Destructors in COM? Pin
pmahindrakar4-Nov-04 14:44
pmahindrakar4-Nov-04 14:44 
AnswerRe: Virtual Destructors in COM? Pin
ThatsAlok4-Nov-04 19:03
ThatsAlok4-Nov-04 19:03 
AnswerRe: Virtual Destructors in COM? Pin
User 2155974-Nov-04 20:21
User 2155974-Nov-04 20:21 
GeneralRe: Virtual Destructors in COM? Pin
ThatsAlok4-Nov-04 22:39
ThatsAlok4-Nov-04 22:39 
GeneralWave Sample Rate Pin
Anthony98874-Nov-04 14:30
Anthony98874-Nov-04 14:30 
QuestionShould I make namespace std global? Pin
Link26004-Nov-04 14:04
Link26004-Nov-04 14:04 
AnswerRe: Should I make namespace std global? Pin
Christian Graus4-Nov-04 14:14
protectorChristian Graus4-Nov-04 14:14 
AnswerRe: Should I make namespace std global? Pin
Ryan Binns4-Nov-04 18:15
Ryan Binns4-Nov-04 18:15 
AnswerRe: Should I make namespace std global? Pin
Link26004-Nov-04 19:26
Link26004-Nov-04 19:26 
GeneralRe: Should I make namespace std global? Pin
Ryan Binns4-Nov-04 20:38
Ryan Binns4-Nov-04 20:38 
GeneralRe: Should I make namespace std global? Pin
Link26004-Nov-04 21:29
Link26004-Nov-04 21:29 
GeneralRe: Should I make namespace std global? Pin
Mike Beckerleg4-Nov-04 22:39
Mike Beckerleg4-Nov-04 22:39 
GeneralRe: Should I make namespace std global? Pin
Antony M Kancidrowski4-Nov-04 23:33
Antony M Kancidrowski4-Nov-04 23:33 

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.