EmperorArthur / VBA-M

The VBA-M project at http://vba-m.com/ is rarely updated. This is a version that will run without requiring old, unsupported libraries. Please treat it as a testing branch before (some) of the changes filter into the main code base.
Other
8 stars 2 forks source link

Just a small fix for the dsound interface to work on the wxmsw side #13

Closed ZachBacon closed 6 years ago

ZachBacon commented 9 years ago

Next up hopefully will be xaudio but it may not be fixable until the mingw-w64 crew properly supports it. Figured I'd do my own fixes and merge them with yours until I'm able to fully test things out and merge them completely into svn.

ZachBacon commented 9 years ago

so from https://github.com/DoctorWho11/VBA-M/commit/59ae16caf856b7f2467a018ce15e7c7ee4b88def and any subsequent commits will most likely break the gtk interface, essentially it's dropping gtkglextmm and only supports cairo, only because I'm in the process of upgrading to gtk3. Once I get the basic toolkit upgrade I'll be investigating gtkglarea which is by default included with gtk 3.16, systems with older gtk will just be defaulted to cairo rendering.

EmperorArthur commented 9 years ago

Unfortunately, vbam does not compile after 4d01b12 Worse, gvbam does not compile after 59ae16c at all. Even after I install "libgtkmm-3.0-dev"

The issues with the installer were a good catch, and I've manually merged the earlier commits.

So, what's with ripping opengl out of gvbam? Does it just not work on Windows?

ZachBacon commented 9 years ago

It's more or less a work in progress. slowly migrating the sdl interface and gtk interface to gtk3 gtkglextmm isn't available under gtk3 and to be honest should be removed in favour of gtkglarea.