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

problem compiling Example 1 using Visual Studio 2010 #26

Open
jledwards666 opened this issue May 10, 2023 · 1 comment
Open

problem compiling Example 1 using Visual Studio 2010 #26

jledwards666 opened this issue May 10, 2023 · 1 comment

Comments

@jledwards666
Copy link

I am a relatively new C programmer and am trying to run the pbPlots example 1 under the old (and free) Visual Studio 2010 C IDE. If I am interpretting the error messages correctly, it appears that pbPlots' source file "supportlib.c" makes use of the "FILE" type in a manner incompatible with how its defined in VS2010's header file "stdio.h". I am trying to include a screen grab (with the offending complaint highlighted in yellow) along with this Issue here but I'm not sure I attached it herein correctly... we'll see.

Bottom line, I have no idea whatsoever as to how to even approach this hiccup. Thoughts/suggestions?

tmp 20230509-192513

@martinfjohansen
Copy link
Member

Hi, could you try to increase the standard level of C to C99?

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