logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
masterdata  
#1 Posted : Thursday, April 29, 2010 10:53:59 AM(UTC)
masterdata

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.
vienna  
#2 Posted : Thursday, April 29, 2010 11:20:09 AM(UTC)
vienna

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..

masterdata  
#3 Posted : Thursday, April 29, 2010 3:32:57 PM(UTC)
masterdata

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.
wabbit  
#4 Posted : Thursday, April 29, 2010 5:17:26 PM(UTC)
wabbit

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]

masterdata  
#5 Posted : Thursday, April 29, 2010 7:36:34 PM(UTC)
masterdata

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.