Waitrud Weber’s blog

things and reminders for memories

sounds: windows-make: bad allocation:

 1  bad allocation for sounds program.    
 

https://github.com/WaitrudWeber/source_zip/blob/master/display-20210513-001.zip

 
   
 

static allocation solves the above well and windows-thread is very speedy.

And we can solve printf messages problem with compilation of winmm.lib.

Before we can print it with the function, today, we use debug console with socket and we can print on the powershell.

Actually, printf is not necessary, today, in this case.

https://github.com/WaitrudWeber/source_zip/blob/master/display-20210513.zip

   
       
       

 

winmm compilation can not use prinf before today 20210513.

 1   attach printf   
winapi winmm.lib  o 5/17
  winmm.lib x  
  winmm.lib o 5/13
main  winmm.lib o 5/17

winmm compilation can not use printf, so, we try to use debug console.

wimm can use printf as windowsapi on console at 20210517.

From main start, the program cannot use printf with winmm.lib compilation at 20210517.