Ok… here is an odd question for you peoples:
I have installed embedded C++ 4.0 from Microsoft’s website. It came with it’s own SDK. I need to use a different SDK with it. How do I configure the other SDK?
Thanks in advance.
Ok… here is an odd question for you peoples:
I have installed embedded C++ 4.0 from Microsoft’s website. It came with it’s own SDK. I need to use a different SDK with it. How do I configure the other SDK?
Thanks in advance.
I have no idea.
But, I’m guessing that you might want to specify “the other SDK” to get some answers.
Sorry.
Tinker
The “other SDK” would be the H/PC SDK, which I have both downloaded and installed.
Typically an SDK is a group of libraries and header files which you need to include in the relevant C++ files and in your make file. Somewhere in the H/PC SDK there should be instructions and hopefully some example code to get you started.