Author Topic: Editing User interface on Win32  (Read 3051 times)

Offline ironMike

  • New Member
  • *
  • Posts: 5
  • Karma: +0/-0
Editing User interface on Win32
« 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 :(

Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: Editing User interface on Win32
« Reply #1 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

Offline ironMike

  • New Member
  • *
  • Posts: 5
  • Karma: +0/-0
Re: Editing User interface on Win32
« Reply #2 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 ?

Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: Editing User interface on Win32
« Reply #3 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