Search found 2 matches

by weglimir
Tue Dec 04, 2018 4:02 pm
Forum: Platform Related Issues
Topic: wxWidgets in OSX shared library (fvisibility=hidden)
Replies: 2
Views: 1233

Re: wxWidgets in OSX shared library (fvisibility=hidden)

Hi, Does wxWidgets build correctly? Yes, of course. Here are the example flags: /Users/imac/Projects/wxWidgets-3.1.0/build-debug/bk-deps /usr/bin/clang++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.7 -c -o stc...
by weglimir
Tue Dec 04, 2018 11:18 am
Forum: Platform Related Issues
Topic: wxWidgets in OSX shared library (fvisibility=hidden)
Replies: 2
Views: 1233

wxWidgets in OSX shared library (fvisibility=hidden)

Hello, I have a problem with building wxWidgets for OSX and hidding all the symbols. I'm trying to build shared library which will be responsible for just showing some custom dialogs - but this library has to work in independent way. The problem is that application have to work for Windows and OSX, ...