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

Support OS Windows (MSVC compiler) #41

Closed
heretic13 opened this issue Dec 28, 2020 · 4 comments
Closed

Support OS Windows (MSVC compiler) #41

heretic13 opened this issue Dec 28, 2020 · 4 comments

Comments

@heretic13
Copy link

Hello.

Please support the work under Windows. Using native WinAPI. Through compilation conditional keys or something like that.

There are some projects that depend on yours (for example, javascript support for the Rust language). But the lack of proper Windows support is a big problem.

PS: MinGW does not fly

@heretic13
Copy link
Author

MinGW does not fly.
Mainstream windows compiler is Visual Studio C/C++ compiler.

@bellard
Copy link
Owner

bellard commented Mar 21, 2021

Support of Visual Studio C/C++ is not a priority but the source is progressively modified to reduce the number of modifications. gcc and clang are currently the only officialy supported compilers.

@bellard bellard closed this as completed Mar 21, 2021
@gamelaster
Copy link

Dear @bellard ,
is there any chance, that MSVC support (made and maintained by community) would be merged into upstream?
If it would be possible, what you expect from such pull request? (In terms of how the port will be made)
I made Win32 support several months ago here,
I tried to make least changes to core (and added only critical changes to make MSVC compiler happy), and
everything else is in win32 folder, so it wouldn't interfere when developing.
Thanks

cykoder pushed a commit to cykoder/quickjs that referenced this issue Sep 1, 2023
TooTallNate pushed a commit to TooTallNate/quickjs that referenced this issue Dec 18, 2023
This issue was closed.
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
@gamelaster @bellard @heretic13 and others