On 2/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi Brain,
>
> I am Ranish form India, doing as a programmer.

Please read next article: http://www.catb.org/~esr/faqs/smart-questions.html

> Can I use a .NET generated dll (Regular dll ) directly form Python (Not 
> python .NET) ?

What do you mean regular dll?

> I am using calldll module, and getting a message as DLL  loading failed (for 
> my dll)
> But when I tried to load kernal32.dll, its scusses. Why ? [ I called my dll 
> form C++ its working finely ]
> Do I need to register my dll in system ?

It seems that you can not load your dll because of dependency problems.
Check them with dependency walker tool

>
>
> Please help me in explain the reason, for this.
> Thanks for your time.
>
> Thanks & Regards
> P.Ranish
>

Does this help?
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to