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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

VB BOOLEAN ARRAY TO CVF DLL

philbrierley
Beginner
552 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
552 Views
Ignore the previous query !!!!
0 Kudos
Reply