I have the following line in my header.
/** array of connections to use when executing requests */ TestConnection m_connection[MAX_TEST_CONNECTIONS];
It is getting defined like this under Contents:
MAX_TEST_CONNECTIONS attribute public array of connections to use when executing requests
attribute MAX_TEST_CONNECTIONS ? ^ < > array of connections to use when executing requests
Source: r:\TestApps\Test\TestFile.h:69
Code: public TestConnection m_connection [ MAX_TEST_CONNECTIONS ]
Am I commenting it incorrectly?
Thanks, Scott
Hi Scott:
I finally managed to figure out how to use this stuff. Do you still need help with this?
Sorry for taking so long to get back to you.
Cheers,
Joe
Log in to post a comment.
I have the following line in my header.
/** array of connections to use when executing requests */
TestConnection m_connection[MAX_TEST_CONNECTIONS];
It is getting defined like this under Contents:
MAX_TEST_CONNECTIONS attribute public array of connections to use when executing requests
attribute MAX_TEST_CONNECTIONS ? ^ < >
array of connections to use when executing requests
Source:
r:\TestApps\Test\TestFile.h:69
Code:
public TestConnection m_connection [ MAX_TEST_CONNECTIONS ]
Am I commenting it incorrectly?
Thanks,
Scott
Hi Scott:
I finally managed to figure out how to use this stuff. Do you still need help with this?
Sorry for taking so long to get back to you.
Cheers,
Joe