05-09-2010, 12:35 PM
it doesn't work,but he said I should start a thread in qm,that would be ok,but...
I can't handle his interface like this:
typedef struct tag_EXPORT_INFO_111
{
int flag ;//flag
float total;
......
and use it with this:
EXPORT_INFO_111 my_list[3];
---------------------------------------------------
how to find a way to handle "float"? and "[3]"?
thanks a lot!
I can't handle his interface like this:
typedef struct tag_EXPORT_INFO_111
{
int flag ;//flag
float total;
......
and use it with this:
EXPORT_INFO_111 my_list[3];
---------------------------------------------------
how to find a way to handle "float"? and "[3]"?
thanks a lot!