write to XP registry - access denied...

2003-10-30 Thread Brian Odlum
Hi. I'm trying to get a Pythonwin program which worked fine under Windows 98SE to work under Windows XP Pro.   The program attempts to read from and write to the registry file. The read work fine, but the write raise an exception of "access denied". Clearly, the problem stems from XP's more c

Using a compiled .dll

2003-11-18 Thread Brian Odlum
Forgive the stupid question, but is there any way one can message methods in a compiled Windows .dll file? I have the documentation for all the methods, but no source code. Possible? I realize there are probably symbol table entry point problems, but I thought I would ask anyway. Thanks.   Br