Displaying an ActiveX component using C99

Started by
-1 comments, last by Dawoodoz 9 years, 6 months ago
I have made a graphics engine that is an MFC ActiveX component and a programming language that is compiling to C99.
Now I want to make a wrapper that allow displaying my graphics engine in full screen to make it easy to create games in the language.

Is there any alternative to the MFC framework that can safely load ActiveX components in C99?

I am not allowed to use any static C library for calling the dynamic library since that would make my language difficult to use. I tried using the LoadModule function from the Windows API once but I could not know if it worked without a way to display it.

This topic is closed to new replies.

Advertisement