Click here to Skip to main content
15,902,866 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to restrict drag and drop from explorer to my application? Pin
David Crow23-Dec-10 15:50
David Crow23-Dec-10 15:50 
QuestionHow can i use a exported class from DLL with .EXP and .DLL File Pin
bankey101023-Dec-10 2:14
bankey101023-Dec-10 2:14 
AnswerRe: How can i use a exported class from DLL with .EXP and .DLL File Pin
T210223-Dec-10 12:48
T210223-Dec-10 12:48 
QuestionData Structure library for windows Pin
pandit8423-Dec-10 2:08
pandit8423-Dec-10 2:08 
AnswerRe: Data Structure library for windows Pin
Maximilien23-Dec-10 4:12
Maximilien23-Dec-10 4:12 
QuestionPre used resource ids by visual studio Pin
Harsh Shankar22-Dec-10 23:45
Harsh Shankar22-Dec-10 23:45 
QuestionHow can i load a win32 DLL which expoting Classes? Pin
bankey101022-Dec-10 20:28
bankey101022-Dec-10 20:28 
AnswerRe: How can i load a win32 DLL which expoting Classes? Pin
Cedric Moonen22-Dec-10 21:19
Cedric Moonen22-Dec-10 21:19 
You can't link to the dll explicitely (using LoadLibrary) when the DLL only exports classes (are you sure that there's no function exported that will create a class for you ?). You will need to implicitely link to the dll (linking to the library file) but you'll need the header files. From where is this DLL coming from ?
Cédric Moonen
Software developer

Charting control [v3.0]
OpenGL game tutorial in C++

AnswerRe: How can i load a win32 DLL which expoting Classes? Pin
ThatsAlok22-Dec-10 22:37
ThatsAlok22-Dec-10 22:37 
AnswerRe: How can i load a win32 DLL which expoting Classes? Pin
bleedingfingers22-Dec-10 23:27
bleedingfingers22-Dec-10 23:27 
GeneralRe: How can i load a win32 DLL which expoting Classes? Pin
bankey101023-Dec-10 2:48
bankey101023-Dec-10 2:48 
GeneralRe: How can i load a win32 DLL which expoting Classes? Pin
bleedingfingers23-Dec-10 22:08
bleedingfingers23-Dec-10 22:08 
AnswerRe: How can i load a win32 DLL which expoting Classes? Pin
Ralf.Bue23-Dec-10 8:19
Ralf.Bue23-Dec-10 8:19 
QuestionCComboBox donot update[solved] Pin
yu-jian22-Dec-10 19:52
yu-jian22-Dec-10 19:52 
AnswerRe: CComboBox donot update Pin
Roger Broomfield22-Dec-10 20:05
Roger Broomfield22-Dec-10 20:05 
GeneralRe: CComboBox donot update Pin
yu-jian23-Dec-10 2:49
yu-jian23-Dec-10 2:49 
GeneralRe: CComboBox donot update Pin
yu-jian23-Dec-10 21:52
yu-jian23-Dec-10 21:52 
Questionhow to compare two audio file Pin
rajniyadav1a22-Dec-10 18:35
rajniyadav1a22-Dec-10 18:35 
AnswerRe: how to compare two audio file Pin
ShilpiP22-Dec-10 20:43
ShilpiP22-Dec-10 20:43 
AnswerRe: how to compare two audio file Pin
Richard MacCutchan22-Dec-10 22:07
mveRichard MacCutchan22-Dec-10 22:07 
AnswerRe: how to compare two audio file Pin
ThatsAlok22-Dec-10 22:40
ThatsAlok22-Dec-10 22:40 
GeneralRe: how to compare two audio file Pin
Michael Schubert22-Dec-10 22:44
Michael Schubert22-Dec-10 22:44 
JokeRe: how to compare two audio file Pin
Chris Meech23-Dec-10 4:10
Chris Meech23-Dec-10 4:10 
AnswerRe: how to compare two audio file Pin
jk chan23-Dec-10 21:49
jk chan23-Dec-10 21:49 
AnswerRe: how to compare two audio file Pin
Bathula.Sreekaanth28-Dec-10 2:56
Bathula.Sreekaanth28-Dec-10 2:56 

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.