mgba in an IDE - Printable Version +- mGBA Forums (https://forums.mgba.io) +-- Forum: mGBA (https://forums.mgba.io/forumdisplay.php?fid=1) +--- Forum: Development (https://forums.mgba.io/forumdisplay.php?fid=11) +--- Thread: mgba in an IDE (/showthread.php?tid=4779) |
mgba in an IDE - Interested_One - 06-01-2018 Hi folks, I'm interested in understanding how the mgba works and therefore I want to follow its dynamic behaviour. I woul appreciate to import the mgba in a usual ide like eclipse, netbeans etc ... I'm currently working with linux, but I could easily switch to windows. I already followed this tip but that's not the final solution. The source compiles and immediately exits after start. Greetings, Interested_One RE: mgba in an IDE - endrift - 06-03-2018 You could try Qt Creator, I believe that should work. |