หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
compiler limit: string exceeds 'length' bytes in length
Remarks
A string constant exceeded the current limit on the length of strings.
You might want to split the static string into two (or more) variables and use strcpy_s to join the result as part of the declaration or during run time.