Hi,
I have to create a dll, and so I add EXPORT_C macro in front of each exported function implementation. I want to export a struct, too, but if I use EXPORT_C in front of the struct declaration...
Type: Posts; User: zapotek; Keyword(s):
Hi,
I have to create a dll, and so I add EXPORT_C macro in front of each exported function implementation. I want to export a struct, too, but if I use EXPORT_C in front of the struct declaration...
I want to create a library with some function I wrote in a project (with CodeWarrior).
How can I do it?
Thank you
Thank you to everybody, but it doesn't work.
I post my code:
struct dataContact
{...}
RArray<dataContact> array;
...
dataContact contact = getDataContact(id); //this line works...
Hi,
I have to create a no-fixed-length array of structs. What can I use to do it?
Thank you so much!
zapotek
I've installed on my pc:
CodeWarrior for Symbian 3.1
S60 SDK 2nd Edtion
Active Perl 5.8.8
Before today was everything ok!
I have uninstalled and then installed again the same SDK and now, when...