01-16-2018 01:26 AM
Hello,
I'd like to build 64bit .exe of labwindows cvi2012 program in visual studio 2012.
Localization lib (msvc64\localui.lib) is crashing on a free error while localizing the panels.
This error doesnt appened in the 32bit compilation of the software.
I'd like to add sources (like i did for inifile and toolbox) but i dont find any .c for localui.
Is there a way to download localui sources ?
Best regards,
G. Lacroix
01-17-2018 08:15 AM
You cannot build a CVI user interface from Visual Studio. You can configure CVI to use the MSVC compiler if that's your end goal:
Using an External Compiler with LabWindows/CVI
01-17-2018 08:20 AM
Hello,
Thanks for your answer.
I just used Labwindows to Visual Studio converter to convert my Labwindows project to MSVC project.
Everything is running properly. I just have a free error in Localization lib (Function LocalizeMenubar with not a single menu bar in UIR. seems to be linked to Tab control) executing in visual studio and not launching the exe.
The crash doesnt occure if i launch the .exe.
Best regards,
G. Lacroix