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.

VB BOOLEAN ARRAY TO CVF DLL

philbrierley
Beginner
495 Views
Hi,
I am trying to pass a boolean array, among other things,from vb to a cvf dll.
Ifthe (fist element of)boolean array is at the end of the parameter list then VB will notrun as it basically says the arguments don't match.If I pass it as the first argument then it runs but the arrays are not received correctly.
Is there a second parameter that needs to be passed with boolean arrays?
(similar to fixed length strings where the length of the string needs to be passed)
In cfv I am receiving the boolean as a logical (kind=2).
Any pointers would be appreciated.
0 Kudos
1 Reply
philbrierley
Beginner
495 Views
Ignore the previous query !!!!
0 Kudos
Reply