目錄表

error LNK2001: unresolved external symbol __GSHandlerCheck

Problem

使用VS2008搭配DDK6000編譯連結程式產生以下錯誤:

test.obj : error LNK2019: unresolved external symbol __security_cookie referenced in function test
test.obj : error LNK2019: unresolved external symbol __security_check_cookie referenced in function test

How to resolve?

Linker>Input>Additional Dependencies加入BufferOverflowK.lib

Notes

根據此內容,嘗試過將Linker>Input>Ignore All Default Libraries設為NO,但編譯出來的sys檔無法使用。需要再釐清原因。