Multiply Defined symbols vs Multiple Static Libs

Started by
0 comments, last by gimp 23 years, 1 month ago
I have some base code static libraries that are included in other libraries. The problem then is that when linking the exe\dll being produced then find 2 sets of the code. This isn''t a problem as the second copy is discarded however I don''t wish to recieved 20n pages of warnings every time I link. I tries using a pragma with the error numbwer ot ignore it however this doesn''t work probably because pragma''s only work with the compiler. Is there anyway I can either solve this problem or hide it? Many thanks Chris
Chris Brodie
Advertisement
Ahhh...

Worked it out myself....

If anyone ever has this problem look in to dependencies...
Chris Brodie

This topic is closed to new replies.

Advertisement