高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】stlport With Multibyte
stlport with multibyte
stlport with multibyte
hi?
i have tried to compile the odreadexdll example with the stlport bookstore using a character set multibyte. with the result of errors of compilation?
quote:
1>d:\aplic\b14_sg\lib\cpp\directdwg\include\odmemo ry.h(109) : error c2143: error de sintaxis : falta ';' delante de '*'
1> d:\aplic\b14_sg\lib\cpp\directdwg\include\odmemory .h(121) : vea la referencia a la creaci髇 de instancias de plantilla de clase 'odallocator<t>' que se est?compilando
1>d:\aplic\b14_sg\lib\cpp\directdwg\include\odmemo ry.h(110) : error c4430: falta el especificador de tipo; se presupone int. nota: c++ no admite default-int
exists some solution to this problem?
sorry for my english
calvet
it looks like stlport stumbles upon _charalloc definition.
try to define _farq symbol, e.g. like this:
#define _farq
vladimir
|