ctypes

2008-01-08 Thread hkimball
I am trying to call a function in a third party dll that spawns an exe and I am using ctypes. Python does not complain at all but the other process does not get spawned. It appears that I am gaining access to the functions but with no results. Any ideas? Thanks in advance. >>> from ctypes impo

ctypes and 3rd party dll

2008-01-07 Thread hkimball
I am trying to call a function in a third party dll that spawns anr exe and I am using ctypes. Python does not complain at all but the other process does not get spawned. It appears that I am gaining access to the functions but with no results. Any ideas? Thanks in advance. >>> from ctypes imp

ctypes

2008-01-07 Thread hkimball
I am trying to call a funtinon in a third party dll that spawns another exe and I am using ctypes. Python does not complain at all but the other process does not get spawned. It appears that I am gaining access to the functions but with no results. Any ideas? Thanks in advance. >>> from ctypes

ctypes

2008-01-06 Thread hkimball
I am having trouble with ctypes: i can load the third party dll, and gain access to the function but the function calls do not actually perform their intended purpose. I have tried this in both interactive mode and from a saved script. I know that is a somewhat vague description but any help woul