Login Page - Create Account

Support Board


Date/Time: Tue, 01 Jul 2025 21:38:49 +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