ActiveXControl symbol not found (win)

After a quick pull, I notice I get an error on windows:

intptr_t offerEventToActiveXControl (void*); not defined in events (not linked rather).

If I set JUCE_MODULE_AVAILABLE_juce_gui_extra to 0 it goes away, which I am doing now.

Anyway, thought you might want to know. Perhaps I am missing something … but it does seem to be undefined in the GUI_Extra implementation.

I’m using this same configuration of modules for my projects and haven’t run into an issue… Using Windows 10, and VS2013 and VS2015.

Maybe clean/rebuild?

I can’t seem to re-produce this - with or without juce_gui_extra

Hmmm … yeah, seems to have disappeared for me as well.

Sorry about the false alarm :blush: