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

better rust support #58

Closed

Conversation

stevefan1999-personal
Copy link

No description provided.

@MouriNaruto
Copy link
Member

Note: RTM Build of Windows 7 is Build 7600. Build 9200 is Windows 8 RTM build.

Kenji Mouri

minimum_version = 9200;
let version = match std::env::var("VCLTL_VERSION") {
Ok(version) => version.parse::<usize>().unwrap(),
_ if cfg!(feature = "win7") => 9200,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

9200 is Windows 8?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure either, so what's the actual value for Windows 7?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Windows 7 RTM is Build 7600

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Windows 7 SP1 is 7601

@mingkuang-Chuyu
Copy link
Collaborator

Thanks for the PR, but I have some questions at the moment.

  1. How to solve the problem of 10MB cap of rust cates package?
  2. The build version of Windows 7 RTM is 7600, not 9200.

@mingkuang-Chuyu
Copy link
Collaborator

We follow up on this issue from #63.

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

Successfully merging this pull request may close these issues.

3 participants