- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to call peek/poke type of function written in C++ from Altera provided JAM Staple Byte Code player C code. In doing so I need to start including stdafx.h and other header files in the C code. But Visual studio errors out in doing so. I need to call these customized get/put functions written in C++ from C code. I am not sure what is the best way to handle this.
Your suggestions will be very helpful to me.Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not much info to go on, but if you don't already know, try looking up info on:
extern "C" {
// code and/or header info here
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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