Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListCtrl InsertItem Pin
David Crow23-Jul-04 9:34
David Crow23-Jul-04 9:34 
GeneralSetSystemCursor in VC++ Pin
5iveboy22-Jul-04 21:56
5iveboy22-Jul-04 21:56 
GeneralRe: SetSystemCursor in VC++ Pin
erkanina22-Jul-04 22:17
erkanina22-Jul-04 22:17 
GeneralMy Program will not install on Windows NT 4 Pin
LittleYellowBird22-Jul-04 21:55
LittleYellowBird22-Jul-04 21:55 
GeneralRe: My Program will not install on Windows NT 4 Pin
Arjan Schouten23-Jul-04 0:04
Arjan Schouten23-Jul-04 0:04 
GeneralRe: My Program will not install on Windows NT 4 Pin
LittleYellowBird23-Jul-04 2:33
LittleYellowBird23-Jul-04 2:33 
GeneralRe: My Program will not install on Windows NT 4 Pin
Navin23-Jul-04 2:58
Navin23-Jul-04 2:58 
GeneralRe: My Program will not install on Windows NT 4 Pin
David Crow23-Jul-04 9:49
David Crow23-Jul-04 9:49 
Alison Pentland wrote:
By the way, what are the pro's & con's of linking statically & dynamically?
Any problems I should look out for?


If you statically link code, it may require upgrades in other DLLs that could never be statically linked.

Also, if you have a DLL that is statically linked with MFC, and it is being used by an EXE that is dynamically linked with MFC, there will be troubles. In other words, if the EXE has already loaded MFC42.DLL, you will have
problems because your DLL is trying to load a second copy, and the two will
become confused. Alternatively, you will end up with whatever copy the
EXE has loaded.

See if this thread helps any.


"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


GeneralBitmaps and the clipboard Pin
tunerica22-Jul-04 20:02
tunerica22-Jul-04 20:02 
GeneralProblem with CTreeCtrl::DeleteAllItems Pin
Stlan22-Jul-04 20:01
Stlan22-Jul-04 20:01 
GeneralRe: Problem with CTreeCtrl::DeleteAllItems Pin
Arjan Schouten22-Jul-04 23:52
Arjan Schouten22-Jul-04 23:52 
GeneralRe: Problem with CTreeCtrl::DeleteAllItems Pin
Stlan23-Jul-04 0:27
Stlan23-Jul-04 0:27 
GeneralRe: Problem with CTreeCtrl::DeleteAllItems Pin
Arjan Schouten23-Jul-04 1:34
Arjan Schouten23-Jul-04 1:34 
GeneralRe: Problem with CTreeCtrl::DeleteAllItems Pin
Stlan23-Jul-04 1:46
Stlan23-Jul-04 1:46 
GeneralRe: Problem with CTreeCtrl::DeleteAllItems Pin
Al Forno23-Feb-05 11:00
Al Forno23-Feb-05 11:00 
Generalrunning VC++ application on a machine without VC++ Pin
Anonymous22-Jul-04 20:00
Anonymous22-Jul-04 20:00 
GeneralRe: running VC++ application on a machine without VC++ Pin
Karim Mribti23-Jul-04 0:26
Karim Mribti23-Jul-04 0:26 
GeneralRe: running VC++ application on a machine without VC++ Pin
Karim Mribti23-Jul-04 0:26
Karim Mribti23-Jul-04 0:26 
GeneralRe: running VC++ application on a machine without VC++ Pin
Phil J Pearson23-Jul-04 3:00
Phil J Pearson23-Jul-04 3:00 
Generalcursor should not get focused on RichEdit box Pin
mvnevis22-Jul-04 19:57
mvnevis22-Jul-04 19:57 
Questionwhat dll expected by Installsheild UseDLL() Pin
Sumit Kapoor22-Jul-04 19:48
Sumit Kapoor22-Jul-04 19:48 
Generalnew/delete overload (warning c4291). Pin
blackmesa22-Jul-04 18:52
blackmesa22-Jul-04 18:52 
GeneralMuiltple CRecordset class!! HELP Pin
Member 123981322-Jul-04 16:35
Member 123981322-Jul-04 16:35 
GeneralCreateWindow(Ex) Pin
Archer28222-Jul-04 13:02
Archer28222-Jul-04 13:02 
GeneralRe: CreateWindow(Ex) Pin
PJ Arends22-Jul-04 14:19
professionalPJ Arends22-Jul-04 14:19 

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.