inherit
128590
0
Aug 25, 2012 20:46:48 GMT -8
Nick (Goodbye!)
AMF!
1,813
July 2008
nickos
|
Post by Nick (Goodbye!) on Aug 26, 2009 17:38:50 GMT -8
How can I create a Windows Application without tools like Microsoft Visual Basic or programs like that. I tried Googling it but I couldn't find a good answer.
|
|
inherit
96206
0
Apr 8, 2024 11:48:08 GMT -8
S|P|L|A|T
1,324
January 2007
splatcatballa99
|
Post by S|P|L|A|T on Aug 26, 2009 20:00:22 GMT -8
Look into adobe air you can make a windows application of sorts with web based languages.
|
|
inherit
128590
0
Aug 25, 2012 20:46:48 GMT -8
Nick (Goodbye!)
AMF!
1,813
July 2008
nickos
|
Post by Nick (Goodbye!) on Aug 27, 2009 11:15:57 GMT -8
But what language are applications like Photoshop, Dreamweaver ect. written in?
|
|
inherit
66746
0
Oct 7, 2012 14:05:38 GMT -8
«The Silver Lining»™
^ Me !!!!
1,338
December 2005
chrisrulez001
|
Post by «The Silver Lining»™ on Aug 29, 2009 5:24:39 GMT -8
But what language are applications like Photoshop, Dreamweaver ect. written in? They could be done in C++ or C. You can make windows applications in C++. Heres a tutorial: www.winprog.org/tutorial/start.htmlEDIT: I know this tutorial says its just for C but you can use it for C++.
|
|
inherit
128590
0
Aug 25, 2012 20:46:48 GMT -8
Nick (Goodbye!)
AMF!
1,813
July 2008
nickos
|
Post by Nick (Goodbye!) on Aug 29, 2009 10:59:00 GMT -8
Okay, thanks a whole bunch!
Wait, I have a code saved as test.c, but how do I call it?
|
|
inherit
66746
0
Oct 7, 2012 14:05:38 GMT -8
«The Silver Lining»™
^ Me !!!!
1,338
December 2005
chrisrulez001
|
Post by «The Silver Lining»™ on Aug 29, 2009 13:42:37 GMT -8
No problem. You have to make a project and put test.c into that project and then compile the project and it will compile it and then you should be able to run it.
|
|
inherit
128590
0
Aug 25, 2012 20:46:48 GMT -8
Nick (Goodbye!)
AMF!
1,813
July 2008
nickos
|
Post by Nick (Goodbye!) on Aug 29, 2009 15:28:03 GMT -8
How do I create a project?
(Sorry, I am kind of new at computer programming)
|
|
inherit
66746
0
Oct 7, 2012 14:05:38 GMT -8
«The Silver Lining»™
^ Me !!!!
1,338
December 2005
chrisrulez001
|
Post by «The Silver Lining»™ on Aug 30, 2009 4:32:58 GMT -8
Which compiler are you using?
If your using Visual C++, then once Visual C++ is open, click file then new and then under the projects tab select empty project.
|
|
inherit
128590
0
Aug 25, 2012 20:46:48 GMT -8
Nick (Goodbye!)
AMF!
1,813
July 2008
nickos
|
Post by Nick (Goodbye!) on Aug 30, 2009 15:22:23 GMT -8
Oh, I have to have a software like that? I meant to do it from scratch. I don't have any of those software.
|
|
inherit
66746
0
Oct 7, 2012 14:05:38 GMT -8
«The Silver Lining»™
^ Me !!!!
1,338
December 2005
chrisrulez001
|
Post by «The Silver Lining»™ on Aug 31, 2009 4:41:42 GMT -8
Yes you need applications like that otherwise the program will not compile. The compiler i use is Dev-C++, i find it really easy to use. Heres a link to download it: www.bloodshed.net/dev/devcpp.htmlTo make a new project in that program, you click, File->New->Empty Project and then you need to save the project (whatever you want) and then click save and then in the left of the screen your project name will be there, and then you right click it and click new file and then click save for that file (whatever.cpp or whatever.c) and then it will ask if you want to add it to the project and then click yes and then start typing away.
|
|
inherit
128590
0
Aug 25, 2012 20:46:48 GMT -8
Nick (Goodbye!)
AMF!
1,813
July 2008
nickos
|
Post by Nick (Goodbye!) on Sept 1, 2009 13:14:55 GMT -8
Okay, thanks. I am getting a new laptop tomorrow so I will download it then. Thanks.
|
|
inherit
66746
0
Oct 7, 2012 14:05:38 GMT -8
«The Silver Lining»™
^ Me !!!!
1,338
December 2005
chrisrulez001
|
Post by «The Silver Lining»™ on Sept 1, 2009 13:25:29 GMT -8
No problem. Glad to have helped .
|
|