On Fri, Dec 02, 2005 at 01:23:56AM +0000, Angus Leeming wrote:
> 1. If there were some "make environment", by which I mean either an
> MSVC solution file or a bunch of Makefiles that could be used to
> invoke the MSVC compiler, then you'd find that the code compiled
> (probably) but failed to link. That's because of some MSVC peculiarity
> that regards 'structs' and 'classes' as different beasts (true in C#,
> not in C++). The code in LyX is 'inconsistent' in this regard;
> sometimes we use 'struct Foo' and elsewhere 'class Foo' for the same
> 'Foo'. MSVC gets confused.

As far as I know this raises only a compiler warning, not a linker
problem.

Andre' 

Reply via email to