Welcome!

Final Burn Neo => FBN Development => Topic started by: ironMike on July 16, 2019, 04:44:32 AM

Title: Editing User interface on Win32
Post by: ironMike on July 16, 2019, 04:44:32 AM
Hello, im new to FBA dev, any one know what tool is used to edit user interface on WIN32 ? i tried visual studio 2015 but it got lot of errors :(
Title: Re: Editing User interface on Win32
Post by: dink on July 16, 2019, 08:13:25 AM
Hi,
I use a combination of resource hacker to test things then just use my editor to make changes to the source (app.rc, resource.h etc in burner/win32).

best regards,
- dink
Title: Re: Editing User interface on Win32
Post by: ironMike on July 16, 2019, 12:31:31 PM
Thanks for your reply :), last question is there a way to debug c++ code using break points ?
Title: Re: Editing User interface on Win32
Post by: dink on July 16, 2019, 07:45:00 PM
Yes, it can be done in gdb - make sure "Misc->Options->Show Debug Console" is unchecked before using gdb, as the console's stdout interfere's with gdb.  I've heard ms visual studio has a nice source level debugger, if you want to go that route.

best regards,
- dink