I'm trying to make DLL for a Truetype font rendering library. It was written in 'C', and compiled with MINGW compiler. SCC will not compile the original code (which would have been my preference); there are errors in the macro expansions and elsewhere that I cannot figure out, nor get around.
Is it possible (and permitted) to use this DLL with FTN95?
I have ZIPPED the FreeType library. I have, at the top level, FreeTypeSCC.sccp, the attempt to create an SCC version of the DLL.
I have also included a CodeLite (MINGW) project FREETYPETESTING that compiles all the modules and runs a little main routine. This compiles with a few warnings (in the MAIN), and runs.
The link to GoogleDrive is:
https://drive.google.com/file/d/0B5fbkRqVCqoMTUdQbDhBdEdqem8/view?usp=sharing