06-16-2006 11:27 AM
06-16-2006 11:27 AM
06-16-2006 01:54 PM
How'd that happen?
If there's a moderator watching this we need to delete the multiple copies of the message.
Sorry about that, chief.
Menchar
06-19-2006 07:14 AM
08-11-2006 02:05 AM
08-11-2006 04:02 AM - edited 08-11-2006 04:02 AM
You will need to have the FDS version of CVI to use these SDK components. I don't recall having to tell CVI where to find windows.h on my system, but it is located (on my PC, at least) in ...CVI70\sdk\include . The #include <windows.h> statement should be the very first #include file in your source code.
JR
Message Edited by jr_2005 on 08-11-2006 10:04 AM
08-14-2006 01:40 AM
08-14-2006 04:10 AM
On my CVI 7.0, your source file compiles without error (as expected, of course). So there must be some anomaly with your workspace/project settings - can you post a screen shot (eg a zipped bitmap) of your workspace/project, with the source file open in it? This just might give us some more clues.
JR
08-14-2006 09:49 AM
08-14-2006 10:33 AM
You need to have #include <windows.h> as the first line of your source code. Your screenshots show that you have #include "Winbase.h" before this line - this is the cause of your problems.
JR