C
chris_doran
/COMMENT has been removed from the linker that comes with VS2005, and
use in source code of:
#pragma comment(exestr, "this is a string")
gives the message:
warning LNK4224: /COMMENT is no longer supported; ignored
and doesn't put the string in the exe file.
Has anyone found a replacement for this feature? I've just wasted time
due to someone compilinq an old version which could have been found
immediately with this facility.
Chris
use in source code of:
#pragma comment(exestr, "this is a string")
gives the message:
warning LNK4224: /COMMENT is no longer supported; ignored
and doesn't put the string in the exe file.
Has anyone found a replacement for this feature? I've just wasted time
due to someone compilinq an old version which could have been found
immediately with this facility.
Chris