Menu

#13 Problem with Arrays

open
nobody
None
5
2006-12-06
2006-12-06
Anonymous
No

Everytime an VB-Function has an Array as parameter, the translation to c for start the c-compiling failed.

The 'translator' trys to convert somting like:

Sub XYZ(ByRef ABC() as Long)

End Sub

to:

extern void XYZ(void* ABC,int ();

which failes to compile

Discussion


Log in to post a comment.