I have inherited a project that was built using LabWindows. As far as I know, this project uses nothing specific to National Instruments. It's just that the developer was familiar with LabWindows, so he used it to build the app. (The "If all you have is a hammer, everything looks like a nail" syndrome).
I successfully ran the LabWindows conversion wizard to turn it into a Visual Studio 2010 project. Then, I migrated that project to Visual Studio 2015 and all seems to work.
My question is this: When my evaluation period with the NI software expires, will I still be able to do development work on the app? (In other words, does a converted project still rely on libraries/headers/etc. from NI?)
Follow-up: What's the safest way to divorce a project completely from the NI environment?
Thanks.