View Single Post
Old 02-26-2003, 08:05 AM   #3 (permalink)
saline
I am red.
 
saline's Avatar
 
Join Date: Feb 2003
Location: Cleveland, OH
Posts: 139
saline is on a distinguished road
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.
saline is offline   Reply With Quote