On Jul 19, 2006, at 10:25 AM, rohit dhamija wrote:

Hi,

Can you please explain / give a simple program showing how to handle
structure.Below is the structure

FeatureInfo{
int ftrid;
char nameoffeature[10];
}
I have "FeatureInfo" structure in my plugin and need to access its member
variables through my REALbasic application.

I have a function called GetFtrInfo() through which I am able to get the structure from the REALbasic plugin I developed. But I am not able to access
the variables of this structure.

Please suggest or send a sample code for the same.

What have you tried and what does you code look like ?
Do you return a structure from your plugin, or a pointer to one ?


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to