Problem occour when registering dll on win xp
-
i have a problem when registering a dll on wineows xp, i run the command as "Regsvr32 dllname" the error came as "The DllRegisterServer entry point was not found,the Dll can not be registered" where i am wrong ???? is there any problem with my system???? plzz help.....?:confused::confused::confused: -Koolprasad2006
Be A Good S/W Eng... Life is swing with you..Enjoy..
-
i have a problem when registering a dll on wineows xp, i run the command as "Regsvr32 dllname" the error came as "The DllRegisterServer entry point was not found,the Dll can not be registered" where i am wrong ???? is there any problem with my system???? plzz help.....?:confused::confused::confused: -Koolprasad2006
Be A Good S/W Eng... Life is swing with you..Enjoy..
Your question has nothing to do with windows forms. Please don't spam the site.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
i have a problem when registering a dll on wineows xp, i run the command as "Regsvr32 dllname" the error came as "The DllRegisterServer entry point was not found,the Dll can not be registered" where i am wrong ???? is there any problem with my system???? plzz help.....?:confused::confused::confused: -Koolprasad2006
Be A Good S/W Eng... Life is swing with you..Enjoy..
Regsvr32 only works with COM DLLs. If it can't find DllRegisterServer then it isn't a COM DLL and doesn't need to be registered.
Deja View - the feeling that you've seen this post before.