Using SDL_image in Visual studio 2010, with error “application was unable to start correctly 0xc000007b”

前端 未结 3 1199
再見小時候
再見小時候 2020-12-10 18:57

I\'m trying to do the SDL tutorial here http://lazyfoo.net/SDL_tutorials/lesson03/windows/msvsnet2010e/index.php

I did everything they asked me to do, everything bui

3条回答
  •  遥遥无期
    2020-12-10 19:57

    Also what helped me - ensure you are using x86 .dll for the x86 application and not x64 dll files for the x86 app and vice versa.

提交回复
热议问题