Tomek Jerzykowski wrote:
Hello!
I'm having a problem with using Boost 1.35 on Visual C++ 2003 SP1. Take a look at the following very simple program:
------------------------------------ #include "stdafx.h" #include
int _tmain(int argc, _TCHAR* argv[]) { int i = 0; unsigned int j = 2; j < i; return 0; } ------------------------------------ It does nothing, just emits a compiler warning. Unfortunately, this warning is followed by lots of meaningless messages related to the included Boost header:
I'm guessing you are using a /clr application? There are quite a few emails in the archives of this list w.r.t incompatibility of /clr and the boost threaded stuff, but I have yet to find any working solutions. -- alfonso e. urdaneta _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error please notify the originator of the message. This footer also confirms that this e-mail message has been scanned for the presence of computer viruses. Any views expressed in this message are those of the individual sender, except where the sender specifies and with authority, states them to be the views of Indra Systems, Inc.