Hey guys,
I'm trying to build my first Unicode compatible extension and was wondering if someone can help me
(hinting at Francois, Anders, Yves, and anyone else who can help )
Is it possible for someone to provide sample source code on how to:
1. Create a property using EDIF (Visual C++ source code would be great)
2. Determine if the user is using the Unicode version, (Visual C++ code)
3. Do I need to handle the data differently if it is the unicode version (Visual C++), i.e. different variables types? (char* for non unicode, wchar_t* for unicode??)
4. Is ho->hoAdRunHeader->rhApp->bUnicode the correct statement in Objective C to use to check for unicode?
5. Read in the property in both Visual C++ and Objective C
Sorry if the list is extensive
Kind Regards
Tim