Dolphin, the GameCube and Wii emulator - Forums
missing wxbase28u.lib - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion)
+--- Thread: missing wxbase28u.lib (/Thread-missing-wxbase28u-lib)

Pages: 1 2


RE: missing wxbase28u.lib - Ò‰Ò‰Ò‰ - 08-28-2009

(08-28-2009, 04:28 PM)LPFaint99 Wrote:
(08-28-2009, 04:05 PM)Ò‰Ò‰Ò‰ Wrote:
(08-28-2009, 08:08 AM)rice2999 Wrote: Go to blame the dev who split one VC++ solution into two.

big whoop, all you have to do is compile externals before dolphin ... every time you switch between x86 and x64

^ fixed that for you

i'm pretty sure you only need to compile the externals once per architecture per modification.

edit: yep.


RE: missing wxbase28u.lib - LPFaint99 - 08-28-2009

lol! the idea for a separate solution for externals was only compile once unless externals themselves were updated


try this
build externals as release for x86 and x64, than
try to build dolphin as release x86 and x64
dolphin release x86 will fail


RE: missing wxbase28u.lib - Ò‰Ò‰Ò‰ - 08-29-2009

(08-28-2009, 04:49 PM)LPFaint99 Wrote: lol! the idea for a separate solution for externals was only compile once unless externals themselves were updated


try this
build externals as release for x86 and x64, than
try to build dolphin as release x86 and x64
dolphin release x86 will fail

worked for me