-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows store build errors #4
Comments
Hi thanks for reporting this issue! It seems the problem stems from the fact Windows Store uses a different version/flavour of .NET where the GetMethods function has been removed. A fix should theoretically be possible by using compiler flags to replace it with the update method. This gives you an idea more or less what that should look like: I have no way of building with Windows 8, so I can't test this. If you feel so inclined perhaps you can get this working and I will gladly accept a pull request. |
sorry, but i'm new in programming ...but i 'll try do this later ... if i can ;) P.S. Merry Christmas!!! and Happy New Year !!! Fri, 26 Dec 2014 09:19:11 -0800 от Peter Cardwell-Gardner [email protected]:
|
Hi, |
Unfortunately not. A combination of the fact I can't compile for windows store and the fact that I'm super deep in a crunch cycle means I won't be looking at this any time soon, if at all. I am however quite happy to accept a pull request if and window store devs wanna fix it? ;) |
Just chiming in to say that I took a crack at trying to port this to the Windows Store, but the it doesn't seem to support IConvertable. All these restrictions in WIndows RT are really annoying |
Windows store is likely to never be a compatible platform |
Hi i've got an errors while build for Windows Store
Assets\MonsterLove\StateMachine\StateMachineEngine.cs(33,15): error CS1061: "System.Type" �� ᮤ�ন� ��।������ ��� "GetMethods". �� 㤠���� ����� ��⮤ �����७�� "GetMethods", �ਭ����騩 ������ ���㬥�� ⨯� "System.Type" (�ய�饭� ��४⨢� using ��� ��뫪� �� ᡮ���?)
Assets\MonsterLove\StateMachine\StateMachineEngine.cs(100,24): error CS0117: "System.Delegate" �� ᮤ�ন� ��।������ ��� "CreateDelegate"
The text was updated successfully, but these errors were encountered: