I suspect that I will shortly have a need to write an "integration" library that will need to call an OLE object on Windows from Java.
I have done Java to C/C++ integration on windows before (using C/C++ and JNI) - so I'm not new to that part of the equation.
However; I'd like to try out writing a C/C++ wrapper around an OLE object to give that part of the project a test-spin.
So, some questions:
Can I do OLE with VS C++ Express Edition. I believe the answer is, "Yes, but you don't have MFC, so you can't call the Microsoft OLE Objects (e.g. Excel, Word, etc.)"
If my presumption about #1 is correct, I need a "test" application that provides an OLE object that I can call - what are suggestions for something that would be good practice?