DIT112-V20 / group-09

Apache License 2.0
4 stars 1 forks source link

Enable SmartcarShield (and actual Win32 runtime compat in general) #95

Closed AeroStun closed 4 years ago

AeroStun commented 4 years ago

Closes #83

AeroStun commented 4 years ago

[[[ For possible post-merge readers ]]] Arduino global variables are trampoline'd across the DLL boundary because I could not get the MSVC linker to produce an import library that contains the exported data symbol, even though it was marked __declspec(dllexport). If somehow you know how to do that, please remove the trampolines, fix the symbol, and PR this project