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

Can I use #include <Windows.h> with cppinsights? #535

Closed
rajendrasp opened this issue Jun 1, 2023 · 4 comments
Closed

Can I use #include <Windows.h> with cppinsights? #535

rajendrasp opened this issue Jun 1, 2023 · 4 comments

Comments

@rajendrasp
Copy link

I am trying to do it and it is giving me error that

'Windows.h' file not found

Is it possible to use this inclue file with cppinsights online tools?

@andreasfertig
Copy link
Owner

Hello @rajendrasp,

I'm sorry, but the online version of C++ Insights runs under Linux. Hence it has no Windows headers.

Andreas

@rajendrasp
Copy link
Author

Oops.. how about if I build it locally? Will I be able to use it on Windows? Can I feed it 'Windows.h' in that case? And Can I feed it more than one file?

@andreasfertig
Copy link
Owner

Hello @rajendrasp,

a while ago, I lost the build bots for Windows. So in pure theory, C++ Insights should compile and run under Windows. Then you can include "Windows.h," but I think you still can feed only one file.

Andreas

@andreasfertig
Copy link
Owner

I'm closing this issue; there is #177, which is about Windows support but hasn't progressed for a long time.

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

2 participants