Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Guys,
I'm converting an old C++ project to ObjectARX 2013 & then on later to 2016 from 2004. (i'm assuming Visual Teefy might help me out in 2013).
This bit of code has got me stuck:
#define START_STR(rb,str) rb = ads_newrb(RTSTR);rb->resval.rstring = cpCopystr(str)
START_STR(rbMake, _COPY);
I'm getting this error:
Error 5 error C2440: '=' : cannot convert from 'char *' to 'ACHAR *'
I'm assuming it's because of the UNICODE changes.
Can anyone help me out on this please?
Dave
Solved! Go to Solution.