Re: Error in reg dll

2009-06-23 Thread Girish
Hi, somehow I fixed the issue related to error code 0xc005. Now I am getting a different error code while registering DLL.. it says: "DllRegisrerServer in Dspacvce.dll Failed. Reyurn Code was: 0x80040201" On Jun 20, 8:15 am, "Gabriel Genellina" wrote: > En Tue, 16 Jun 2009 02:09:57 -0300,Gir

Re: Error in reg dll

2009-06-19 Thread Gabriel Genellina
En Tue, 16 Jun 2009 02:09:57 -0300, Girish escribió: I am not able to register DLL generated from py2exe When I try to register the dll using the commant: regsve32 dspace.dll, I am getting error saying :"DLLRegisterServer in dspace.dll failed. Return code was: 0xc005" I don't think the pr

Error in reg dll

2009-06-15 Thread Girish
Hello. I am not able to register DLL generated from py2exe I have written following code to generate the DLL: ## from distutils.core import setup import py2exe import sys # If run without args, build executables, in