Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~93 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for komofilms

Hello guys! Im new in C++ programing, and I want to get and put same data in my COM. I dont have problems with basic data types. My IDL: [propget, id(FW_DISPID_OFFSET), helpstring("property Offset")] HRESULT Offset([out, retval] short *pVal); [propput, id(FW_DISPID_OFFSET), helpstring("property Offset")] HRESULT Offset([in] short newVal); My Cpp: STDMETHODIMP CYslider::get_Offset(short …

Member Avatar for Ancient Dragon
0
93