Hello Again;
I am finding that almost every Dll I am trying to use uses the "char" type. Not "char * " or "char ** "
Am I missing something, or does Vee not support Dlls using the char type? Is there any way this can be worked around without? In a lot of cases I am wanting to use dll that have been provided, so I don't have the ability to edit them.
This char thing is really hurting me at the moment.
Scott
I am finding that almost every Dll I am trying to use uses the "char" type. Not "char * " or "char ** "
Am I missing something, or does Vee not support Dlls using the char type? Is there any way this can be worked around without? In a lot of cases I am wanting to use dll that have been provided, so I don't have the ability to edit them.
This char thing is really hurting me at the moment.
Scott
I copy Shawn's table below, according to it you should try UInt8 in your header file:
Uli