hello,i am a newly user of vtune. i am learning to develop a game on dx9.it's IDE is VC6.0. I encoun some performan issues. I use the vtune 2013 update 15 to do frame analysis on my application. After adding the ittnotify.h and libittnotify.lib to my application, i got two link errors :
libittnotify.lib error LNK2001: unresolved external symbol ___security_cookie
libittnotify.lib error LNK2001: unresolved external symbol @__security_check_cookie@
some document on the internet tell me to add the bufferoverflowU.lib to my application. After adding bufferoverflowU.lib to my application , i got another Link error :
debug information corrupt .
some document on the internet tell me that this problem is caused by the compatibility of compiler. VC6.0 is too old to use the .dll that build with newly compilers that support security_cookie or /Gs option.
I consider that the reason why i encounter these problem is that the libittnotify.lib and libittnotify.dll is build with security_chech but VC6.0 doesn't support it .
then i tried to immigrate my application to VS2010,after fix lots of syntax errorsyntax , I got many obscure runtime exceptions. I find it is too difficult to fix all the exceptions in limited time .But I still want to tune it with Vtune .
i hopes that vtune develop team can release a libittnotify.lib and libittnotify.dll that is compatible to VC6.0.
thanks a lot !
I am waiting for your reply!