Skip to content
Compare
Choose a tag to compare
@gellston gellston released this 15 Jun 02:45
· 2 commits to main since this release

Support for C++, C#

  • Visual Studio 2019 v142 C++ 17 for Windows10 (x64)
  • Visual Studio 2019 v142 .Net Core 3.1 for Windows10 (x64)
  • Visual Studio 2019 v120 C++ 17 for Windows10 (x64, x86)

Add spider::variable class for shared memory

  • unsigned int, int, char, unsigned char, double, std::string, bool type support
  • single value and array support

Add spider::function class for shared memory

  • unsigned int, int, char, unsigned char, double, std::string, bool type support for arguments and return
  • synchronization support

Bug fix

  • spider::function bool variable support bug fix
  • spider::function synchronization bug fix
  • wrong linker version fix
  • Add GCHandle::Free