- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Most C++ clients will likely just get a pointer to the dataset memory and do a write. WriteData is designed for scripting clients (e.g. JavaScript) who don't have direct memory access, but of course anything you can in script you can do in C++ (just more verbosely).
I've attached a C++ program that uses WriteData.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Would there be array visualizer example programs (C/C++) available that are more than what shipped with version 8.0?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, not really, though I think thereweresome additions for the 8.1 kit. Samples in Samples/C directory use just the avcrt library. While samples under Samples/ATL use the ATL library and the AV object model. Samples/ATL also includes a sampel File Loader plug-in.
It would be great to have more sample programs, but it's hard to find the time to work on them. Is there a particular feature or technique you are curious about?
It's not exactly C++, but take a look at the JavaScript samples. Most JavaScript sample should translate to a C++ program in a fairly straight-forward way. One thing I like about JavaScript, is that all the COM boilerplate code you need for C++ doesn't get in the way of what you are trying to illustrate.
John
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page