Hi,
recently i wanted to learn how to deal with the VIX API in C or C++.
I tried to compile the sample powerOn.c with my BDS2006 as a C console application and got some errors.
First, "stdafx.h" can not be found (i suppose it's part of MS Visual Studio) and there is also an error from vm_basic_types.h:
"Need compiler define for int64/uint64"
Does anybody know what to do here? Do i have to add some Borland specific #include files or #define statements and which?
Thanks in advance
Robert