Click here to Skip to main content
16,005,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDisable OnFileOpen and OnFileSave in SDI Pin
_Flaviu23-Jan-12 5:15
_Flaviu23-Jan-12 5:15 
AnswerRe: Disable OnFileOpen and OnFileSave in SDI Pin
Jochen Arndt23-Jan-12 5:58
professionalJochen Arndt23-Jan-12 5:58 
AnswerRe: Disable OnFileOpen and OnFileSave in SDI Pin
Richard MacCutchan23-Jan-12 6:45
mveRichard MacCutchan23-Jan-12 6:45 
QuestionHow to show transparent image (a .png or .gif file ) in MFC Pin
Amrit Agr23-Jan-12 3:12
Amrit Agr23-Jan-12 3:12 
AnswerRe: How to show transparent image (a .png or .gif file ) in MFC Pin
Eugen Podsypalnikov23-Jan-12 5:01
Eugen Podsypalnikov23-Jan-12 5:01 
QuestionHow to use 'using' in MFC (in Visual C++ .NET) Pin
Rajeswari, T.22-Jan-12 20:26
Rajeswari, T.22-Jan-12 20:26 
AnswerRe: How to use 'using' in MFC (in Visual C++ .NET) Pin
Andy41122-Jan-12 20:45
Andy41122-Jan-12 20:45 
AnswerRe: How to use 'using' in MFC (in Visual C++ .NET) Pin
Stefan_Lang23-Jan-12 3:26
Stefan_Lang23-Jan-12 3:26 
A quick off-topic remark: I suggest to edit your posting to at least insert blanks in your email address, replace '@' with '(at)' or similar means to confound spam bots that frequent public forums in search of email addresses. Doing so might safe you from unwanted spam. Even better, don't post your E-Mail address at all, at least not in places that can be read with public access.


Regarding your question, invoking a DLL has nothing to do at all with 'using' (at least in C/C++). Referring classes and functions from another DLL can be achieved by different means, but the easiest is to add the header files of that DLL to your project, #include them, and add the export libraries (*.lib) to your linker 'additional libraries' (or similar) options. Follow the links in the response above for more help.
QuestionCFILE::READ replacing x20's with x0a x0a Pin
ForNow22-Jan-12 14:57
ForNow22-Jan-12 14:57 
GeneralRe: CFILE::READ replacing x20's with x0a x0a Pin
David Crow22-Jan-12 16:27
David Crow22-Jan-12 16:27 
GeneralRe: CFILE::READ replacing x20's with x0a x0a Pin
ForNow22-Jan-12 18:44
ForNow22-Jan-12 18:44 
GeneralRe: CFILE::READ replacing x20's with x0a x0a Pin
«_Superman_»22-Jan-12 19:34
professional«_Superman_»22-Jan-12 19:34 
GeneralRe: CFILE::READ replacing x20's with x0a x0a Pin
ForNow22-Jan-12 20:04
ForNow22-Jan-12 20:04 
GeneralRe: CFILE::READ replacing x20's with x0a x0a Pin
Richard MacCutchan22-Jan-12 22:44
mveRichard MacCutchan22-Jan-12 22:44 
QuestionBinary serialization Pin
mutpan19-Jan-12 19:01
mutpan19-Jan-12 19:01 
AnswerRe: Binary serialization Pin
«_Superman_»19-Jan-12 19:28
professional«_Superman_»19-Jan-12 19:28 
AnswerRe: Binary serialization Pin
Richard MacCutchan19-Jan-12 22:57
mveRichard MacCutchan19-Jan-12 22:57 
QuestionUpdated question( What's wrong in previous location of an object ? ) Pin
love bird19-Jan-12 3:17
love bird19-Jan-12 3:17 
AnswerRe: Updated question( What's wrong in previous location of an object ? ) Pin
Richard MacCutchan19-Jan-12 3:26
mveRichard MacCutchan19-Jan-12 3:26 
GeneralRe: Updated question( What's wrong in previous location of an object ? ) Pin
love bird19-Jan-12 3:29
love bird19-Jan-12 3:29 
GeneralRe: Updated question( What's wrong in previous location of an object ? ) Pin
Richard MacCutchan19-Jan-12 3:53
mveRichard MacCutchan19-Jan-12 3:53 
GeneralRe: Updated question( What's wrong in previous location of an object ? ) Pin
jschell19-Jan-12 8:29
jschell19-Jan-12 8:29 
GeneralRe: Updated question( What's wrong in previous location of an object ? ) Pin
Richard MacCutchan19-Jan-12 8:48
mveRichard MacCutchan19-Jan-12 8:48 
GeneralRe: Updated question( What's wrong in previous location of an object ? ) Pin
Albert Holguin19-Jan-12 4:06
professionalAlbert Holguin19-Jan-12 4:06 
GeneralRe: Updated question( What's wrong in previous location of an object ? ) Pin
love bird19-Jan-12 4:12
love bird19-Jan-12 4:12 

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.