PDA

View Full Version : Example of Plugin that compiles with Visual Studio 6 or later?


duhru
March 5th, 2005, 20:45
Does anyone have an example of a plugin that compiles with Visual Studio 6 or later?

I can't get the examples in plug110.zip to compile with VS6 or later. I get errors such as this:
Bookmark.obj : error LNK2019: unresolved external symbol _Pluginreadintfromini referenced in function __ODBG_Plugininit
Perhaps that means I need to turn off name mangling, but I can't find the option in VS.

Thanks in advance.

duhru
March 9th, 2005, 11:09
Using the "Modified PDK from Alex Clarke" fixed my issues with Visual Studio 6:
http://home.t-online.de/home/Ollydbg/sdkupdat.zip ("http://home.t-online.de/home/Ollydbg/sdkupdat.zip")