|
From: Luigi B. <lui...@gm...> - 2007-11-02 16:00:51
|
On Sun, 2007-10-14 at 09:41 +0200, Klaus Spanderen wrote: > I'm having this problem using Visual Studio Express 2005. > > I nailed it down to a 15 line program (attached to this email), which > generates to wrong results when compiled within a separate Visual Studio > solution _and_ the option > > Common Language Runtime-Support (/clr) > > is switched on. Hmm. We might use the preprocessor to define the inline declaration conditional to that particular compiler and option---I'd like to keep it non-inline when possible, since inlining it might give problems on other compilers. What do you think? Later, Luigi -- There is no such thing as public opinion. There is only published opinion. -- Winston Churchill |