Hello,
since this is my first attempt to use the CVI feature for creating a function panel from an include file I am facing a very basic issue...
My problem is that in the 'Generate Function Tree' popup I need to specify a default qualifier. So far, however, I am not using any default qualifier, because a) I did not need them and b) I provide both 32 bit and 64 bit versions of the software. As I understand it, I would have to choose either __stdcall for 32 bit or __fastcall for 64 bit. In other words, a function panel will either work for 32 bit or for 64 bit programs? I guess this is a misunderstanding
By the way, the tutorial (from 2014?) should be updated to reflect the actual popup panel of CVI2013...