Pre-compiled 64-bit DLLs included using g++. Source code available if you want to modify or build.
Use at your own risk, minimal testing on a windows 10 w/ amibroker 7 w/o issues
Any problems, questions or ideas please share.
Thanks to the community for all the help over the years. Hope this is useful to someone.
removed #pragma pack(push, 2) from both HSend.cpp and TSend.cpp.
When I first started on the dll, it initially took a while to get a working version and that was left over from some initial testing. I haven't tested this version in action , but both compiled and the github, has been updated.
I've spent over a year &a_half now only socket/websocket/json/ADK etc and the wild c++ demon in me which I was able to tame.
One reason you get performance in C++ is because it does only what its told.
For example, AFL does tons of checks and makes the users life easy. C++ is unforgiving.