| View previous topic :: View next topic |
| Author |
Message |
merkark12 Advanced Cheater
Reputation: 0
Joined: 04 Jul 2007 Posts: 74 Location: In that program you just downloaded
|
Posted: Mon Aug 13, 2007 12:36 pm Post subject: [Visual c++] How do you write win32 windowed applications? |
|
|
ive always been using vc++ 2005 but the windowed applications are always .NET. i tried doing what slovach said and i integrated it but it didn't let me write windowed applications. can someone help me?
_________________
|
|
| Back to top |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Mon Aug 13, 2007 7:09 pm Post subject: |
|
|
get Visual C++ 6.0 or 7.0, im pretty sure 7.0 doesnt use .NEt and im certain 6.0 doesn't
what did slavach said?
ill go look for that.
Edit: i posted 6.0 in the library of compilers if u want it
_________________
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Mon Aug 13, 2007 7:43 pm Post subject: |
|
|
I see you're a delphi coder. You're probably expecting some drag&drop GUI-building interface. Unfortunately C/C++ doesn't work that way. To create a window, you have to write some code If you don't like this, go on with .NET.
|
|
| Back to top |
|
 |
Heartless I post too much
Reputation: 0
Joined: 03 Dec 2006 Posts: 2436
|
Posted: Mon Aug 13, 2007 7:46 pm Post subject: |
|
|
I'm kinda new to C++ (started 2 weeks ago) and .NET, but what are the disadvantages to having .NET?
_________________
What dosen't kill you, usually does the second time. |
|
| Back to top |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Mon Aug 13, 2007 7:49 pm Post subject: |
|
|
Well, disatvantages are that u dont fully get the grasp of making windows forms, and apps, since .NET has drag and drop and ez to create.
like creating a button is as ez as choosing tool box and clicking on ur form.
to make it do something wne u click it, u just double click the button.
_________________
|
|
| Back to top |
|
 |
Heartless I post too much
Reputation: 0
Joined: 03 Dec 2006 Posts: 2436
|
Posted: Mon Aug 13, 2007 7:54 pm Post subject: |
|
|
| lurc wrote: | Well, disatvantages are that u dont fully get the grasp of making windows forms, and apps, since .NET has drag and drop and ez to create.
like creating a button is as ez as choosing tool box and clicking on ur form.
to make it do something wne u click it, u just double click the button. |
I wouldn't call that a disadvantage. That is almost like Visual Basic.
_________________
What dosen't kill you, usually does the second time. |
|
| Back to top |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Mon Aug 13, 2007 7:59 pm Post subject: |
|
|
well, yea, thats true,
but not many people like using Visual Basic, let alone call it a programming language.
its probly the easiest u'll learn
and not to mention VB is basically all forms.
i also never said anything about telling what the button does, its kinda simple. but it took me a while to learn Windows Forms
and im still learning.
_________________
|
|
| Back to top |
|
 |
merkark12 Advanced Cheater
Reputation: 0
Joined: 04 Jul 2007 Posts: 74 Location: In that program you just downloaded
|
Posted: Tue Aug 14, 2007 8:29 pm Post subject: |
|
|
| appalsap wrote: | I see you're a delphi coder. You're probably expecting some drag&drop GUI-building interface. Unfortunately C/C++ doesn't work that way. To create a window, you have to write some code If you don't like this, go on with .NET. | okay well time to start learning some code
btw i wasn't expecting drag and drop i was expecting it to give me some code but no design.
_________________
|
|
| Back to top |
|
 |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
Posted: Wed Aug 15, 2007 8:53 am Post subject: |
|
|
| lurc wrote: | get Visual C++ 6.0 or 7.0, im pretty sure 7.0 doesnt use .NEt and im certain 6.0 doesn't
what did slavach said?
ill go look for that.
Edit: i posted 6.0 in the library of compilers if u want it |
I am pretty sure 7.0 uses .NET because it has files in C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\VCProjects.
But I'm not sure if VC++ stays in .NET mode if you just console around.
_________________
Get kidnapped often. |
|
| Back to top |
|
 |
Jani Grandmaster Cheater
Reputation: 2
Joined: 29 Dec 2006 Posts: 804
|
Posted: Wed Aug 15, 2007 9:30 am Post subject: |
|
|
| HornyAZNBoy wrote: | | I'm kinda new to C++ (started 2 weeks ago) and .NET, but what are the disadvantages to having .NET? | The computer you're going to run your program must have .NET Framework, because it's not native machine code.
|
|
| Back to top |
|
 |
smartz993 I post too much
Reputation: 2
Joined: 20 Jun 2006 Posts: 2013 Location: USA
|
Posted: Wed Aug 15, 2007 9:45 am Post subject: |
|
|
| Try Borland C++. Then you can use D&D.
|
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Wed Aug 15, 2007 9:48 am Post subject: |
|
|
MVC++ 6, I have used it for 4 months now, never had any problems.
_________________
|
|
| Back to top |
|
 |
kittonkicker I post too much
Reputation: 1
Joined: 19 Apr 2006 Posts: 2171
|
Posted: Wed Aug 15, 2007 11:00 am Post subject: |
|
|
| smartz993 wrote: | | Try Borland C++. Then you can use D&D. |
...but then there's ALWAYS going to be the issue of needing the borland imports!
I think I found a way to get BDS to build programs with everything it needs, but I can't be sure (because I have BDS installed >.>)!!
|
|
| Back to top |
|
 |
Jani Grandmaster Cheater
Reputation: 2
Joined: 29 Dec 2006 Posts: 804
|
Posted: Wed Aug 15, 2007 12:09 pm Post subject: |
|
|
| kittonkicker wrote: | | smartz993 wrote: | | Try Borland C++. Then you can use D&D. | ...but then there's ALWAYS going to be the issue of needing the borland imports! | That's true. Does Borland have some kind of redistributable setup of those files?
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Wed Aug 15, 2007 12:11 pm Post subject: |
|
|
| kittonkicker wrote: | | I think I found a way to get BDS to build programs with everything it needs, but I can't be sure (because I have BDS installed >.>)!! |
http://www.dependencywalker.com/
|
|
| Back to top |
|
 |
|