Click here to Skip to main content
15,896,154 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Passing username/pwd in WebBrowser request Pin
David Crow29-Apr-04 9:27
David Crow29-Apr-04 9:27 
QuestionWhen is MSVCP60.DLL required? Pin
Phenonymous29-Apr-04 5:59
sussPhenonymous29-Apr-04 5:59 
AnswerRe: When is MSVCP60.DLL required? Pin
jmkhael29-Apr-04 6:04
jmkhael29-Apr-04 6:04 
AnswerRe: When is MSVCP60.DLL required? Pin
Nemanja Trifunovic29-Apr-04 6:05
Nemanja Trifunovic29-Apr-04 6:05 
AnswerRe: When is MSVCP60.DLL required? Pin
Navin29-Apr-04 6:11
Navin29-Apr-04 6:11 
AnswerRe: When is MSVCP60.DLL required? Pin
Andrew Walker29-Apr-04 17:05
Andrew Walker29-Apr-04 17:05 
GeneralRe: When is MSVCP60.DLL required? Pin
Chintoo72330-Apr-04 14:17
Chintoo72330-Apr-04 14:17 
GeneralRe: When is MSVCP60.DLL required? Pin
Andrew Walker30-Apr-04 14:58
Andrew Walker30-Apr-04 14:58 
Because it's distributed with visual studio.

When you are preparing to distribute applications check the dependencies first. Your development PC should have all the required DLL's on it, which you can put in the same directory as your executable. You will however have to check the licensing conditions of the DLL's if you need to include them in software which will be sold.

For this reason it's important to always test software on a 'clean' machine that doesn't have visual studio installed.

Showing a meaningful message is a little more difficult - AFAIK you would actually have to load the DLL at run time rather than relying upon explicit linking. I would recommend against this, a proper testing procedure should remove the need for this type of message.

Good Luck! Smile | :)


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: When is MSVCP60.DLL required? Pin
Chintoo7232-May-04 19:00
Chintoo7232-May-04 19:00 
GeneralRe: When is MSVCP60.DLL required? Pin
Andrew Walker2-May-04 23:54
Andrew Walker2-May-04 23:54 
GeneralRe: When is MSVCP60.DLL required? Pin
Chintoo7233-May-04 3:34
Chintoo7233-May-04 3:34 
GeneralImage Processing & VC++ Pin
Amal_Alazazi29-Apr-04 5:57
Amal_Alazazi29-Apr-04 5:57 
GeneralRe: Image Processing & VC++ Pin
Antony M Kancidrowski29-Apr-04 6:09
Antony M Kancidrowski29-Apr-04 6:09 
GeneralRunning on a Macintosh Pin
brdavid29-Apr-04 5:56
brdavid29-Apr-04 5:56 
GeneralRe: Running on a Macintosh Pin
Navin29-Apr-04 6:13
Navin29-Apr-04 6:13 
GeneralRe: Running on a Macintosh Pin
basementman29-Apr-04 10:04
basementman29-Apr-04 10:04 
GeneralRemoving Typed URLs Pin
flace29-Apr-04 5:53
flace29-Apr-04 5:53 
GeneralRe: Removing Typed URLs Pin
David Crow29-Apr-04 6:59
David Crow29-Apr-04 6:59 
GeneralRe: Removing Typed URLs Pin
jmkhael29-Apr-04 7:36
jmkhael29-Apr-04 7:36 
GeneralRe: Removing Typed URLs Pin
flace29-Apr-04 18:30
flace29-Apr-04 18:30 
Generalprogrammically calling .exe Pin
brdavid29-Apr-04 5:51
brdavid29-Apr-04 5:51 
GeneralRe: programmically calling .exe Pin
Antony M Kancidrowski29-Apr-04 6:01
Antony M Kancidrowski29-Apr-04 6:01 
GeneralRe: programmically calling .exe Pin
brdavid29-Apr-04 6:20
brdavid29-Apr-04 6:20 
GeneralRe: programmically calling .exe Pin
Navin29-Apr-04 6:20
Navin29-Apr-04 6:20 
GeneralRe: programmically calling .exe Pin
brdavid29-Apr-04 7:32
brdavid29-Apr-04 7:32 

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.