J
José Joye
I have created a VC project (which will create a DLL). It is using managed
extension.
It also has a ConfigData.cpp. In that file I have the following:
[assembly:AssemblyVersionAttribute("1.0.1.*")];
However, it does not write any version info in the DLL itself. Do I have to
play with ressource files. If yes, I do not understand the usage of
ConfigData.cpp
Thanks,
José
extension.
It also has a ConfigData.cpp. In that file I have the following:
[assembly:AssemblyVersionAttribute("1.0.1.*")];
However, it does not write any version info in the DLL itself. Do I have to
play with ressource files. If yes, I do not understand the usage of
ConfigData.cpp
Thanks,
José