Click here to Skip to main content
15,894,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CFile assertion failure Pin
Hamid_RT29-Sep-08 7:40
Hamid_RT29-Sep-08 7:40 
QuestionHow to find a key which is present in one of the subkeys of a registry? [modified] Pin
kapardhi28-Sep-08 23:38
kapardhi28-Sep-08 23:38 
AnswerRe: How to find a key which is present in one of the subkeys of a registry? Pin
sashoalm29-Sep-08 0:07
sashoalm29-Sep-08 0:07 
QuestionHelp Needed Pin
an8928-Sep-08 23:04
an8928-Sep-08 23:04 
AnswerRe: Help Needed Pin
KarstenK29-Sep-08 0:12
mveKarstenK29-Sep-08 0:12 
AnswerRe: Help Needed Pin
an891-Oct-08 0:33
an891-Oct-08 0:33 
QuestionProblem with /clr and static lib Pin
n1pabs28-Sep-08 22:42
n1pabs28-Sep-08 22:42 
AnswerRe: Problem with /clr and static lib Pin
Saurabh.Garg28-Sep-08 23:18
Saurabh.Garg28-Sep-08 23:18 
/clr is for enabling using managed code from C++ and has got nothing to do with your problem. As far as I know there ase only 3 says to ship the CRT and MFC DLL's.

1. Install VC++ redistributable package on client machine.
2. Statically link to both CRT and MFC libraries.
3. Install CRT and MFC DLL's as private assembly.

Static linking typically create problems if the executable depends on other 3rd party DLL's which use dynamic version of CRT or MFC.

For the private assembly follow in instruction at http://www.codeproject.com/KB/cpp/vcredists_x86.aspx[^], there is a section on "Install a private assembly".

-Saurabh
GeneralRe: Problem with /clr and static lib Pin
n1pabs28-Sep-08 23:30
n1pabs28-Sep-08 23:30 
GeneralRe: Problem with /clr and static lib Pin
n1pabs28-Sep-08 23:56
n1pabs28-Sep-08 23:56 
AnswerRe: Problem with /clr and static lib Pin
_AnsHUMAN_ 28-Sep-08 23:18
_AnsHUMAN_ 28-Sep-08 23:18 
Questionmemory leak Pin
SRKSHOME28-Sep-08 20:42
SRKSHOME28-Sep-08 20:42 
AnswerRe: memory leak Pin
Sauce!28-Sep-08 21:09
Sauce!28-Sep-08 21:09 
GeneralRe: memory leak [modified] Pin
SRKSHOME28-Sep-08 21:23
SRKSHOME28-Sep-08 21:23 
GeneralRe: memory leak Pin
Sauce!29-Sep-08 18:07
Sauce!29-Sep-08 18:07 
GeneralRe: memory leak Pin
SRKSHOME29-Sep-08 18:24
SRKSHOME29-Sep-08 18:24 
AnswerRe: memory leak Pin
KarstenK28-Sep-08 21:16
mveKarstenK28-Sep-08 21:16 
AnswerRe: memory leak Pin
_AnsHUMAN_ 28-Sep-08 21:19
_AnsHUMAN_ 28-Sep-08 21:19 
AnswerRe: memory leak Pin
Saurabh.Garg28-Sep-08 21:21
Saurabh.Garg28-Sep-08 21:21 
QuestionArray Size Pin
TeVc++28-Sep-08 20:19
TeVc++28-Sep-08 20:19 
AnswerRe: Array Size Pin
MANISH RASTOGI28-Sep-08 20:33
MANISH RASTOGI28-Sep-08 20:33 
GeneralRe: Array Size Pin
TeVc++28-Sep-08 20:43
TeVc++28-Sep-08 20:43 
GeneralRe: Array Size Pin
MANISH RASTOGI30-Sep-08 18:25
MANISH RASTOGI30-Sep-08 18:25 
AnswerRe: Array Size Pin
ThatsAlok28-Sep-08 20:37
ThatsAlok28-Sep-08 20:37 
GeneralRe: Array Size Pin
TeVc++28-Sep-08 20:52
TeVc++28-Sep-08 20:52 

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.