Hi, everyone. I am a new hand here.
I want to know whether it is possible to report the streaming data (coordinates of each marker and position of trackables) into a MFC user interface? All the examples are console example.
Thanks.
MFC example
-
- Posts: 10
- Joined: Tue May 07, 2013 8:00 am
Re: MFC example
Ok, Now that replies. I would ask another question: is "SampleClient3D" an example of MFC? Thanks.
-
- NaturalPoint Employee
- Posts: 199
- Joined: Tue Jun 24, 2008 2:01 pm
- Location: Corvallis, OR, USA
- Contact:
Re: MFC example
SampleClient3D is a Win32 example. You can use this as a basis for your MFC Application - the process is the same.
The NatNet SDK also contains WinForms sample, which is a .NET / Windows forms application.
hope this helps,
Morgan
The NatNet SDK also contains WinForms sample, which is a .NET / Windows forms application.
hope this helps,
Morgan
-
- Posts: 10
- Joined: Tue May 07, 2013 8:00 am
Re: MFC example
[quote=NaturalPoint - Morgan]SampleClient3D is a Win32 example. You can use this as a basis for your MFC Application - the process is the same.
The NatNet SDK also contains WinForms sample, which is a .NET / Windows forms application.
hope this helps,
Morgan
[/quote]
Could you give me a hint on how to move the DataHandler function to MFC? Thanks.
I have the following error every time:
error C3867: 'CMFCDisplayView::MessageHandler': function call missing argument list; use '&CMFCDisplayView::MessageHandler' to create a pointer to member
The NatNet SDK also contains WinForms sample, which is a .NET / Windows forms application.
hope this helps,
Morgan
[/quote]
Could you give me a hint on how to move the DataHandler function to MFC? Thanks.
I have the following error every time:
error C3867: 'CMFCDisplayView::MessageHandler': function call missing argument list; use '&CMFCDisplayView::MessageHandler' to create a pointer to member