Click here to Skip to main content
15,889,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: can you solve this problem/error (its urgent) Pin
_AnsHUMAN_ 22-May-08 0:49
_AnsHUMAN_ 22-May-08 0:49 
JokeRe: can you solve this problem/error (its urgent) Pin
Hamid_RT22-May-08 1:42
Hamid_RT22-May-08 1:42 
GeneralRe: can you solve this problem/error (its urgent) Pin
_AnsHUMAN_ 22-May-08 2:00
_AnsHUMAN_ 22-May-08 2:00 
AnswerRe: can you solve this problem/error (its urgent) Pin
Cedric Moonen22-May-08 0:49
Cedric Moonen22-May-08 0:49 
QuestionDialog: the limits Pin
tmaggioli22-May-08 0:31
tmaggioli22-May-08 0:31 
AnswerRe: Dialog: the limits Pin
Garth J Lancaster22-May-08 0:57
professionalGarth J Lancaster22-May-08 0:57 
GeneralDialog: how to load image dynamically Pin
tmaggioli30-May-08 3:27
tmaggioli30-May-08 3:27 
QuestionMS C Runtime conflict Pin
Tuakisan22-May-08 0:24
Tuakisan22-May-08 0:24 
I have a C++ dll built in VS 6, which uses STL. I am working on a C++/CLI wrapper over this old dll because I need to used it in .NET.

In short it does not work due to some Side-by-side assembly error. So I checked the dependencies using dependency walker. The old dll requires the msvcr60* dlls. But when I load the wrapper dll instead, the system will load the latest msvcr80* dlls, which is correct for the wrapper version. However the dependency walker cannot resolve some methods from the old dll.

“Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.”

Is it possible to load 2 different version of MS C Runtime simultaneously for the same dll?
Questionhow to create transparent window ? Pin
ZhiLiangLin21-May-08 23:24
ZhiLiangLin21-May-08 23:24 
AnswerRe: how to create transparent window ? Pin
manish.patel21-May-08 23:33
manish.patel21-May-08 23:33 
AnswerRe: how to create transparent window ? Pin
Hamid_RT22-May-08 0:07
Hamid_RT22-May-08 0:07 
GeneralRe: how to create transparent window ? Pin
ZhiLiangLin22-May-08 1:14
ZhiLiangLin22-May-08 1:14 
QuestionHow to convert _TCHAR* to long Pin
manju#12321-May-08 22:55
manju#12321-May-08 22:55 
AnswerRe: How to convert _TCHAR* to long Pin
manish.patel21-May-08 23:00
manish.patel21-May-08 23:00 
GeneralRe: How to convert _TCHAR* to long[modified] Pin
manish.patel21-May-08 23:08
manish.patel21-May-08 23:08 
GeneralRe: How to convert _TCHAR* to lon Pin
toxcct22-May-08 0:34
toxcct22-May-08 0:34 
AnswerRe: How to convert _TCHAR* to long Pin
Dominik Reichl21-May-08 23:01
Dominik Reichl21-May-08 23:01 
Questioncombo box problem Pin
trioum21-May-08 21:29
trioum21-May-08 21:29 
AnswerRe: combo box problem Pin
Cedric Moonen21-May-08 21:32
Cedric Moonen21-May-08 21:32 
AnswerRe: combo box problem Pin
Chandrasekharan P21-May-08 21:46
Chandrasekharan P21-May-08 21:46 
QuestionHello, Gurus, I need your suggestion about VC and BCB. Pin
zengkun10021-May-08 21:27
zengkun10021-May-08 21:27 
AnswerRe: Hello, Gurus, I need your suggestion about VC and BCB. Pin
Rajesh R Subramanian21-May-08 22:28
professionalRajesh R Subramanian21-May-08 22:28 
GeneralRe: Hello, Gurus, I need your suggestion about VC and BCB. Pin
zengkun10021-May-08 22:38
zengkun10021-May-08 22:38 
AnswerRe: Hello, Gurus, I need your suggestion about VC and BCB. Pin
Stephen Hewitt22-May-08 18:50
Stephen Hewitt22-May-08 18:50 
QuestionExplicitly link DLL [modified] Pin
shakumar_2221-May-08 21:02
shakumar_2221-May-08 21:02 

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.