Click here to Skip to main content
16,008,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can i avoid messagebox?? Pin
emmatty2-May-04 19:37
emmatty2-May-04 19:37 
AnswerRe: How can i avoid messagebox?? Pin
jmkhael2-May-04 21:42
jmkhael2-May-04 21:42 
GeneralCTime cause Assertion Failed Pin
lonely_life2-May-04 18:53
lonely_life2-May-04 18:53 
GeneralRe: CTime cause Assertion Failed Pin
GDavy2-May-04 19:33
GDavy2-May-04 19:33 
Generalwininet.lib Pin
Chintoo7232-May-04 18:34
Chintoo7232-May-04 18:34 
GeneralRe: wininet.lib Pin
Alexander M.,3-May-04 2:04
Alexander M.,3-May-04 2:04 
QuestionHow to Statically link a DLL Pin
Chintoo7232-May-04 18:30
Chintoo7232-May-04 18:30 
AnswerRe: How to Statically link a DLL Pin
Andrew Walker3-May-04 0:05
Andrew Walker3-May-04 0:05 
Flace wrote:
statically link the DLL

I think you've missed the point a little. DLL's are Dynamically Linked Libraries, they require dynamic linking. The .lib (static libraries) that you link to for implicit linking (at compile time) only forward responsibility to the DLL. Even if it is possible to statically link to a DLL (I personally don't know how too, but I'm sure there are hacks to do it) why would you bother??? Just distribute the DLL with your executable if you aren't sure whether the client has it.


If you can keep you head when all about you
Are losing theirs and blaming it on you;
If you can dream - and not make dreams your master;
If you can think - and not make thoughts you aim;
Yours is the Earth and everything that's in it.

Rudyard Kipling

GeneralRe: How to Statically link a DLL Pin
Chintoo7233-May-04 3:29
Chintoo7233-May-04 3:29 
GeneralRe: How to Statically link a DLL Pin
Andrew Walker3-May-04 15:54
Andrew Walker3-May-04 15:54 
Generalneed help with arrays Pin
bishead2-May-04 18:29
bishead2-May-04 18:29 
GeneralRe: need help with arrays Pin
Maxwell Chen2-May-04 19:48
Maxwell Chen2-May-04 19:48 
GeneralRe: need help with arrays Pin
bishead2-May-04 20:11
bishead2-May-04 20:11 
GeneralRe: need help with arrays Pin
Maxwell Chen2-May-04 20:23
Maxwell Chen2-May-04 20:23 
GeneralThread & Class Pin
IceBerG712-May-04 18:01
IceBerG712-May-04 18:01 
GeneralRe: Thread & Class Pin
markkuk2-May-04 22:50
markkuk2-May-04 22:50 
GeneralRe: Thread & Class Pin
Blake Miller3-May-04 10:49
Blake Miller3-May-04 10:49 
GeneralHelp: I cannot use getline(...) Pin
GavinWang2-May-04 17:19
GavinWang2-May-04 17:19 
GeneralRe: Help: I cannot use getline(...) Pin
Maxwell Chen2-May-04 18:02
Maxwell Chen2-May-04 18:02 
GeneralRe: Help: I cannot use getline(...) Pin
Henrik Stuart2-May-04 18:47
Henrik Stuart2-May-04 18:47 
GeneralRe: Help: I cannot use getline(...) Pin
Anonymous2-May-04 19:30
Anonymous2-May-04 19:30 
GeneralRe: Help: I cannot use getline(...) Pin
Maxwell Chen2-May-04 19:31
Maxwell Chen2-May-04 19:31 
GeneralRe: Help: I cannot use getline(...) Pin
GavinWang2-May-04 19:35
GavinWang2-May-04 19:35 
GeneralFunction PreSubclassWindow() Pin
ChuThaiDuong2-May-04 17:04
ChuThaiDuong2-May-04 17:04 
Questionhow to do write to a file with a std::string Pin
kfaday2-May-04 16:35
kfaday2-May-04 16:35 

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.