| View previous topic :: View next topic |
| Author |
Message |
kitterz Grandmaster Cheater Supreme
Reputation: 0
Joined: 24 Dec 2007 Posts: 1268
|
Posted: Sat Jul 12, 2008 3:52 pm Post subject: For making a tainer...which is better |
|
|
For making a trainer in visual C++ , which would be better.
1. A CLR Windows Application
2. A Win32 Application.
Post the reasons too.
Im not too sure what the differences...except that in a CLR Windows Application it is easier to make a GUI.
|
|
| Back to top |
|
 |
Chaosis13 Master Cheater
Reputation: 0
Joined: 14 Aug 2007 Posts: 372
|
Posted: Sat Jul 12, 2008 4:49 pm Post subject: |
|
|
| Go with the console, GUI are harder, and are not needed.
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Sat Jul 12, 2008 5:34 pm Post subject: |
|
|
CLR is C++.NET, Win32 is normal C++ using Win32 APIs. (and not .NET classes)
Use Win32.
| Chaosis13 wrote: | | Go with the console, GUI are harder, and are not needed. |
He asked CLR or Win32 application, there's CLR Console (.NET Console Application), Windows Forms Application (.NET Window Application), Win32 Console, Window, Dynamic-Link Library and Static Library.
|
|
| Back to top |
|
 |
|