Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/26/2005(UTC) Posts: 49 Location: Big Bear Lake, CA
|
I trying to send as many values as possible (mostly arrays) to the .dll. I seem to be hitting a maximum number of 9. In this case, it is 1 MSXString and 8 MSXDataArrays. Have I reached the maximum?
Thank you.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 12/14/2009(UTC) Posts: 140 Location: Austria
|
as i remember 9 parameters is the maximum..
but i thought this means 9 arrays, 9 strings, 9 numerics etc.. but maybe i am wrong..
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/26/2005(UTC) Posts: 49 Location: Big Bear Lake, CA
|
Hi Vienna,
Is there some way you can confirm that one way or the other?
I am trying to confirm that either I am doing something wrong and should keep on trying different approaches
OR
I am as far as I can go because of a built in MetaStock limit.
I appreciate your help.
Thank you.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
"The answer has been with you all along, Dorothy" Read the header files: Code:
// --------------------------------------------------------------------------
// Maximum number of aguments
// --------------------------------------------------------------------------
const int MSX_MAXARGS = 9;
Or test it... wabbit [:D]
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/26/2005(UTC) Posts: 49 Location: Big Bear Lake, CA
|
The obvious has never been my forte.
Thank you.
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.