Re: [OpenSIPStack] RegSrv32 Error
Brought to you by:
joegenbaclor
From: Joegen E. B. <joe...@gm...> - 2007-07-22 14:45:10
|
It seems you have compiled a Debug version of the control. MSVCP80D.DLL MSVCR80D.DLL are debug versions of the C++ runtime. If my memory serves me well, you will not be able to link with these libraries statically in Debug mode. Make sure you are compiling the Release build and that you link statically to the runtime using the "Multi threaded" mode in Code Generation Tab of you Project Property sheet. If you still encounter errors, then you need to create an installer for your applciaitn and make sure that the depedencies are included with the installer package. Joegen |