Just wondering about this USELIB() macro. Is it only specific to Borland compiler or is it useable in MS Visual Studio 2010 also?
Also... is that equivalent to like Properties -> Configuration Properties -> Linker -> Input -> Additional Dependencies?
So if I didn't wanted to reference my library in the project's property I can do so with USELIB() in the actual code?
I remember one article (when I didn't have a clue about DLLs) a few weeks back mentioned this macro but I can't remember and can't find the article again.
I minus well ask, is 'vcl.h' a Borland specific library also?