Re: Feedback on string-convert branch
John Emmas <[email protected]> Sat, 14 Jan 2017 11:14:44 +0000
| Newsgroups | gmane.comp.audio.ardour.devel |
|---|---|
| Message-ID | <[email protected]> |
On 13/01/2017 18:50, John Emmas wrote: > > the same #include is needed in 'ardour_rc_configuration.h' (because of > all the CONFIG_VARIABLE stuff) but once those two have been modded, > everything will build, except for gtk2_ardour > > [...] > > I'm guessing there must be some similar issue somewhere within > gtk2_ardour > Hi Tim, that turned out to be true - 'gtk2_ardour/ui_config.h"has a very similar concept called UI_CONFIG_VARIABLE I've pushed a new branch called 'string-convert-msvc-2' (you can ignore the old one from yesterday). Your string_convert stuff is now buildable with MSVC with only minor modifications. Best regards and thanks for all your help, John