szornyu
New Member
Offline
Posts: 1
|
Hi, all! I'm new to vTask, and as it usually happens, newbies are asking dumb questions, but I haven't find any post which even comes close to my problem.
I made a small script that waits indefinitely for a messagebox to appear (it looks for a particular text in the title bar), and when it appears, simulates a button click on that messagebox. This make the massge to disappear, and the scripts starts a new loop to wait for the next occurence of the messagebox.
Everything went fine on my development PC, but when I tried to start the application (the generated executable) on my Windows NT server, it reports that my program is not a valid Windows NT application. Later on I found out, that it cannot run on Windows NT Workstation either.
I haven't found any means where I can specify that the generated .exe, should be compatible with NT, Win95 and such...
What went wrong? I'm confused Any idea, anyone? Thanks in advance.
Zoli
|