mpatel1967 0 Newbie Poster

Hi All,

Working on legacy code written in 1993. All written in ANSI-C and using Greenleaf Data Windows for GUIs. I need to gut out the old GUIs and replace with forms, but leave the core code intact (don't really want to rewrite it). We have the code compiled as unmanaged code (stubbing out the old GUI code) in VS 2010 as a static library. We want to be able to access calls in the lib with a VS 2010 Forms C++ project. AND want to be able to call/instatiate/control Forms from the linked in lib, because in the lib is where the logic is as to when to start a FORM and when to populate it.

Is this possible? Any suggestions if it is not other than re-writting all of it.

Thanks,

Minesh