- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I downloaded the MKL 9.0 evaluation versionyesterday and Icreate a new Visual Studio 2005 project toincludethe example file s_Poisson_3D_c.c and ia32libmkl_c_dll.lib. It can be correctly compiled and linked but when it's run it breaks at the s_init_Helmholtz_3D function with a dialog "Unhandled exception at 0x00000000 in testForPoisson.exe: 0xC0000005: Access violation reading location 0x00000000."
I don't know what is wrong withit since there is nothing I wrote in the code.
Later when I try other examples in examplespdepoissonc, I find the problem exists for all the examples.
My platform is Microsoft Windows XP Professional Version 2002 Service Pack 2
My CPUis Pentium 4 CPU 3.00 GHz Physical Address Extension
My Visual Studio version is 8.0.50727
Thank you for your help!
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello,
Can you try to link with the static libraries: mkl_c.lib libguide.lib . It can work for me here. I also can findthe problem when I use dynamic library mkl_c_dll.lib.I willfurther investigate it...
Thanks,
Chao