- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
We would like to use DFTofMKL in user mode driver program which is built using windows driver kit.Upon building we get following linker errors:
error LNK2019: unresolved external symbol _DftiFreeDescriptor@4 referenced in function
error LNK2019: unresolved external symbol _DftiCommitDescriptor@4 referenced in function
But, we could successfully built DFT samples in visual studio (without using our driver code).
Is there any compitability issue involved in linking DFT library with WDK program (i.e. Intel Compiler vs WDK compiler)?
Or is there any setting/configuration, which needs to be performed while building it using WDK?
Kindly suggest any alternative also if possible.
Thanks
Navin
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Navin,
Intel IPP library should be better alternative for user mode driver.
Linker complaints because stdcall convention is not supported by MKL DFTI.
Thanks
Dima
Intel IPP library should be better alternative for user mode driver.
Linker complaints because stdcall convention is not supported by MKL DFTI.
Thanks
Dima
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