LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems Including a .framework in labview

I am trying to learn to implement frameworks in labview.  My framework projects are compilling just fine and when I use the labview wizzard it parses through my .h file but it can't link to the resulting .framework file.  So I downloaded an example from here

 

http://digital.ni.com/public.nsf/allkb/A6A6371FE0EA333B86257015005E3400

 

When I open his labview program (attached) it doesn't work either.  Same problem.  I have NO idea what is wrong.  Any suggestiong would be quite appriciated.  I am at a bit of a stick as I simply don't seem to have a problem other than labview just won't link up to it.  

 

Kevin

0 Kudos
Message 1 of 2
(1,979 Views)

Ahh...There MUST be a main.c or main.cpp file in which you define your functions are make reference to them.  That was the problem.  So the problem is solved.

0 Kudos
Message 2 of 2
(1,968 Views)