Click here to Skip to main content
15,889,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: combo box problem Pin
Chandrasekharan P21-May-08 21:46
Chandrasekharan P21-May-08 21:46 
QuestionHello, Gurus, I need your suggestion about VC and BCB. Pin
zengkun10021-May-08 21:27
zengkun10021-May-08 21:27 
AnswerRe: Hello, Gurus, I need your suggestion about VC and BCB. Pin
Rajesh R Subramanian21-May-08 22:28
professionalRajesh R Subramanian21-May-08 22:28 
GeneralRe: Hello, Gurus, I need your suggestion about VC and BCB. Pin
zengkun10021-May-08 22:38
zengkun10021-May-08 22:38 
AnswerRe: Hello, Gurus, I need your suggestion about VC and BCB. Pin
Stephen Hewitt22-May-08 18:50
Stephen Hewitt22-May-08 18:50 
QuestionExplicitly link DLL [modified] Pin
shakumar_2221-May-08 21:02
shakumar_2221-May-08 21:02 
AnswerRe: Dynamic DLL Pin
Rajesh R Subramanian21-May-08 21:08
professionalRajesh R Subramanian21-May-08 21:08 
AnswerRe: Dynamic DLL Pin
Cedric Moonen21-May-08 21:12
Cedric Moonen21-May-08 21:12 
Dll's are always dynamically linked (dll stands for dynamic link library). So what's your question exactly ? Why don't you want to use the static lib provided with the dll ? (BTW this doesn't contain the code of the dll but only information about how to load the dll, basically).
You can also use LoadLibrary to load the dll and then use GetProcAddress to retrieve the address of a specific exported function of your dll. But this is a bit more complex. The main advantage is that you can handle the error when the dll is missing the way you want (and not simply have an error message saying that the dll is missing and then exit the program).

Cédric Moonen
Software developer

Charting control [v1.4]

GeneralRe: Dynamic DLL Pin
shakumar_2221-May-08 21:46
shakumar_2221-May-08 21:46 
GeneralRe: Dynamic DLL Pin
Cedric Moonen21-May-08 21:53
Cedric Moonen21-May-08 21:53 
GeneralRe: Dynamic DLL [modified] Pin
Rajesh R Subramanian21-May-08 21:56
professionalRajesh R Subramanian21-May-08 21:56 
GeneralRe: Dynamic DLL Pin
Cedric Moonen21-May-08 22:03
Cedric Moonen21-May-08 22:03 
GeneralRe: Dynamic DLL Pin
Rajesh R Subramanian21-May-08 22:10
professionalRajesh R Subramanian21-May-08 22:10 
AnswerRe: Dynamic DLL Pin
Force Code21-May-08 21:25
Force Code21-May-08 21:25 
GeneralRe: Dynamic DLL Pin
Rajkumar R21-May-08 23:45
Rajkumar R21-May-08 23:45 
Questionrestrict text box Pin
rjkg21-May-08 20:49
rjkg21-May-08 20:49 
AnswerRe: restrict text box Pin
Hamid_RT21-May-08 20:52
Hamid_RT21-May-08 20:52 
GeneralRe: restrict text box Pin
rjkg21-May-08 21:12
rjkg21-May-08 21:12 
GeneralRe: restrict text box Pin
Chandrasekharan P21-May-08 21:43
Chandrasekharan P21-May-08 21:43 
GeneralRe: restrict text box Pin
Hamid_RT21-May-08 23:20
Hamid_RT21-May-08 23:20 
AnswerRe: restrict text box Pin
ritz123421-May-08 21:09
ritz123421-May-08 21:09 
AnswerRe: restrict text box Pin
Rajesh R Subramanian21-May-08 21:16
professionalRajesh R Subramanian21-May-08 21:16 
QuestionRe: restrict text box Pin
rjkg21-May-08 21:19
rjkg21-May-08 21:19 
AnswerRe: restrict text box Pin
Rajesh R Subramanian21-May-08 21:20
professionalRajesh R Subramanian21-May-08 21:20 
QuestionRe: restrict text box Pin
David Crow22-May-08 4:24
David Crow22-May-08 4:24 

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.