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

C / C++ / MFC

 
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 
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 
shakumar_22 wrote:
I want to load dll at runtime


It WILL be loaded at runtime. That's the purpose of the dll. As I said in my previous post, it's not because you link against shell32.lib that you are statically linking. The lib file only contains information about the way to load your dll but your dll will still be loaded at runtime.
The only thing you have to make sure is that in your project settings, you choose the runtime library as a dll: (for VC2005) open your project properties -> C/C++ entry -> "Code generation" -> "Runtime Library" and there select "Multi-threaded Debug Dll" (or "Multi-threaded Dll" if you are in release mode).

Cédric Moonen
Software developer

Charting control [v1.4]

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 
Questionhow can i send a mail to others. Pin
vasu_ever21-May-08 20:33
professionalvasu_ever21-May-08 20:33 
QuestionRe: how can i send a mail to others. Pin
David Crow22-May-08 4:25
David Crow22-May-08 4:25 

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.