Debug project issue with CVI2013
Hello NI, the following scenario could be improved, I think :smileywink: If I press the 'Debug Project' button (green triangle), compilation may start. Since this can take quite some time one may be...
View ArticleCVI 2013 clang.exe crashes at wrong "extern dllexport"
Another issue... #include <utility.h> extern DLLEXPORT int crashme; int __stdcall WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow) { if (InitCVIRTE...
View ArticleThe save icon does not dim after saving a file
The LabWindows™/CVI™ 2013 Known Issues list claims that bug ID 357213 has been resolved in CVI2013. This seems not always to be the case... Assume an unsaved file in the IDE. Then there are two disk...
View ArticleWith CVI2013 breakpoints work differently
In the past, I used to insert lines 'doing nothing' but allowing me to set a breakpoint. Now, with CVI2013, the following does not work anymore: if ( expression ){// something }else{; <- putting...
View ArticleDereference of object
I'm getting a fatal run-time error when I debug a program in CVI 2013 that worked fine in CVI 2012. I get this message: Dereference of a 4 byte object where only 2 bytes exist. This happens when...
View Articlewrite to spreadsheet file.vi format problem
Hi, I have a probelm in using "write to spreadsheet file.vi. I have data like 0.0001, -7.67275 in 2D array. I want to save same in a spreadsheet. But nomatter I do, they are saved as 0, -8. I try to...
View Articlecvi 2013 (default install) random build failed / succeeded
Hello. After upgrading fron CVI 2012 to 2013 (default install), my projects sometimes fail to build without errors, sometimes they succeed. This happens without changing anything in the project, just...
View ArticleWhy do I get a CVI J-I-T debugger everytime I open Snagit?
Have CVI 2012 running on a new Windows XP machine. Just loaded Snagit. Everytime I try to run Snagit a CVI J-I-T debugger opens up and when I try to kill the debugger I kill Snagit. Not good.
View ArticleCVI 2013 generate invalid code
Hi,CVI 2013 generate invalid code for function pointer.For example, this code works fine in CVI 2012, but not in CVI 2013. Any idea?#include <windows.h> #include <stdio.h> struct...
View ArticleVariable view does not show NULL
Hello, after freeing dynamic memory I set the freed pointer to NULL. CVI does not seem to honor this action, see the figure below. (I thought it did so before CVI 2013 but this impression may me due to...
View ArticleSaving a file marks it for re-compilation
Hello, the following scenario: In CVI2013, open a project, edit the source code, build and run the project, and then quit the executable such that you're back in the IDE. Click the green triangle again...
View Articlecvi 2013 does not create exe
Hi all! While CVI 2013 works fine on my desktop machine, on my laptop computer it does not compile nor build any exe file. When I use Build>>Rebuild it just tells me"Failed to copy...
View Articletwo panels both calling same third panel
Hi there, I'm designing a new application. I have two main panels, each displays on a unique PC monitor. I have a third panel that displays detailed data common to both of the first two panels. This...
View ArticleExcel Range String
Hi all! I'm wondering that there is really no function that returns me an Excel Range String (something like "A1:CX85") from some numerical indexes (like MakeRangeString(1,1,102,85)). Or is there an...
View ArticleBinary variable view does not work for long long int
According to this document CVI 2013 supports long long int. While clang probably does, the variable view does not always support it... If you want to look at the value of a long long int variable and...
View ArticleCVI 2013: macros yield warning: will never be executed
I did not do a systematic study and thus other macros may show the same behavior: assert, for example, gives the compiler warning that it will be never executed the same is true for DefineThreadSafeVar
View ArticleUsing PCI-6025E with CVI2010
I have been bring older legacy CVI Programs to windows 7 and have gotten a snag with use of a PCI-6025E card. The compiler project works fine in windows XP but when it has been brought over to win 7...
View ArticleCVI .uir Table, how to auto scroll as new rows are added?
CVI Code InsertTableRows(PanelHandle, ControlID, -1, 1, VAL_CELL_STRING);SetTableCellVal( <etc>, <etc> );once new rows are added off the bottom, it doesn't automatically scroll to show new...
View ArticleCan't activate CVI
Need to activate CVI on my laptop. I installed it as an eveluation version, then got a Disconnected License to Install from our IT. It shows the license for DevSuite, but it is not attached to the...
View Articlehow to keep DMM Soft Panel floating above CVI user interface, and not get hidden
i just want to display an NI MAX DMM softpanel on top of my CVI .uir I can do it just fine, until something updates on my CVI panel, then it becomes active, and the DMM softpanel falls "behind" the CVI...
View Article