It's my first time writing a extension for IDA, and I am get a linker error that I do not know how to resolve.
1>LINK : error LNK2001: unresolved external symbol PLUGIN
I am writing a loader, and am using MS Visual C++ 2008 Express Edition. I configured it according to the settings in the readme of the SDK.
I am guessing that there is some sort of linker dependency that I am missing, but I can't figure out what. Does anyone know how to resolve the above error?
Thanks.





