-
Notifications
You must be signed in to change notification settings - Fork 3
Notices or how to succesfully compile library into package
Libraries are developed in my case in Aledyne folder: c:\Program Files\National Instruments\LabVIEW 2014\vi.lib\Aledyne-TSXperts\Arduino Compatible Compiler for LabVIEW\addons\
Almost each library is saved as .lvlib inside .lvproj there is problem when creating package that files couldn't reside insisde vi.lib folder, so we need to move them somewhere else and create package. NEVER JUST COPY files! Create new project somewhere and from previous click by right mouse button on library and use "Save as" (CLICK ON LIBRARY NO PROJECT) and save it into auxiliar folder. Create package.
VIPM files for creating packages are changing source path of folder with VIs so you can just copy them.
To check if your actual project hierarchy is OK use "Mass compile" (right mouse button on project file in navigator and there it is).