I am in a strange situations: I linked some library dynamically but I got a lot of memory leakage. To investigate the problem, now I want to link the library statically at "compile time" but I have two different library for INTEL and AMD platforms. These libs does the same things (in fact they are drivers), communicate with the same external device by USB (FTDI made FT4232, but this does not matter now). How to manage this AMD or INTEL platform situation? How can I make a difference between them at runtime? I am confused. Are some docs available about these platform-linking situations?
Thanks for the answers! Attila
Bookmarks