|
Is there any specific part of the many files in the zip package is giving you the problem?
Whats dev bloodshed, the compiler?
I don't think it's a linking error. A linking error would imply it's not including the right file so unless all of your functions are coming up as undefined (because it can't link the header) then I don't think thats the problem. Did you overload any of the functions and not include an extra overloaded definition? Did you just misspell a function call within your program? What happens when you double click the error, if thats possible in the compiler you use.
Those are my best ideas right now.
saline.
|