^
^
ลองใช้ตัว virtual c++ runtime ที่เกมส์มันให้มาดูนะครับ
อยู่ที่ Steam\SteamApps\common\total war shogun 2\redist เข้าไปจะเจอโปรแกรมเสริมของมันอยู่
ลองลงจากในนี้แล้วลองเข้าเล่นดูใหม่ครับ
ปล. หากไม่สำเร็จลองเอาข้อความข้างล่างนี้ไปถามคนที่เก่งด้านโปรแกรมดูนะครับ เผื่อจะพอมีทางออก
C Run-Time Error R6030
Visual Studio 2005 Other Versions
Error Message
CRT not initialized
This error occurs if you are using the CRT, but the CRT startup code was not executed. It is possible to get this error if the linker switch /ENTRY is used to override the default starting address, usually mainCRTStartup, wmainCRTStartup for a console EXE, WinMainCRTStartup or wWinMainCRTStartup for a Windows EXE, or _DllMainCRTStartup for a DLL. Unless one of the above functions is called on startup, the C Runtime will not be initialized.
^
ลองใช้ตัว virtual c++ runtime ที่เกมส์มันให้มาดูนะครับ
อยู่ที่ Steam\SteamApps\common\total war shogun 2\redist เข้าไปจะเจอโปรแกรมเสริมของมันอยู่
ลองลงจากในนี้แล้วลองเข้าเล่นดูใหม่ครับ
ปล. หากไม่สำเร็จลองเอาข้อความข้างล่างนี้ไปถามคนที่เก่งด้านโปรแกรมดูนะครับ เผื่อจะพอมีทางออก
C Run-Time Error R6030
Visual Studio 2005 Other Versions
Error Message
CRT not initialized
This error occurs if you are using the CRT, but the CRT startup code was not executed. It is possible to get this error if the linker switch /ENTRY is used to override the default starting address, usually mainCRTStartup, wmainCRTStartup for a console EXE, WinMainCRTStartup or wWinMainCRTStartup for a Windows EXE, or _DllMainCRTStartup for a DLL. Unless one of the above functions is called on startup, the C Runtime will not be initialized.
Comment