| View previous topic :: View next topic |
| Author |
Message |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sat Oct 06, 2007 5:45 am Post subject: [C++]Creating a UI Application |
|
|
How do i create a simple project which supports UI in Microsoft Visual C++ 6.0 ?
thanks
|
|
| Back to top |
|
 |
the_undead Expert Cheater
Reputation: 1
Joined: 12 Nov 2006 Posts: 235 Location: Johannesburg, South Africa
|
Posted: Sat Oct 06, 2007 6:02 am Post subject: |
|
|
Youre wanting a drag-and-drop interface like Delphi I assume?
_________________
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sat Oct 06, 2007 6:22 am Post subject: |
|
|
| the_undead wrote: | | Youre wanting a drag-and-drop interface like Delphi I assume? |
Yes
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Sat Oct 06, 2007 7:20 am Post subject: |
|
|
Kasper, your programs will be no better than delphi then, bulky and crap.
learn how to make a gui w/o drag and drop. If you want i can teach you how to do it via msn. Its really not hard at all. Its just the SAME code for every app.
_________________
|
|
| Back to top |
|
 |
merkark12 Advanced Cheater
Reputation: 0
Joined: 04 Jul 2007 Posts: 74 Location: In that program you just downloaded
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sat Oct 06, 2007 8:35 am Post subject: |
|
|
| thanks
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Sat Oct 06, 2007 10:20 am Post subject: |
|
|
| Kaspersky wrote: | | Fuck Tuts ! |
|
|
| Back to top |
|
 |
the_undead Expert Cheater
Reputation: 1
Joined: 12 Nov 2006 Posts: 235 Location: Johannesburg, South Africa
|
Posted: Sun Oct 07, 2007 3:38 am Post subject: |
|
|
Slovach: He said thanks so why give him shit for something that is irrelevant to the topic at hand?
_________________
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sun Oct 07, 2007 6:08 am Post subject: |
|
|
I'll just download Borland C++ Builder 6.0 ^.^", sorry..
MSVC++ 6.0 is pretty hard for UI's, but still good.
|
|
| Back to top |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Sun Oct 07, 2007 9:09 am Post subject: |
|
|
| Kaspersky wrote: | I'll just download Borland C++ Builder 6.0 ^.^", sorry..
MSVC++ 6.0 is pretty hard for UI's, but still good. |
Dev-C++ is a good compiler for Win32
_________________
|
|
| Back to top |
|
 |
Qvazzler Advanced Cheater
Reputation: 0
Joined: 02 Jan 2007 Posts: 68
|
Posted: Sun Oct 07, 2007 10:15 am Post subject: |
|
|
Microsoft Visual studio and Dev-C++ are mainly the ones I've seen these days, apart from old G++ used by putty-addicted linux users, but that's just unecessary since the majority of people are using windows, and even if linux users were able to use your software, they'd only want it if it was open-source.
Correct me if I'm wrong.
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sun Oct 07, 2007 10:38 am Post subject: |
|
|
Dev-C++ isn't a compiler, it's only an IDE. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Which in turn is outdated and not compatible with most VS created projects. (You can use other GCC based compilers with Dev-C++ but as far as I knew, the Mingw port was the most complete.)
If you are going to use anything, use Visual Studio 2005, or 2008 when it's done. (It's only beta so it's bound to have issues so I'd suggest not using it yet.)
Dev-C++ is good for low level projects, but in the end, your better IDE would be VS or Code::Blocks (as some would suggest using, but I don't like it.) As for your compiler, you wont beat Visual Studio's compiler from Microsoft.
|
|
| Back to top |
|
 |
|