top of page
Search

[88] Flow Check

  • Writer: Conlan Walker
    Conlan Walker
  • Jul 21, 2023
  • 1 min read

Some work was done for XAudio2, but I ran into unexplainable behavior when using MSVC without VS, oh well. Until I convert my build setup to a VS one, I have this to show:

_kit_w32_privmacro.h:

_kit_w32_audioX2.h:

_kit_w32_audioX2.cpp:

fstr.h (a re-implementation of something I made for EZR6502):

fstr.c


Finally, here something I think is somewhat interesting.

With MSVC, I could no longer print to stdout inside WinMain for some reason (but I could inside main), so I made this:

Which could then be used like this:


Without that macro, its implementation would look something like this:


 
 
 

Comments


bottom of page