[88] Flow Check
- 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:

![[158] Most Important Brick in the Least Important Wall](https://static.wixstatic.com/media/df100d_f70be6ae4318455fbbc605cd1069c6ee~mv2.jpg/v1/fill/w_980,h_410,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/df100d_f70be6ae4318455fbbc605cd1069c6ee~mv2.jpg)
![[157] Mail Order Sacrifice](https://static.wixstatic.com/media/df100d_e284fa6c51b04524bab9d3cf9f1f6441~mv2.png/v1/fill/w_980,h_382,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/df100d_e284fa6c51b04524bab9d3cf9f1f6441~mv2.png)
![[156] Moat of Babble](https://static.wixstatic.com/media/df100d_091e451794b14aecb494a16c15c966c3~mv2.png/v1/fill/w_980,h_705,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/df100d_091e451794b14aecb494a16c15c966c3~mv2.png)
Comments