Click here to Skip to main content
15,914,016 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Debugging C macros using Visual Studio Pin
Nemanja Trifunovic14-Jan-10 7:07
Nemanja Trifunovic14-Jan-10 7:07 
GeneralRe: Debugging C macros using Visual Studio Pin
ForNow14-Jan-10 7:22
ForNow14-Jan-10 7:22 
GeneralRe: Debugging C macros using Visual Studio Pin
Nemanja Trifunovic14-Jan-10 7:30
Nemanja Trifunovic14-Jan-10 7:30 
QuestionRe: Debugging C macros using Visual Studio Pin
CPallini14-Jan-10 9:39
mveCPallini14-Jan-10 9:39 
AnswerRe: Debugging C macros using Visual Studio Pin
ForNow14-Jan-10 16:10
ForNow14-Jan-10 16:10 
QuestionCalling a VC++ 6.0 DLL from a VB program Pin
Lazzari Patrizio14-Jan-10 3:29
Lazzari Patrizio14-Jan-10 3:29 
AnswerRe: Calling a VC++ 6.0 DLL from a VB program [modified] Pin
Chris Losinger14-Jan-10 3:41
professionalChris Losinger14-Jan-10 3:41 
AnswerRe: Calling a VC++ 6.0 DLL from a VB program Pin
Rajesh R Subramanian14-Jan-10 3:57
professionalRajesh R Subramanian14-Jan-10 3:57 
Lazzari Patrizio wrote:
I have try to call a MFC Extension DLL (create in vc++ 6.0) but when the VB program call my DLL crash.


I don't think you can use an MFC extension DLL from a VB program. You could build an use an MFC extension DLL only if the client program (the one that loads and executes code from the dll) is also an MFC program.

I recommend that you rebuild the DLL as a regular DLL (MFC can be used within, but the DLL should not be built as an extension DLL) and try using it from your VB program.


“Follow your bliss.” – Joseph Campbell

GeneralRe: Calling a VC++ 6.0 DLL from a VB program Pin
Lazzari Patrizio14-Jan-10 4:46
Lazzari Patrizio14-Jan-10 4:46 
AnswerRe: Calling a VC++ 6.0 DLL from a VB program Pin
Rajesh R Subramanian14-Jan-10 5:16
professionalRajesh R Subramanian14-Jan-10 5:16 
Question3D Image Pin
ashwath197914-Jan-10 1:18
ashwath197914-Jan-10 1:18 
AnswerCross Post ! Pin
Garth J Lancaster14-Jan-10 1:33
professionalGarth J Lancaster14-Jan-10 1:33 
Questionerror: hres 0x80010106 Cannot change thread mode after it is set. Pin
Le@rner13-Jan-10 23:28
Le@rner13-Jan-10 23:28 
AnswerRe: error: hres 0x80010106 Cannot change thread mode after it is set. Pin
Richard MacCutchan14-Jan-10 0:45
mveRichard MacCutchan14-Jan-10 0:45 
GeneralRe: error: hres 0x80010106 Cannot change thread mode after it is set. Pin
CPallini14-Jan-10 1:58
mveCPallini14-Jan-10 1:58 
GeneralRe: error: hres 0x80010106 Cannot change thread mode after it is set. Pin
Richard MacCutchan14-Jan-10 4:43
mveRichard MacCutchan14-Jan-10 4:43 
QuestionCDockablePane AutHide issue Pin
Harsh Shankar13-Jan-10 22:58
Harsh Shankar13-Jan-10 22:58 
QuestionC++ - Virtual Destructor Pin
davarun13-Jan-10 21:49
davarun13-Jan-10 21:49 
AnswerRe: C++ - Virtual Destructor Pin
CPallini13-Jan-10 22:31
mveCPallini13-Jan-10 22:31 
AnswerRe: C++ - Virtual Destructor Pin
Graham Breach13-Jan-10 22:37
Graham Breach13-Jan-10 22:37 
AnswerRe: C++ - Virtual Destructor Pin
Stuart Dootson13-Jan-10 23:27
professionalStuart Dootson13-Jan-10 23:27 
GeneralRe: C++ - Virtual Destructor Pin
davarun15-Jan-10 2:36
davarun15-Jan-10 2:36 
GeneralRe: C++ - Virtual Destructor Pin
Stuart Dootson15-Jan-10 2:58
professionalStuart Dootson15-Jan-10 2:58 
GeneralRe: C++ - Virtual Destructor Pin
davarun15-Jan-10 3:23
davarun15-Jan-10 3:23 
GeneralRe: C++ - Virtual Destructor Pin
Stuart Dootson15-Jan-10 3:38
professionalStuart Dootson15-Jan-10 3:38 

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.