Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Dll calling error

bonziwells
Beginner
677 Views
When I used Visual basic.net 2003 to call a VF dll, I got a error message
'System.NullReferenceException' ocurred in system.windows.forms.dll
Additional information:Object reference not set to an instance of an object.
Could any expert tell me the reason?
0 Kudos
4 Replies
Steven_L_Intel1
Employee
677 Views
There can be many reasons, but let me suggest you try this. Right click on your Fortran project, select Properties. Click on Fortran, Libraries and change Runtime Library to "Multithread DLL" - or, actually, anything except "Debug Multithreaded".
0 Kudos
Steven_L_Intel1
Employee
677 Views
There can be many reasons, but let me suggest you try this. Right click on your Fortran project, select Properties. Click on Fortran, Libraries and change Runtime Library to "Multithread DLL" - or, actually, anything except "Debug Multithreaded". Then rebuild your DLL.
0 Kudos
bonziwells
Beginner
677 Views
error still comes up, even i use the sample code in HP website
0 Kudos
Steven_L_Intel1
Employee
677 Views
Send a ZIP of your project to Intel support (http://premier.intel.com/) and we'll take a look.
0 Kudos
Reply