Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - xinye

Pages: [1]
1
VisualC++ / error C2106: '=' : left operand must be l-value
« on: November 28, 2008, 04:02:35 am »
I use MSVC 7.1 without Platform SDK to build planeshift and get the C2106 error:

Code: [Select]
正在编译...
dictionary.cpp
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xlocnum(322) : error C2106: “=” : 左操作数必须为 l 值

1,does the MSVC71 need Platform SDK?
2,pls help me to fix it, tks.

Pages: [1]