LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

localui building in visual studio

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

0 Kudos
Message 1 of 3
(2,492 Views)

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

https://www.linkedin.com/in/trentweaver
0 Kudos
Message 2 of 3
(2,450 Views)

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

0 Kudos
Message 3 of 3
(2,448 Views)