“winapifamily.h: No such file or directory” when compiling SDL in Code::Blocks

后端 未结 3 2125
抹茶落季
抹茶落季 2020-12-04 15:38

I am following along with the SDL2.0 tutorials by LazyFoo, using Code::Blocks 13.12. I have had no trouble getting SDL2 linked and running in VS2010 but have changed IDE and

3条回答
  •  温柔的废话
    2020-12-04 16:13

    The quick fix. Comment out lines 121 to 132 inclusively in SDL_platform.h The file loads into C::B when the error occurs. Save it and build away!

提交回复
热议问题