- Messages
- 368
- Country

I'm trying to compile a SimConnect utility in VC++ 2008. It's basically a mash up of the Request Data sample and some execute_calculator_code to try and write some information back to an XML gauge.
The SimConnect part works fine on its own, but as soon as I enter the execute_calculator_code I get a :- error LNK2001: unresolved external symbol _ImportTable error. I've tried adding the code to compile as a DLL with no joy, actually the only SimConnect DLL I've managed to successfully compile was the sample I downloaded from one of the MS blogs, and I can't even copy that code into another project without getting errors.
I'm guessing from this I haven't got my VC++ set up properly but I've been unable to find any guides or tutorials to doing this, does anyone know of any?
The SimConnect part works fine on its own, but as soon as I enter the execute_calculator_code I get a :- error LNK2001: unresolved external symbol _ImportTable error. I've tried adding the code to compile as a DLL with no joy, actually the only SimConnect DLL I've managed to successfully compile was the sample I downloaded from one of the MS blogs, and I can't even copy that code into another project without getting errors.
I'm guessing from this I haven't got my VC++ set up properly but I've been unable to find any guides or tutorials to doing this, does anyone know of any?
