I'm having trouble figuring out what this error message is telling me. I've got a driver cpp file, that is compiled with its functions (vlifunctions.cpp) and a header (vli.h) file. I'm also including a Sequence.cpp that describes a class Sequence. Yet when I try to use a function (makevli) defined in vlifunctions.cpp, it gives me the error 'class Sequence' has no member named 'makevli'.
Is the program trying to find makevli() in my Sequence.cpp file? If so, what's the best way to tell it where to look? Thanks!
You need to post code. I can tell that it is unlikley that you will get anyone helping you write your own drivers without establishing yourself at this site first. I know that you probably have a few hundred lines but thems the breaks.