Does anybody know how to add a version window to a non MFC DLL??
-
hi, I ve got a non MFC DLL that is aleady developped.. However, I d like to add this version window to my DLL. But I dunno how to do it. I did create a ressource file that I have added to my project with the code of the ressource in it. But it doesnt make any difference. I came across a tutorial on the web to do this... but it used the STL, which seems a bit too far fetched to me. I reckon this is not complicated and there is an easy way to do it, but this is always the same: it is easy once u've done it. If somebody could help me out, would me nice cheers. bob
-
hi, I ve got a non MFC DLL that is aleady developped.. However, I d like to add this version window to my DLL. But I dunno how to do it. I did create a ressource file that I have added to my project with the code of the ressource in it. But it doesnt make any difference. I came across a tutorial on the web to do this... but it used the STL, which seems a bit too far fetched to me. I reckon this is not complicated and there is an easy way to do it, but this is always the same: it is easy once u've done it. If somebody could help me out, would me nice cheers. bob
I am not sure what you mean by 'version window' :~ Do you possibly mean you want to add a version RESOURCE so that you can see the file version information when you get properties from Explorer, for example?