高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】documentation for c== library windowhwnd
documentation for c++ library / windowhwnd
documentation for c++ library / windowhwnd
hello,
is there some documentation somewhere for the library that we have overlooked. so far we've only found the chm installed in the root of the non-libs zipfile, which doesn't contain anything more than the header declarations.
specifically, we want to render to a dc without necessarily worrying about the window handle. in the examples, we have found..
pproperties->putat("windowhwnd", odrxvariantvalue((long)m_hwnd));
..but searching the "help" for windowhwnd reveals nothing. is there an equivalent property to just specify the device context?
thanks.
found the windowhwnd stuff in one of the other example problems, which explains why that's not in the documentation.
this all seems a lot more fraught that with the c library!
|