Including Manifest

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7449
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Including Manifest

Post by ONEEYEMAN »

Hi, ALL,
My application contains of the binary executable and couple of DLLs.
Now, some DLLs are use with LoadLibrary() and then call the function from it (I do it for the dialogs) and some I link statically to the other DLL, which are used with LoadLibrary().

Now I presume I should include the Manifest in all DLLs that are using wxWidgets, right?
Or it needs to be included in binary only?

Thank you.
Post Reply