Posts: 33
Threads: 7
Joined: Jul 2005
Reputation:
0
i recently got microsoft visual studio and was using the win32 console projects you can make in C++. unfortunately you cant use images or colors in this. anyone know which type of project you can? anyone have any tutorials about using colors/images/buttons/advanced stuff like that?
Posts: 2
Threads: 0
Joined: Jul 2005
Reputation:
0
in Visual C++ make a New project (File/New) , then select Win32 Application.
In this You can use images, buttons, edits, lists, everything what exists in Windows!
Posts: 33
Threads: 7
Joined: Jul 2005
Reputation:
0
anyone have any tutorials for using these?
Posts: 33
Threads: 7
Joined: Jul 2005
Reputation:
0
one more thing. sometimes when I try to copy code from the internet into win32 app, it says it cannot find some of the include files. could this be because when i installed visual studio, it asked me for like the msdk disk or something i didnt have? i know im missing the help files because of that.
Posts: 33
Threads: 7
Joined: Jul 2005
Reputation:
0
im going back to blitz basic. C++ sux
Posts: 15
Threads: 3
Joined: Jul 2005
Reputation:
0
lol, that halarious, "C++ sux". Wow that was priceless... C++ is the most capable programming language on Windows, and on Linux, just because you can't set it up right, doesn't make the language suck, I suggest you return Visual Studio, and try using Dev ++, go to google, and type it in, it comes with various tutorials, and methods of creating a hello world program.
Don't give up on C++, try Dev ++.
Posts: 33
Threads: 7
Joined: Jul 2005
Reputation:
0
yeah, I realize how powerful it can be, but it is aldmost impossible for me to get it working. there must be an easier way. most other languages, you just type ur code and it works. no different versions, different kinds of apps, no includes. UGH!!!
Posts: 33
Threads: 7
Joined: Jul 2005
Reputation:
0
luckily I got Visual Studio free from a camp. any real difference between that and dev?
Posts: 15
Threads: 3
Joined: Jul 2005
Reputation:
0
YES, dev is free... VC++ is by microsoft... I was just suggesting you learn to use a compiler I know works, and is pretty much set-up free..
Maybe someone should setup a tut for you ^_^
Posts: 33
Threads: 7
Joined: Jul 2005
Reputation:
0
two things. how can I make .exe's with dev, and where are there any tutorials about making windows projects(instead of console)? I searched google for a while, and none of them teach you how to make windows/ buttons/ graphics.