Click here to Skip to main content
15,891,757 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: file details [modified] Pin
dehseth25-Jul-08 1:30
dehseth25-Jul-08 1:30 
QuestionMenu Control Popup using TrackPopupMenuEx Pin
dehseth25-Jul-08 0:43
dehseth25-Jul-08 0:43 
AnswerRe: Menu Control Popup using TrackPopupMenuEx Pin
Prasann Mayekar25-Jul-08 3:02
Prasann Mayekar25-Jul-08 3:02 
GeneralRe: Menu Control Popup using TrackPopupMenuEx Pin
dehseth25-Jul-08 4:03
dehseth25-Jul-08 4:03 
GeneralRe: Menu Control Popup using TrackPopupMenuEx Pin
Mark Salsbery25-Jul-08 6:13
Mark Salsbery25-Jul-08 6:13 
GeneralRe: Menu Control Popup using TrackPopupMenuEx Pin
dehseth27-Jul-08 19:21
dehseth27-Jul-08 19:21 
GeneralRe: Menu Control Popup using TrackPopupMenuEx Pin
Mark Salsbery28-Jul-08 6:55
Mark Salsbery28-Jul-08 6:55 
QuestionIncluding methods in a DLL Pin
softwaremonkey24-Jul-08 23:03
softwaremonkey24-Jul-08 23:03 
Hi,

I have written a DLL to encapsulate the Winword interface which works OK but I would like to include all of (or maybe a sub-set of) the methods defined in msword9.h in my DLL without me having to write a wrapper for every method.

This is because I have wrapper functions for the most commonly used things but sometimes I need to do some other less-used thing and I end up having to re-build the DLL. For example I have a GetActiveDoc() method an I would like to be able to use this pointer to call any of the _Document methods.

Is there a way to force the complier to include all functions and methods declared in msword9.h in my DLL build?

Thanks

Tony Wink | ;)
AnswerRe: Including methods in a DLL Pin
Yajnesh Narayan Behera24-Jul-08 23:24
Yajnesh Narayan Behera24-Jul-08 23:24 
GeneralRe: Including methods in a DLL Pin
Matthew Faithfull24-Jul-08 23:27
Matthew Faithfull24-Jul-08 23:27 
GeneralRe: Including methods in a DLL Pin
softwaremonkey25-Jul-08 0:16
softwaremonkey25-Jul-08 0:16 
AnswerRe: Including methods in a DLL Pin
Yajnesh Narayan Behera24-Jul-08 23:55
Yajnesh Narayan Behera24-Jul-08 23:55 
GeneralRe: Including methods in a DLL Pin
softwaremonkey25-Jul-08 0:29
softwaremonkey25-Jul-08 0:29 
QuestionAbout CRichEditControl Pin
Manjunath S24-Jul-08 21:56
Manjunath S24-Jul-08 21:56 
AnswerRe: About CRichEditControl Pin
Michael Schubert25-Jul-08 0:22
Michael Schubert25-Jul-08 0:22 
AnswerRe: About CRichEditControl Pin
Raghu Panduranga29-Jul-08 21:03
Raghu Panduranga29-Jul-08 21:03 
Questionhow to show a button after move it? Pin
tataxin24-Jul-08 20:26
tataxin24-Jul-08 20:26 
AnswerRe: how to show a button after move it? Pin
KarstenK24-Jul-08 23:27
mveKarstenK24-Jul-08 23:27 
GeneralRe: how to show a button after move it? Pin
tataxin26-Jul-08 6:17
tataxin26-Jul-08 6:17 
Questioni got a compiling error like: error C2485: '__restrict' : unrecognized extended attribute [modified] Pin
kcynic24-Jul-08 19:40
kcynic24-Jul-08 19:40 
GeneralRe: i got a compiling error like: error C2485: '__restrict' : unrecognized extended attribute Pin
Matthew Faithfull24-Jul-08 22:20
Matthew Faithfull24-Jul-08 22:20 
GeneralRe: i got a compiling error like: error C2485: '__restrict' : unrecognized extended attribute Pin
kcynic24-Jul-08 23:34
kcynic24-Jul-08 23:34 
GeneralRe: i got a compiling error like: error C2485: '__restrict' : unrecognized extended attribute Pin
Matthew Faithfull24-Jul-08 23:41
Matthew Faithfull24-Jul-08 23:41 
QuestionAvoid overloading Pin
CodingLover24-Jul-08 19:27
CodingLover24-Jul-08 19:27 
AnswerRe: Avoid overloading Pin
Saurabh.Garg24-Jul-08 19:41
Saurabh.Garg24-Jul-08 19:41 

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.