
10 Nov
2010
10 Nov
'10
6:55 p.m.
Sorry for the late reply.... On Friday 22 October 2010 13:13:04 Stewart, Robert wrote:
Ulrich Eckhardt wrote:
On Monday 18 October 2010 16:58:31 Jeff Flinn wrote:
How are these sorts of system link dependencies handled? Through bjam? Or is it acceptable/better to use #pragma comment(lib,"Userenv.lib")?
Using that #pragma is not portable, otherwise I would prefer it.
This would only be used on Windows systems. Isn't that pragma portable across Windows compilers?
This has nothing to do with MS Windows, but rather with the compiler/linker series supplied with VC mainly, but also the ICC version for win32, AFAIK. And yes, even the VC compilers for CE support the pragma instruction. Uli