Quote:
Originally Posted by taichichuan
So, what needs to be done is to ensure that the ZomB code uses the WPILib versions of those symbols. This is typically done by making the ZomB reference an "external" reference via the "extern" keyword and making sure that the WPILib version of the symbol is loaded into memory before the ZomB code is loaded. This can be dome by simply changing the order in which the code is loaded
|
Makes sense, but there are two problems. I may be running kernel task, and loading it on the fly, then how would I know when to load it? and, I don't always have the C++ wpilib. I may have the Java or Labview WPILib. I'm pretty sure that I was able to enable with Labview. Any ideas on how to fix it? Should I compile a WPILib.a with ZomB in it and have a out file for others?