Click here to Skip to main content
15,914,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Gridlines without checkboxes in Listcontrol Pin
dabs30-Oct-02 5:48
dabs30-Oct-02 5:48 
GeneralRe: Gridlines without checkboxes in Listcontrol Pin
Hel30-Oct-02 22:24
Hel30-Oct-02 22:24 
GeneralDistributing MFC programs Pin
Shamoon30-Oct-02 0:54
Shamoon30-Oct-02 0:54 
GeneralRe: Distributing MFC programs Pin
Christian Graus30-Oct-02 1:13
protectorChristian Graus30-Oct-02 1:13 
GeneralRe: Distributing MFC programs Pin
Shamoon30-Oct-02 1:23
Shamoon30-Oct-02 1:23 
GeneralRe: Distributing MFC programs Pin
Christian Graus30-Oct-02 1:34
protectorChristian Graus30-Oct-02 1:34 
GeneralRe: Distributing MFC programs Pin
Stephane Rodriguez.30-Oct-02 1:50
Stephane Rodriguez.30-Oct-02 1:50 
GeneralRe: Distributing MFC programs Pin
Navin30-Oct-02 5:18
Navin30-Oct-02 5:18 
Good for you! I *hate* apps that have to install a bunch of DLLs, because they usually do it incorrectly.

You need to do a couple things:
1. Make sure MFC is linked statically (it looks like you are doing this)
2. Are you running VC 6.0? If so:
- Go to "Project Settings" for your project(s)
- Go to the C++ tab, and change the combo box to "Code Generation".
- There is a box that says, "Use Runtime Library". It should *NOT* be an option that has "DLL" in the name. Change it to the corresponding option that does not have DLL in its name.
- Make sure you do step 2 for Debug and Release (and any other project configurations you have.)

If you are running VS.NET, the option is still there, but getting to it may be a little different.

Hope this helps.


Even a broken clock is right twice a day.
GeneralwParam/lParam Pin
stevenson30-Oct-02 0:41
stevenson30-Oct-02 0:41 
GeneralRe: wParam/lParam Pin
Christian Graus30-Oct-02 1:16
protectorChristian Graus30-Oct-02 1:16 
GeneralOnMenuChar Pin
Paolo Giustinoni30-Oct-02 0:40
Paolo Giustinoni30-Oct-02 0:40 
Generala problem in memory allocation Pin
Gérald Mercet30-Oct-02 0:23
Gérald Mercet30-Oct-02 0:23 
GeneralRe: a problem in memory allocation Pin
tongc30-Oct-02 2:16
tongc30-Oct-02 2:16 
GeneralRe: a problem in memory allocation Pin
Gérald Mercet30-Oct-02 3:17
Gérald Mercet30-Oct-02 3:17 
GeneralDrawing Lines Pin
vijayaramaraju30-Oct-02 0:04
vijayaramaraju30-Oct-02 0:04 
GeneralRe: Drawing Lines Pin
Christian Graus30-Oct-02 1:19
protectorChristian Graus30-Oct-02 1:19 
GeneralRe: Drawing Lines Pin
Stephane Rodriguez.30-Oct-02 1:48
Stephane Rodriguez.30-Oct-02 1:48 
GeneralRe: Drawing Lines Pin
Paul M Watt30-Oct-02 5:45
mentorPaul M Watt30-Oct-02 5:45 
GeneralBackground color in mainframe Pin
subhasri29-Oct-02 23:13
subhasri29-Oct-02 23:13 
GeneralRe: Background color in mainframe Pin
Mazdak30-Oct-02 0:15
Mazdak30-Oct-02 0:15 
Questioninstaller of VC++ application ? Pin
v b sunil29-Oct-02 21:12
v b sunil29-Oct-02 21:12 
AnswerRe: installer of VC++ application ? Pin
Pavel Klocek29-Oct-02 23:06
Pavel Klocek29-Oct-02 23:06 
GeneralRe: installer of VC++ application ? Pin
v b sunil30-Oct-02 6:17
v b sunil30-Oct-02 6:17 
AnswerRe: installer of VC++ application ? Pin
Trollslayer30-Oct-02 1:41
mentorTrollslayer30-Oct-02 1:41 
AnswerRe: installer of VC++ application ? Pin
Anonymous30-Oct-02 9:29
Anonymous30-Oct-02 9:29 

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.