Click here to Skip to main content
15,895,667 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to create a HUGE 2d array? Pin
Raymand C4-Oct-05 23:42
sussRaymand C4-Oct-05 23:42 
QuestionAbout Database: Plz Help Pin
Shhhrr4-Oct-05 1:03
sussShhhrr4-Oct-05 1:03 
QuestionShlwapi.h Pin
svirmani3-Oct-05 23:37
svirmani3-Oct-05 23:37 
QuestionRe: Shlwapi.h Pin
David Crow4-Oct-05 4:26
David Crow4-Oct-05 4:26 
QuestionA required .dll was not found Pin
Mike Winter3-Oct-05 23:16
Mike Winter3-Oct-05 23:16 
AnswerRe: A required .dll was not found Pin
Cedric Moonen3-Oct-05 23:32
Cedric Moonen3-Oct-05 23:32 
GeneralRe: A required .dll was not found Pin
Mike Winter4-Oct-05 0:43
Mike Winter4-Oct-05 0:43 
AnswerRe: A required .dll was not found Pin
The NULL Developer3-Oct-05 23:36
professionalThe NULL Developer3-Oct-05 23:36 
Mike Winter wrote:
but there must be a better way

Well Mike, firstly - if you are using MFC, then you will have to provide those dlls(mfc*.dll) whereever you ship your application. Secondly - there are better ways, but not THAT better as you are expecting. As of now, I only know two ways:

1. Make an installer, using Installshield or similar software, and include ur dlls with the installer.This is better option as once these dlls are installed, there is no need ship those dlls again on that machine.
2. Statically link the MFC dlls in your application. This will make ur application very heavy. I guess size increase is about 2 Mb and thats the reason enough why this is a bad idea.

so choose ur way...

"Do first things first, and second things not at all."
Peter Drucker.

AnswerRe: A required .dll was not found Pin
bugDanny4-Oct-05 6:16
bugDanny4-Oct-05 6:16 
QuestionLinking VB and VC Pin
benjnp3-Oct-05 23:11
benjnp3-Oct-05 23:11 
AnswerRe: Linking VB and VC Pin
Cedric Moonen3-Oct-05 23:26
Cedric Moonen3-Oct-05 23:26 
GeneralRe: Linking VB and VC Pin
benjnp3-Oct-05 23:35
benjnp3-Oct-05 23:35 
GeneralRe: Linking VB and VC Pin
Cedric Moonen3-Oct-05 23:51
Cedric Moonen3-Oct-05 23:51 
GeneralRe: Linking VB and VC Pin
benjnp4-Oct-05 0:11
benjnp4-Oct-05 0:11 
GeneralRe: Linking VB and VC Pin
benjnp4-Oct-05 0:43
benjnp4-Oct-05 0:43 
GeneralRe: Linking VB and VC Pin
Cedric Moonen4-Oct-05 0:58
Cedric Moonen4-Oct-05 0:58 
AnswerRe: Linking VB and VC Pin
Roger Stoltz4-Oct-05 2:19
Roger Stoltz4-Oct-05 2:19 
GeneralRe: Linking VB and VC Pin
benjnp4-Oct-05 6:52
benjnp4-Oct-05 6:52 
AnswerRe: Linking VB and VC Pin
Roger Stoltz4-Oct-05 12:56
Roger Stoltz4-Oct-05 12:56 
GeneralRe: Linking VB and VC Pin
benjnp4-Oct-05 15:03
benjnp4-Oct-05 15:03 
QuestionCatch c++ runtime library error Pin
JensB3-Oct-05 23:09
JensB3-Oct-05 23:09 
AnswerRe: Catch c++ runtime library error Pin
Prakash Nadar4-Oct-05 1:10
Prakash Nadar4-Oct-05 1:10 
GeneralRe: Catch c++ runtime library error Pin
JensB4-Oct-05 3:36
JensB4-Oct-05 3:36 
AnswerRe: Catch c++ runtime library error Pin
Tim Smith4-Oct-05 4:12
Tim Smith4-Oct-05 4:12 
Questioncustomize file dialogs Pin
Boder Coder3-Oct-05 22:02
Boder Coder3-Oct-05 22:02 

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.