Using VC++6 API via Visual C++ 2010 Express

Hello,
Have a question for the C++ gurus here..

I have an API written in VC++6 version, can I access it using Visual C++ 2010 Express version and have no limitations?

Thank you,
-Raj.
If you use MFC then you may have a problem as the express editions do not have MFC (or a resource editor)
Hello guestgulkan,
Can you elaborate ur response? I am not sure what MFC means?
Does the API use the MFC (Microsoft Foundation Classes) classes - like CString, CApplication, CWnd, etc.... ??
include <cstring> is used in one place and nothing else..
Topic archived. No new replies allowed.