Support Board
Date/Time: Sun, 29 Dec 2024 14:48:54 +0000
Post From: How to Call DllMain() from an Additional Object File
[2016-05-02 17:30:18] |
Pinger - Posts: 33 |
Hi Thanks for your reply. I'm using a separate installation of MinGW to compile my additional functions DLL which is written in C. I have added the "-march=i686", "-mtune=i686" and "-static-libgcc" compiler options to my Makefile and everything is working fine on both my local machine and VPS. I have put my DLL in /C/SierraChart/Data. (My VPS doesn't have a compiler installed). I take it all 3 compiler options mentioned above are required? Any further suggestions? Cheers |