I am trying to compile a file that was originally written/run with a different
compiler. I think what is happening is that it is compiling in the wrong order
(i.e. if the main file would compile first, followed by the rest of the files
the variables would already be declared and not cause errors). I tried
changing the build priority, but that just caused the program to bug out. I'm
pretty terrible at programming, so I'd be happy to get any
thoughts/suggestions.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to compile a file that was originally written/run with a different
compiler. I think what is happening is that it is compiling in the wrong order
(i.e. if the main file would compile first, followed by the rest of the files
the variables would already be declared and not cause errors). I tried
changing the build priority, but that just caused the program to bug out. I'm
pretty terrible at programming, so I'd be happy to get any
thoughts/suggestions.
Thanks!