How to get information like copyright, product name, product version on a DLL generated using bmake

Product: Microstation Connect Edition Update 15 and SDK

I have generated a native MDL Application(containing .ma and DLL) build on c++ using the MicroStation SDK's bmake tool. When I look at the details tab on the property page of the DLL, the information like product name, product version, file version, Copyright, etc fields are empty. How to get this information on the DLL?

I came across the generateAssemblyInfocpp.mki file from the mki folder. I was able to generate a file assemblyinfo.cpp using the mki file, this assemblyinfo.cpp file generated contains all the information which I need on the DLL's property page. If this is the process, then how to use the generated assemblyinfo.cpp to get the required?

Parents Reply Children
No Data