高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】need for exhostappservices
need for exhostappservices?
need for exhostappservices?
hi,
do i really need to implement exhostappservices class, if i just want to open and save the drawing to a different format? i do not wish to implement any progress bar. since i do not want any text font parameters to change, do i really want to implement "tffilenamebydescriptor" function in exhostappservices.
thanking you
devinder verman
exhostappservices is a sample implementation of oddbhostappservices interface. in general you can use it if it is suitable for you. else you can derive your own services class from oddbhostappservices or exhostappservices.
exhostappservices has ttffilenamebydescriptor() implemented for msvc/win32/not windowsce.
sergey slezkin
|