John Curran
John Curran
Seems like it'd be possible if you could specify the toolset version when targeting `stable-i686-pc-windows-msvc`. For P3Dv3 specifically it requires Visual Studio 2013 (v120) toolset in order for the linker...
I think I forgot to specify you need 32-bit LLVM/Clang installed. I am assuming you do have this because it'll complain earlier in the process about 64/32-bit combat. Only thing...
You said you were using the `VS2012 x86 Native Tools Command Prompt`? Do you have the `Developer Command Prompt for VS2012` installed? Their names are extremely similar but I was...
Awesome! Excited to hear you got it up and running and I'm glad it doesn't only work on my machine. I checked out the `fsx` branch but I got a...
I can build, but I get the following runtime error: `The procedure entry point SimConnect_AddToDataDefinition could not be located in the dynamic link library C:\path\to\repo\target\debug\simconnect.exe`
With the new DLL I can both build & run. Still getting an error from the get_next method but I don't have time yet to dive into why that might...
I can try and take a crack at it. I cannot promise any sort of timeline. I would probably branch off of this branch to begin that work anyway