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

不支持windows10? #9

Closed
kendallsss opened this issue Dec 20, 2015 · 11 comments
Closed

不支持windows10? #9

kendallsss opened this issue Dec 20, 2015 · 11 comments

Comments

@kendallsss
Copy link

弄了半天发现win10下运行编译好的几个exe毫无反映,似乎是还没有支持win10?

@vczh
Copy link
Member

vczh commented Dec 21, 2015

家里还没装Win10没运行过,你用Visual Studio调试一下是怎么回事?

@kendallsss
Copy link
Author

GacUI\Import\Vlpp.h
#if defined VCZH_MSVC
vint32_t count = -1;
reader << count;
collections::Array<wchar_t> buffer(count + 1);
if (reader.input.Read((void_)&buffer[0], count_sizeof(wchar_t)) != count*sizeof(wchar_t))
{
CHECK_FAIL(L"Deserialization failed.");//这里失败了
}
buffer[count] = 0;

找到这篇博文:
目前 GacUI 还没有兼容 Windows 10,因为 VerifyVersionInfo 又被微软废了。。。
http://blog.csdn.net/LYP951018/article/details/49742151
不知有没有关系

@kendallsss
Copy link
Author

win10编译出的exe拿到win7虚拟机上也停止运行,
故障模块名称: MSVCR120.dll

@vczh
Copy link
Member

vczh commented Dec 24, 2015

@zmyspc VerifyVersionInfo在GacUI里面只用来确定缺省使用的皮肤,所以其实并没有什么关系,最多在Win7下面跑出了Win8的皮肤。关于MSVCR120.dll的问题,要不你试试静态链接?我觉得不太可能因为我的代码导致MSVCR120.dll出问题吧?

@ghost
Copy link

ghost commented Jan 4, 2016

GacUISrc.exe on Windows 10 (Visual Studio 2013) compiled successful. But during start the program interrupts work and crushed.

@vczh
Copy link
Member

vczh commented Jan 6, 2016

@mat0thew You are not supposed to use the GacUISrc project, this is for my development only. What you are expected to compile are all tutorials in the repo called "Release". You can contact me if you have any trouble.

@lxj0276
Copy link

lxj0276 commented Jan 24, 2016

@vczh lunzi brother ,ni de english zheme diaobao,shi zen me study de a ?

@cxx909221500
Copy link

@lxj0276 Hello,ni de english also diaobao,lunzi brother had been living in Ricecountry(i cai de (≧0≦).)
And i thought my english ye bu worry

@joshuafc
Copy link

@lxj0276 @cxx909221500 , ni men de English really diaobaole. And i thought my english ye bu error.

@lxj0276
Copy link

lxj0276 commented Jul 12, 2016

@joshuafc 1 error 5 warning

@vczh
Copy link
Member

vczh commented Jan 2, 2017

经过长时间在Windows 10的开发我没发现什么问题,故close。

@vczh vczh closed this as completed Jan 2, 2017
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

5 participants