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.

Questions about passing arrays.

Robert_S_6
Beginner
329 Views
I am working on a fortran dll where i want to pass a string array from an aspx page written in vb.net to my dll. Passing the string array to the dll from MS Access works perfectly, but when i call the dll from the aspx page, I get a NullReferenceException error.
I know that
1. The dll gets control
2. I have a subroutine that converts the string array from a SafeArray to usable string data for manipulations in the dll, which works from MS Access.
3. It is in this routine where the dll "crashes"
It seems to me that the data is passed differently from aspx than it is from MS Access. Does anyone know what the difference would be? I would like to use my dll from both Access and aspx.
Bob
0 Kudos
0 Replies
Reply