-
Notifications
You must be signed in to change notification settings - Fork 33
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
Compiling #1
Comments
What are you using to compile the code? It is recommended that you use Visual Studio on Windows 10. |
Same issue here. Could not compile the code as-is, had to reformat the code to C++17 conventions. |
Hi, I have the same error when I try to upload one sketch in arduino. Where can I download the windows.h library? I am a newbie |
This isn't an Arduino program, it's a PC program. There is no such thing as windows.h for Arduino. |
Thanks my friend, as you can see I am quite lost. The program I'm trying to load and I don't know where exactly is to connect a joystick with an arduino through a bluetooth module. I am putting together the following project. https://github.com/isaac879/Pan-Tilt-Mount |
If you asking for help about another repository, you should ask there. Also if your asking how to implement screen melter into that repository you can't. |
Just Extract it |
You dosen't connected libaly "stdafx.h" |
that library isnt used here.... |
When I try to compile your code I get this error:
main.cpp:10:21: fatal error: windows.h: No such file or directory
Explanation please? I'm not that good at compiling.
The text was updated successfully, but these errors were encountered: