- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can this function be imported in c#?
Do you have a simple example in C#?.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, please find attached simple example:
mkl_set_interface_layer.zip
More examples you can find here.
To run:
Thanks,
Vladimir
mkl_set_interface_layer.zip
More examples you can find here.
To run:
nmake ia32 MKLREDIST=
Microsoft Program Maintenance Utility Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
Add path of the MKL redistributable to the path environment variable
set path=%MKLREDIST%\ia32\mkl;%MKLREDIST%\ia32\compiler;%path%
Build and run examples
nmake /a service.exe
Microsoft Program Maintenance Utility Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
Compile service.cs
csc /platform:x86 .\service.cs
Microsoft Visual C# 2008 Compiler version 3.5.30729.4926
for Microsoft .NET Framework version 3.5
Copyright (C) Microsoft Corporation. All rights reserved.
Run service example
service.exe
MKL test_service example
TEST PASSED
TEST PASSED
Thanks,
Vladimir
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