Click here to Skip to main content
16,007,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionsocket monitor, is it possible? Pin
includeh1031-Jul-02 6:17
includeh1031-Jul-02 6:17 
AnswerRe: socket monitor, is it possible? Pin
jmkhael31-Jul-02 6:22
jmkhael31-Jul-02 6:22 
AnswerRe: socket monitor, is it possible? Pin
jmkhael31-Jul-02 6:24
jmkhael31-Jul-02 6:24 
GeneralRe: socket monitor, is it possible? Pin
includeh1031-Jul-02 6:28
includeh1031-Jul-02 6:28 
GeneralRe: socket monitor, is it possible? Pin
jmkhael31-Jul-02 6:32
jmkhael31-Jul-02 6:32 
GeneralRe: socket monitor, is it possible? Pin
includeh1031-Jul-02 7:15
includeh1031-Jul-02 7:15 
AnswerRe: socket monitor, is it possible? Pin
lucy31-Jul-02 10:16
lucy31-Jul-02 10:16 
GeneralDLL hell with msvcrt.dll Pin
Jim Crafton31-Jul-02 6:15
Jim Crafton31-Jul-02 6:15 
OK I have my app which I am trying to test on other machines
I have built it as a Multi threaded DLL so I am using the MSVCRT.dll
as well as the MSVCP60.dll due to C++ and STL

On my machine (a win2K box) all is well.
On the two NT server 4 sp6 machines where I ahve tried to run it all is NOT well.

I put the exe plus my lib's .dll and the msvcrt.dll and msvcp60.dll all in the same directory.
I try and run the app (it is a console app) and I get this:
"The procedure entry point __lc_collate_cp could not be located in the dynamic link library MSVCRT.dll"
Hmm...well I drag a copy of depends.exe over and open the app in it and it reports no errors ( i.e. problems with linked functions that don't exist), and in fact reports that the version of MSVCRT.dll I am using is the one in the app's directory (naturally), NOT the one in winnt\system32\.

The one in the c:\winnt\system32\ dir has a version of 4.20.6201 and the one I am using (or need to use) is 6.10.8924.0

I had always understood that you should avoid replacing the stuff in system32 to prevent breakage in other apps.
Should I in fact change the installer to just overwrite it (if it is older than mine) ?
This app will be installed on server machines so I am a but leery of doing this.

Any suggestions will be greatly appreciated, and I happily send you a virtual beer !
GeneralRe: DLL hell with msvcrt.dll Pin
Joaquín M López Muñoz31-Jul-02 6:41
Joaquín M López Muñoz31-Jul-02 6:41 
GeneralRe: DLL hell with msvcrt.dll Pin
Jim Crafton31-Jul-02 7:27
Jim Crafton31-Jul-02 7:27 
GeneralRe: DLL hell with msvcrt.dll Pin
Daniel Lohmann31-Jul-02 8:52
Daniel Lohmann31-Jul-02 8:52 
GeneralRe: DLL hell with msvcrt.dll Pin
Jim Crafton31-Jul-02 10:23
Jim Crafton31-Jul-02 10:23 
GeneralRe: DLL hell with msvcrt.dll Pin
Daniel Lohmann31-Jul-02 13:39
Daniel Lohmann31-Jul-02 13:39 
GeneralDrawing text Pin
rsasalm_31-Jul-02 6:12
rsasalm_31-Jul-02 6:12 
GeneralRe: Drawing text Pin
Jim Crafton31-Jul-02 6:21
Jim Crafton31-Jul-02 6:21 
GeneralRe: Drawing text Pin
rsasalm_31-Jul-02 6:37
rsasalm_31-Jul-02 6:37 
GeneralRe: Drawing text Pin
PJ Arends31-Jul-02 7:53
professionalPJ Arends31-Jul-02 7:53 
GeneralRe: Drawing text Pin
rsasalm_1-Aug-02 3:17
rsasalm_1-Aug-02 3:17 
GeneralRe: Drawing text Pin
PJ Arends1-Aug-02 6:52
professionalPJ Arends1-Aug-02 6:52 
Generalbarcode reading Pin
tadedk31-Jul-02 6:09
tadedk31-Jul-02 6:09 
GeneralRe: barcode reading Pin
Anonymous31-Jul-02 8:40
Anonymous31-Jul-02 8:40 
Generalnot clear why & is used Pin
ns31-Jul-02 5:59
ns31-Jul-02 5:59 
GeneralRe: not clear why & is used Pin
Jim Crafton31-Jul-02 6:26
Jim Crafton31-Jul-02 6:26 
GeneralRe: not clear why & is used Pin
Chris Losinger31-Jul-02 6:32
professionalChris Losinger31-Jul-02 6:32 
GeneralRe: not clear why & is used Pin
ns31-Jul-02 6:38
ns31-Jul-02 6:38 

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.