|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST
There are two places in this sentence, one is
BEGIN
"CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST ""res\\\\WTLClock2.exe.manifest""\r\n"
"\0"
END
Another place is:
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "res\\WTLClock2.exe.manifest"
I just comment out the second sentence,
But I don’t really understand
I just know that this can be done
And my own new project will not have this problem, I use WTL8+Vista, this problem will occur when using someone else’s Sample Code |
|