Hi everybody (sorry for my english i'm french)
I have seen all the tutorials about sdk and simconnect, everything is ok. But when i would like to start a new C projet and programing in SimConnect, i have somes errors in my include headers.
I use the same structure that in the sdk sample for my headers :
#include <windows.h>
#include <tchar.h>
#include <stdio.h>
#include <strsafe.h>
#include "SimConnect.h"
In this exemple i have somes errors on the lines start by : typedef
in strsafe.h
Thx for helping me
I have seen all the tutorials about sdk and simconnect, everything is ok. But when i would like to start a new C projet and programing in SimConnect, i have somes errors in my include headers.
I use the same structure that in the sdk sample for my headers :
#include <windows.h>
#include <tchar.h>
#include <stdio.h>
#include <strsafe.h>
#include "SimConnect.h"
In this exemple i have somes errors on the lines start by : typedef
in strsafe.h
Thx for helping me
