Wwise SDK 2024.1.4
|
Initializes MFC for this plug-in. More...
#include <PluginMFCWindows.h>
Public Member Functions | |
PluginMFCWindows () | |
Initializes g_theApp singleton. More... | |
Static Public Member Functions | |
static CWinApp * | GetMFCApp () |
Retrieves the CWinApp singleton. More... | |
Initializes MFC for this plug-in.
By default, an MFC-based DLL initializes itself when the DLL is loaded. However, not all plug-ins in a DLL container require MFC, so this makes sure to initialize MFC only on instantiation of a particular plug-in.
If you need to modify the CWinApp class on your own, you can update the template.
![]() | Note: This should be the first interface of the plug-in, as it needs to be initialized before anything. |
Definition at line 68 of file PluginMFCWindows.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise