Win32 extension woes.

Rickey Chevrie rchevrie at austin.rr.com
Thu Mar 16 11:07:16 EST 2000


Jon Riehl <jriehl at mindspring.com> wrote in message
news:38CFD9E5.AEBBF1E3 at mindspring.com...
--- snip ---
> Is there anything else I should be looking for?  It bothers me
> somewhat that even though I compiled a debug DLL, VC++ is
> opening with a disassembly and not the native code.
>
> -Jon
>

Jon,
If you register your dll from the DEBUG subdirectory, the debugger will
automagically use your source code instead of the disassembled code.  It
works for me...

Regards,
Rick





More information about the Python-list mailing list