Click here to Skip to main content
16,006,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: does visual studio 2005 support earlier vc++6.0 MFC projects? Pin
karthik Tamizhmathi13-Jun-06 3:18
karthik Tamizhmathi13-Jun-06 3:18 
AnswerRe: does visual studio 2005 support earlier vc++6.0 MFC projects? Pin
David Crow13-Jun-06 4:02
David Crow13-Jun-06 4:02 
GeneralRe: does visual studio 2005 support earlier vc++6.0 MFC projects? Pin
zeus_master13-Jun-06 16:49
zeus_master13-Jun-06 16:49 
GeneralRe: does visual studio 2005 support earlier vc++6.0 MFC projects? Pin
David Crow14-Jun-06 3:09
David Crow14-Jun-06 3:09 
QuestionIntegrate dll with vc++ application Pin
FutureSE13-Jun-06 0:09
FutureSE13-Jun-06 0:09 
AnswerRe: Integrate dll with vc++ application Pin
Nyarlatotep13-Jun-06 0:15
Nyarlatotep13-Jun-06 0:15 
AnswerRe: Integrate dll with vc++ application [modified] Pin
_AnsHUMAN_ 13-Jun-06 0:16
_AnsHUMAN_ 13-Jun-06 0:16 
AnswerRe: Integrate dll with vc++ application Pin
Laxman Auti13-Jun-06 0:24
Laxman Auti13-Jun-06 0:24 
FutureSE wrote:
how to call or integrate DLL within vc++ application.
I have developed one vc++ application now i want to integrate one tool into this application which ll cal this DLL.
reply soon


Try GetModuleHandle which returns the handle of your DLL through which you can get the addresses of the method using GetProcAddress..

The GetProcAddress Fails when the method is Mangled (in case of C++ Dll).

Knock out 't' from can't,
You can if you think you can
Cool | :cool:
GeneralRe: Integrate dll with vc++ application Pin
FutureSE13-Jun-06 1:42
FutureSE13-Jun-06 1:42 
GeneralRe: Integrate dll with vc++ application Pin
Laxman Auti13-Jun-06 2:24
Laxman Auti13-Jun-06 2:24 
AnswerRe: Integrate dll with vc++ application Pin
idlidosa13-Jun-06 2:22
idlidosa13-Jun-06 2:22 
QuestionGetTextMetrics Pin
Nyarlatotep12-Jun-06 23:30
Nyarlatotep12-Jun-06 23:30 
AnswerRe: GetTextMetrics Pin
Laxman Auti12-Jun-06 23:38
Laxman Auti12-Jun-06 23:38 
GeneralRe: GetTextMetrics [modified] Pin
Nyarlatotep12-Jun-06 23:44
Nyarlatotep12-Jun-06 23:44 
GeneralRe: GetTextMetrics Pin
Laxman Auti13-Jun-06 0:16
Laxman Auti13-Jun-06 0:16 
GeneralRe: GetTextMetrics Pin
Nyarlatotep13-Jun-06 0:21
Nyarlatotep13-Jun-06 0:21 
GeneralRe: GetTextMetrics Pin
Laxman Auti13-Jun-06 1:00
Laxman Auti13-Jun-06 1:00 
GeneralRe: GetTextMetrics Pin
Arvind Bharti13-Jun-06 0:21
Arvind Bharti13-Jun-06 0:21 
GeneralRe: GetTextMetrics Pin
Nyarlatotep13-Jun-06 0:28
Nyarlatotep13-Jun-06 0:28 
Questionpackage Pin
Tran Ngoc Minh12-Jun-06 23:20
Tran Ngoc Minh12-Jun-06 23:20 
AnswerRe: package Pin
Ganesh_T12-Jun-06 23:28
Ganesh_T12-Jun-06 23:28 
AnswerRe: package Pin
Justin Tay12-Jun-06 23:30
Justin Tay12-Jun-06 23:30 
GeneralRe: package Pin
Laxman Auti12-Jun-06 23:30
Laxman Auti12-Jun-06 23:30 
AnswerRe: package Pin
Hamid_RT13-Jun-06 2:32
Hamid_RT13-Jun-06 2:32 
QuestionHow to represent XML hierarchy as classes Pin
karthik Tamizhmathi12-Jun-06 23:18
karthik Tamizhmathi12-Jun-06 23:18 

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.