Dolphin, the GameCube and Wii emulator - Forums
Possible to compile using Borland C++ BuilderX? - 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: Possible to compile using Borland C++ BuilderX? (/Thread-possible-to-compile-using-borland-c-builderx)



Possible to compile using Borland C++ BuilderX? - AllenSword - 05-17-2009

Is it possible to compile Dolphin source code using the Borland C++ BuilderX compiler? (Not to sound stupid, just now learning C++)


RE: Possible to compile using Borland C++ BuilderX? - LuisR14 - 05-17-2009

yes, you can do that (but there might be some differences of include paths and files), why not just go with Visual Studio? Smile


RE: Possible to compile using Borland C++ BuilderX? - LPFaint99 - 05-18-2009

I haven't tried to compile using the Borland compiler, but I doubt it will work as there are many msvc specific things that are used. If you are looking for a free compiler, download VC++ Express 2008 free from Microsoft