Try catch not working, Exception thrown at 0x00476F1E in game1.exe: 0xC0000005: Access violation reading location 0x00000004

前端 未结 0 1180
生来不讨喜
生来不讨喜 2021-01-14 15:24

Code:

try {
    SDL_SetColorKey(surfaces[folderCnt][surfacesCnt], SDL_TRUE, SDL_MapRGB(surfaces[folderCnt][surfacesCnt]->format, 255, 0, 255));
}
catch (in         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题