- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I created custom MKL dll for Windows and Mac, I need to give it a version , I guess it's something that should be done when building the dll i.e. by the builder tool. do you have any idea how I can do it ?
Thanks
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Include mkl_get_version function in your custom dll?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for the reply , I didn't mean the version of the MKL , but a version for the dll, for example now I create the custom dll from MKL version X , I want to give the dll version 1.0.1 on the next MKL version I'll rebuild the dll and want to give it a different version e.g. 1.0.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Edit mkl_version.h and change the version definition to whichever string you like + what I mentioned above?
Worth a try. Or write your own header-level mkl_get_custom_version...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Eran,
Do you mean the name of the license? you can rename it with version information. for example, my_mkl.dll.1.0.1.
As i recalled, we removed the version information of dll in order to avoid the dll hell. Anyway, if you'd like you can add the version information in the name of dll.
Best Regards,
Ying
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page