Click here to Skip to main content
16,004,782 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Looking for a programmer to take over an RPG project Pin
joshx1-May-03 17:11
joshx1-May-03 17:11 
GeneralProblem Registering MSVCRT.DLL Pin
ElizabethC30-Apr-03 11:39
ElizabethC30-Apr-03 11:39 
GeneralRe: Problem Registering MSVCRT.DLL Pin
Anonymous30-Apr-03 11:49
Anonymous30-Apr-03 11:49 
GeneralRe: Problem Registering MSVCRT.DLL Pin
ElizabethC30-Apr-03 12:29
ElizabethC30-Apr-03 12:29 
GeneralRe: Problem Registering MSVCRT.DLL Pin
Tim Smith30-Apr-03 14:44
Tim Smith30-Apr-03 14:44 
GeneralRe: Problem Registering MSVCRT.DLL Pin
ElizabethC1-May-03 5:42
ElizabethC1-May-03 5:42 
GeneralRe: Problem Registering MSVCRT.DLL Pin
Nitron30-Apr-03 13:36
Nitron30-Apr-03 13:36 
GeneralRe: Problem Registering MSVCRT.DLL Pin
Softomatix30-Apr-03 16:06
Softomatix30-Apr-03 16:06 
As it has been mentioned that MSVCRT.dll is not a COM server. Therefore any attempt to register it will end up in the message that you are getting. And probably same reason for p2odbc.dll.
There is a gotcha in dropping this MSVCRT.dll into system32 folder. OS won't let you do that. This DLL is also used by OS. When system starts, it loads the copy of this DLL into the memory. And this is one of those DLLs that never get loaded again although you may have it in your application's folder.
The only trick to accomplish is by command line. Rename the existing MSVCRT.dll to a new name ane copy the new one there. But you only need to copy a newer version if your application absolutely needs to bcause reaplcing of MSVCRT.dll will require a reboot.

---
Softomatix
http://www.pardesifashions.com/Softomatix/default.aspx
GeneralDropdown Dialogs Pin
Neal Stublen30-Apr-03 10:51
Neal Stublen30-Apr-03 10:51 
GeneralRe: Dropdown Dialogs Pin
David Crow30-Apr-03 10:56
David Crow30-Apr-03 10:56 
GeneralRe: Dropdown Dialogs Pin
Neal Stublen30-Apr-03 17:13
Neal Stublen30-Apr-03 17:13 
GeneralRe: Dropdown Dialogs Pin
John R. Shaw30-Apr-03 15:10
John R. Shaw30-Apr-03 15:10 
GeneralRe: Dropdown Dialogs Pin
Neal Stublen30-Apr-03 17:14
Neal Stublen30-Apr-03 17:14 
GeneralRe: Dropdown Dialogs Pin
John R. Shaw2-May-03 8:09
John R. Shaw2-May-03 8:09 
GeneralRe: Dropdown Dialogs Pin
Chris Richardson30-Apr-03 22:03
Chris Richardson30-Apr-03 22:03 
QuestionHow do I link 2 programs together, each to reflect changes in other one?? Pin
IrishSonic30-Apr-03 10:16
IrishSonic30-Apr-03 10:16 
AnswerRe: How do I link 2 programs together, each to reflect changes in other one?? Pin
valikac30-Apr-03 11:05
valikac30-Apr-03 11:05 
AnswerRe: How do I link 2 programs together, each to reflect changes in other one?? Pin
Renjith Ramachandran1-May-03 0:39
Renjith Ramachandran1-May-03 0:39 
QuestionHow to slow down the progress dialog bar Pin
Anonymous30-Apr-03 9:46
Anonymous30-Apr-03 9:46 
AnswerRe: How to slow down the progress dialog bar Pin
John M. Drescher30-Apr-03 9:55
John M. Drescher30-Apr-03 9:55 
AnswerRe: How to slow down the progress dialog bar Pin
John M. Drescher30-Apr-03 9:59
John M. Drescher30-Apr-03 9:59 
AnswerRe: How to slow down the progress dialog bar Pin
Renjith Ramachandran1-May-03 0:43
Renjith Ramachandran1-May-03 0:43 
GeneralProblem with my Service Pin
Mazdak30-Apr-03 9:38
Mazdak30-Apr-03 9:38 
GeneralRe: Problem with my Service Pin
David Crow30-Apr-03 10:14
David Crow30-Apr-03 10:14 
GeneralRe: Problem with my Service Pin
Mazdak30-Apr-03 10:38
Mazdak30-Apr-03 10: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.