Hi!
I am trying to generate a DirectX API(?) by myself instead if using
makepy.py.
So I do:
>>> import win32com.client.gencache
>>> LVClass = win32com.client.gencache.EnsureDispatch("LabVIEW.Application")
And I get:
Traceback (most recent call last):
File "", line 1, in ?
File
"C:\PROGRA
Hi all,
I've looked around, but I wasn't able to find anything about this
issue. I am writing an application that calls a separate windows
application as a process. That's not a problem, I can get it to run and
do what it needs to do. However, the normal way to stop the separate
windows app
At Thursday 13/10/2005 17:33, you wrote:
I've looked around, but I wasn't able to find anything about this
>issue. I am writing an application that calls a separate windows
>application as a process. That's not a problem, I can get it to run and
>do what it needs to do. However, the normal way
> I've looked around, but I wasn't able to find anything about this
> issue. I am writing an application that calls a separate windows
> application as a process. That's not a problem, I can get it to run and
> do what it needs to do. However, the normal way to stop the separate
> windows applic