complie error .

I complie this project on VS 2008,but the error is like :

Discussion about the game and its default mods.
Post Reply
fanrongqi
Posts: 6
Joined: Thu Jun 09, 2011 3:36 am

complie error .

Post by fanrongqi »

\OpenRA\OpenRA.Game\Server\MasterServerQuery.cs(57,8): 错误 CS1501: “WaitOne”方法没有采用“1”个参数的重载


how can I solved this problem.

beedee
Posts: 94
Joined: Mon Sep 06, 2010 5:02 am
Location: Wellington
Contact:

Post by beedee »

Where did you get the code? CS1501 is the result of the incorrect number of arguments being passed to a method, indicating to me that you haven't got a copy of the latest stable code.

fanrongqi
Posts: 6
Joined: Thu Jun 09, 2011 3:36 am

Post by fanrongqi »

I get the code using git like this :

git://github.com/OpenRA/OpenRA.git

and the versions is 20110511 .is this problem cause by my IDE?

beedee
Posts: 94
Joined: Mon Sep 06, 2010 5:02 am
Location: Wellington
Contact:

Post by beedee »

Try checking out the "next" branch with `git checkout next` and see if that helps.

fanrongqi
Posts: 6
Joined: Thu Jun 09, 2011 3:36 am

Post by fanrongqi »

thanks ,It is ok now, but I can not run it ,thought I install

.NET Framework
Tao Framewor
OpenAL
Cg Toolkit

and I can complier the project successful but I can not run it .where is the log file?

User avatar
Sleipnir
Posts: 878
Joined: Wed Apr 10, 2002 11:52 pm
Contact:

Post by Sleipnir »

Logs are written to My Documents\OpenRA\Logs\ under windows.

Post Reply