Does anyone know how to add full (n.n.n.n) Windows file version information to COM dlls and .Net Assemblies compiled from MATLAB? The resulting dlls do not seem to contain a VersionInfo structure and so utilities like Resource Hacker don't work.
|
1
|
|
|
|
|
|
The -W option to MCC allows specifying a major and minor version, but not the build number.
I'm not sure if this is sufficient to at least put the version resource in place so, to allow editing with some other tool. |
||
|
|
|
Hi I don't know how to do this from Matlab. However, we frequently build MEX files (which are just DLLs) from Visual Studio and VS does provide the means to set versioning info for its productions. This is, of course, no use to you if you don't have VS. Regards Mark |
||||
|
