Search found 1 match

by DivideStudio
Mon Jul 15, 2013 17:59
Forum: Help
Topic: Static Linking Issues
Replies: 2
Views: 3210

Re: Static Linking Issues

Hi Wizzard

You could try and define something like this in FactoryModule.cpp:

Code: Select all

extern "C"{
CEGUI::FactoryModule& getWindowFactoryModule()
{
    static CEGUI::FactoryModule mod;
    return mod;
}
}


Should work :)

Go to advanced search