mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
With this patch applied, the DemoRunner should build under MinGW, and be (nearly) feature-complete compared to the MSVC build. Specifically, when building with MinGW: - Adds support for accessibility - Fixes build issues in the juce_video module - Fixes a link issue in the VST3 wrapper when VST3_CAN_REPLACE_VST2 is defined - Adds support for the new-style native FileChooser - Tidies up some other low-severity warnings Known issues: - Direct2D rendering is still not supported when building with MinGW due to ABI compatibilities. |
||
|---|---|---|
| .. | ||
| java/app/com/rmsl/juce | ||
| javaopt/app/com/rmsl/juce | ||
| juce_android_PushNotifications.cpp | ||
| juce_android_WebBrowserComponent.cpp | ||
| juce_AndroidViewComponent.cpp | ||
| juce_ios_PushNotifications.cpp | ||
| juce_ios_UIViewComponent.mm | ||
| juce_linux_X11_SystemTrayIcon.cpp | ||
| juce_linux_X11_WebBrowserComponent.cpp | ||
| juce_linux_XEmbedComponent.cpp | ||
| juce_mac_AppleRemote.mm | ||
| juce_mac_CarbonViewWrapperComponent.h | ||
| juce_mac_NSViewComponent.mm | ||
| juce_mac_PushNotifications.cpp | ||
| juce_mac_SystemTrayIcon.cpp | ||
| juce_mac_WebBrowserComponent.mm | ||
| juce_win32_ActiveXComponent.cpp | ||
| juce_win32_HWNDComponent.cpp | ||
| juce_win32_SystemTrayIcon.cpp | ||
| juce_win32_WebBrowserComponent.cpp | ||