I am using tools which are developed with the c++ and VS2005, so in some cases i should install Microsoft Visual C++ 2005 Redistributable Package (x86)
in my self made examples the files should have already some "Comments" ...
perhaps the comments i mean are not the comments VerQueryValue does mean ?!
for completenes (and perhaps for finding an...
i want to get some informations of a file, but i did not know how i could recieve this ?!
fortunately i found how i could read the file version, what is shown at the end of...
one point why i am using AfxMessageBox is, that i did not know another possibility in this special situation ...
can you give me a more detailed hint what you think...
i used WIN32_FIND_DATA FindFileData; in my code, which has to be replaced by CFileFind FindFileData; !!!
Afer some more changes and with the right use of...