Help!!!! I'm stuck

Hi all

Please Screenshot at - http://s7.postimage.org/gzn8rij63/C_Helloworld.jpg
How do I take those files and turn them into a single EXE.

One of two things or both
1 - I am being retarded
or
2 - I don't know what I am doing.

I have done it once before.

Please any help
Regards
One of two things or both
1 - I am being retarded
or
2 - I don't know what I am doing.


I think you are missing option 3:

3 - I need an IDE which will make me able to compile those files into exe :D

if you use linux download codeblocks or netbeans
or download visual studio express if ur under windows.

then just create an new project and include those files, then press "build" or "compile" button in your IDE ( IDE stands for integrated development enviroinment )

good luck!
Last edited on
WOW - Thanks I will let know how it pans out

I have Microsoft Visual Basic 2010 Express - Will that work?
Last edited on
yes, I think so.
just play around with "new project" options in visual studio and see.
I'm not shore but that files looks as linux code.
I have installed netbean and when I build the project then I get:

makefile:13: *** missing separator. Stop.

This is what my makefile looks like:

http://s9.postimage.org/3nhmz6vz3/ma...Helloworld.jpg

Not sure what to do, Please help
Topic archived. No new replies allowed.