Click here to Skip to main content
15,908,444 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: msvcp90d.dll and msvcr90d.dll Pin
George_George17-Oct-08 6:37
George_George17-Oct-08 6:37 
GeneralRe: msvcp90d.dll and msvcr90d.dll Pin
led mike17-Oct-08 8:43
led mike17-Oct-08 8:43 
GeneralRe: msvcp90d.dll and msvcr90d.dll Pin
George_George20-Oct-08 23:32
George_George20-Oct-08 23:32 
GeneralRe: msvcp90d.dll and msvcr90d.dll Pin
led mike21-Oct-08 5:17
led mike21-Oct-08 5:17 
GeneralRe: msvcp90d.dll and msvcr90d.dll Pin
George_George21-Oct-08 21:39
George_George21-Oct-08 21:39 
GeneralRe: msvcp90d.dll and msvcr90d.dll Pin
led mike22-Oct-08 5:29
led mike22-Oct-08 5:29 
GeneralRe: msvcp90d.dll and msvcr90d.dll Pin
George_George22-Oct-08 19:52
George_George22-Oct-08 19:52 
GeneralRe: msvcp90d.dll and msvcr90d.dll Pin
led mike23-Oct-08 5:41
led mike23-Oct-08 5:41 
George_George wrote:
for STL function, I am not sure whether it is provided in the form of DLL (which we implicit link with) or provided with source code (which we built into our application directly). Any comments?


The Standard C++ library, in VC++, is provided in the form of static .lib or a .DLL/.lib ( and of course header files). The Standard Template Library is supplied in the form of header files. If you read through all the STL header files you will no doubt see them using aspects of the Standard C++ Library thereby making the header files dependent on the Standard C++ Library and the static .lib or .DLL/.lib.

Now the question you should really be asking yourself is, perhaps you lack the requisite aptitude for this field if it takes all the C++ documentation + 7 days of 20 forum messages for you to comprehend this very simple, basic, fundamental fact?


led mike

GeneralRe: msvcp90d.dll and msvcr90d.dll Pin
George_George24-Oct-08 1:08
George_George24-Oct-08 1:08 
Questionftp connection in C++ Pin
AnithaSubramani15-Oct-08 0:29
AnithaSubramani15-Oct-08 0:29 
AnswerRe: ftp connection in C++ Pin
Jose David Pujo15-Oct-08 0:54
Jose David Pujo15-Oct-08 0:54 
AnswerRe: ftp connection in C++ Pin
SandipG 15-Oct-08 1:32
SandipG 15-Oct-08 1:32 
GeneralRe: ftp connection in C++ Pin
AnithaSubramani15-Oct-08 3:13
AnithaSubramani15-Oct-08 3:13 
GeneralRe: ftp connection in C++ Pin
David Crow15-Oct-08 3:25
David Crow15-Oct-08 3:25 
QuestionFlat border for RichEdit control Pin
preeti sharma15-Oct-08 0:17
preeti sharma15-Oct-08 0:17 
AnswerRe: Flat border for RichEdit control Pin
_AnsHUMAN_ 15-Oct-08 0:22
_AnsHUMAN_ 15-Oct-08 0:22 
QuestionDisplay UTF8 and unicode in richedit control Pin
Dhiraj kumar Saini15-Oct-08 0:01
Dhiraj kumar Saini15-Oct-08 0:01 
QuestionRe: Display UTF8 and unicode in richedit control Pin
Rajesh R Subramanian15-Oct-08 0:29
professionalRajesh R Subramanian15-Oct-08 0:29 
AnswerRe: Display UTF8 and unicode in richedit control Pin
Dhiraj kumar Saini15-Oct-08 0:32
Dhiraj kumar Saini15-Oct-08 0:32 
AnswerRe: Display UTF8 and unicode in richedit control Pin
Rajesh R Subramanian15-Oct-08 0:40
professionalRajesh R Subramanian15-Oct-08 0:40 
GeneralRe: Display UTF8 and unicode in richedit control Pin
Dhiraj kumar Saini15-Oct-08 0:48
Dhiraj kumar Saini15-Oct-08 0:48 
GeneralRe: Display UTF8 and unicode in richedit control Pin
Rajesh R Subramanian15-Oct-08 0:50
professionalRajesh R Subramanian15-Oct-08 0:50 
GeneralRe: Display UTF8 and unicode in richedit control Pin
Dhiraj kumar Saini15-Oct-08 0:56
Dhiraj kumar Saini15-Oct-08 0:56 
GeneralRe: Display UTF8 and unicode in richedit control Pin
Rajesh R Subramanian15-Oct-08 0:57
professionalRajesh R Subramanian15-Oct-08 0:57 
GeneralRe: Display UTF8 and unicode in richedit control Pin
Mark Salsbery15-Oct-08 6:26
Mark Salsbery15-Oct-08 6:26 

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.