Message 1 of 8
VC8 - ObjectARX 7 - ACHAR *

Not applicable
05-23-2006
03:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to move my ARX application from VC7 and AutoCAD2006 to VC8 and
AutoCAD2007
In this line (an similar ones):
ads_printf( "< %d,%d >\n",n[0],n[1] );
I get this error message
error C2664: 'acutPrintf' : cannot convert parameter 1 from 'const char
[11]' to 'const ACHAR *'
I know that VC8 and ARX2007 use unicode strings, but how can I fix this
problem without changing my code?
thanks
AutoCAD2007
In this line (an similar ones):
ads_printf( "< %d,%d >\n",n[0],n[1] );
I get this error message
error C2664: 'acutPrintf' : cannot convert parameter 1 from 'const char
[11]' to 'const ACHAR *'
I know that VC8 and ARX2007 use unicode strings, but how can I fix this
problem without changing my code?
thanks