You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a basic library that allows one to easily create dynamic arrays using a C interface. Actually, it was intended as a DLL plug-in for Zorro Trading Automation. The backend was written in Win32 C++17 using Visual Studio. Its only dependency is the STL library.
4
+
5
+
## Build Instructions
6
+
7
+
Currently, the library is meant to be built in Visual Studio 2017, though it should not be hard to recycle the core code for UNIX.
8
+
9
+
To build a DLL for Zorro, simply open the solution file, and build in the Release/x86 mode.
10
+
## License
11
+
12
+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
0 commit comments