05-16-2012 02:55 PM
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
05-16-2012 04:16 PM
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.