- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I've just obtained a license (the one for 399$) and got my products compiled using MKL 8.1.1
Now, although I statically link to mkl_c.lib, mkl_ia32.lib and libguide40.lib, my software (audio plug-ins, .dlls) still relies on LIBGUIDE40.DLL.
Is there a way to get rid of that dependency?
Or - not being a lawyer nor a native English speaker, thus not getting 100% of what the EULA says - can I ship my products with libguide40.dll?
Thanks,
Urs
I've just obtained a license (the one for 399$) and got my products compiled using MKL 8.1.1
Now, although I statically link to mkl_c.lib, mkl_ia32.lib and libguide40.lib, my software (audio plug-ins, .dlls) still relies on LIBGUIDE40.DLL.
Is there a way to get rid of that dependency?
Or - not being a lawyer nor a native English speaker, thus not getting 100% of what the EULA says - can I ship my products with libguide40.dll?
Thanks,
Urs
Link Copied
7 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
use libguide.lib for static linking.
anyway, you can ship all dll in the bin directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Your full license covers iuncluding the compiler shared libraries required by your application, or, as another reply says, linking them statically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the info!
My problem is, when I link to libguide.lib, I get an annoying linker error about a symbol "__HUGE" not being defined.
As I have several products that might benefit from MKL, I'll now probably go the redistributable way, to save bandwidth and reduce redundancies...
Cheers,
;) Urs
My problem is, when I link to libguide.lib, I get an annoying linker error about a symbol "__HUGE" not being defined.
As I have several products that might benefit from MKL, I'll now probably go the redistributable way, to save bandwidth and reduce redundancies...
Cheers,
;) Urs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
I've got the same problem on using libguide.lib.
Ivan.
I've got the same problem on using libguide.lib.
Ivan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes. It would be great if there was a fix for this!
I just found out that I'm too dumb to put a batch script into my Installer (Inno Setup) that sets a .dll search path to the program files directory.
I'm using Visual C++ 2003 with the optimizing compiler btw. - can't use the 2005 Express edition b/c of missing resource editor.
Cheers,
;) Urs
I just found out that I'm too dumb to put a batch script into my Installer (Inno Setup) that sets a .dll search path to the program files directory.
I'm using Visual C++ 2003 with the optimizing compiler btw. - can't use the 2005 Express edition b/c of missing resource editor.
Cheers,
;) Urs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Urs--
Did you ever figure the __HUGE problem out? I just ran into it myself. A simple test program using MKL routines works fine, but when I try to use MKL in a *real* project, I get the error you describe. Any suggestions would be much appreciated!
Erik
Did you ever figure the __HUGE problem out? I just ran into it myself. A simple test program using MKL routines works fine, but when I try to use MKL in a *real* project, I get the error you describe. Any suggestions would be much appreciated!
Erik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I had the same problem with libguide.lib and __HUGE.
Using an older version of libguide.lib (the version that ships with MKL 8.0) with the current version (8.1.1) of MKL, has solved the problem without any apparent drawbacks up to now.
Trifon

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