Skip to content
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

Closed
asoft2013 opened this issue Dec 26, 2014 · 6 comments
Closed

windows store build errors #4

asoft2013 opened this issue Dec 26, 2014 · 6 comments

Comments

@asoft2013
Copy link

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"

@thefuntastic
Copy link
Owner

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:
http://www.tasharen.com/forum/index.php?topic=8982.0

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.

@asoft2013
Copy link
Author

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 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:
http://www.tasharen.com/forum/index.php?topic=8982.0
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.

Reply to this email directly or view it on GitHub .

@layinka
Copy link

layinka commented Sep 17, 2015

Hi,
Any fix for this yet?

@thefuntastic
Copy link
Owner

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? ;)

@anchpop
Copy link

anchpop commented Jun 29, 2016

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

@thefuntastic
Copy link
Owner

Windows store is likely to never be a compatible platform

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants