Click here to Skip to main content
15,927,904 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiondoes visual studio 2005 support earlier vc++6.0 MFC projects? Pin
zeus_master13-Jun-06 0:10
zeus_master13-Jun-06 0:10 
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 
Use CoCreateInstance()
You should know how to invoke a COM and work with COM objects.This applies when you have the class id of the interface.

else
You can also use LoadLibrary() alongwith GetProcAddress() to invoke the functions

Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_


-- modified at 6:18 Tuesday 13th June, 2006
AnswerRe: Integrate dll with vc++ application Pin
Laxman Auti13-Jun-06 0:24
Laxman Auti13-Jun-06 0:24 
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 

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.