05-17-2007 02:26 PM
05-17-2007 03:07 PM
05-17-2007 03:49 PM
Autoit would be your answer.
http://www.autoitscript.com/autoit3/downloads.php
Just include .h, .lib file to your project. Copy dll to your project dir and start calling functions.
05-18-2007 06:48 AM
I am using CVI (ANSI C) and am having trouble with the .h file. I receive error messages like the one shown below:
Iline.c - 20 errors
"AutoIt3.h"(36,21) syntax error; found 'identifier' expecting ';'.
"AutoIt3.h"(39,21) Redeclaration of 'WINAPI' previously declared at AutoIt3.h:36.
Any suggestions?
05-21-2007 10:27 AM
05-29-2007 07:58 AM
05-29-2007 11:04 AM - edited 05-29-2007 11:04 AM
Message Edited by Jon M on 05-29-2007 11:04 AM
05-29-2007 12:55 PM
05-30-2007 08:20 AM
05-30-2007 04:02 PM