高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】ctb and citrix metaframe
ctb and citrix metaframe
ctb and citrix metaframe
hi,
have you encountered any problem with applying ctb files and citrix metaframe? i'm using 1.14.02.
tia
regards,
micha? ?liwka
hi,
i got big list of topics about ctb in forum by search. what is your question about?
hi,
our application uses ctb files and it works fine on local computers and also running on lan. on citrix metaframe our program seems to not use ctb at all. so my question is: is there any issue related to ctb using and citrix metaframe?
regards,
micha? ?liwka
i dont remember any questions about citrix metaframe. is it possible that toolkit simply cannot find path to ctb files ?
maybe it's the case. but the application itself does find the file. maybe the library don't see file which is not on local machine but somewhere in server farm.
try breakpoint at
codamfcappapp::findfile
if ( ext == dd_t(".stb") || ext == dd_t(".ctb"))
return findconfigfile( dd_t("printerstylesheetdir"), file, pss );
also check output of getplotstylesheetlist and i remember that was bug in
void codamfcappapp::initplotstylesheetenv()
{
cstring env(_t("ddplotstylepaths="));
odstring stylesheetfiles = findconfigpath( dd_t("printerstylesheetdir") );
_tputenv( env + cstring((lpctstr)stylesheetfiles.c_str()) + _t(";c:\\") );
}
+ _t(";c:\\") ); or + _t(";") ); should be added.
|