General Question What Programms i need

Logifech

Member
Joined
Nov 15, 2009
Messages
161
Reaction score
0
Points
16
Location
Germany, NRW, Kempen
Website
patrick-omland.de
Hey Guys,
what Programms i need to make my Own Addons?
and is there any C++ Tutorial German or English or can anybody teach me C++?
Please help me.
logifech

ps: Hail the :probe:
 

Zoe

Member
Joined
Jul 16, 2008
Messages
98
Reaction score
0
Points
6

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,605
Reaction score
2,327
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
1. A Microsoft Visual C++ 6.0 compatible C++ compiler. For example Visual C++ 2008 Express, which you can download for free. If you plan to do more add-ons with C++ later, plan to buy the Professional Version of it.
2. A good book on C++. Even with all teachers in the world, a reference is never a bad buy.
3. If you want to make 2D panels, a resource editor and compiler. Included in the Professional Version.
4. If you plan to make larger add-ons, learn about OOP and software engineering. Buy more books.
5. A mesh editor for making meshes - I recommend anim8or or Blender, but there are also people who can help you with Wings3D.
6. A bitmap editor for painting textures or 2D panels. Gimp 2.6 is good for 99% of all tasks.
7. A vector drawing program for making textures or 2D panels. Inkscape is pretty useful, but crashes in the wrong moment.
8. An office package for writing manuals.
 

dbeachy1

O-F Administrator
Administrator
Orbiter Contributor
Addon Developer
Donator
Beta Tester
Joined
Jan 14, 2008
Messages
9,216
Reaction score
1,562
Points
203
Location
VA
Website
alteaaerospace.com
Preferred Pronouns
he/him
ROFL!!! Epic video! :rofl:
 
E

ex-orbinaut

Guest
This C++ Tutorial is excellent, too...
http://msdn.microsoft.com/en-us/beginner/cc305129.aspx

An often overlooked point is that Orbiter API has a lot of WINAPI commonality. Learn about that here (Winapi tutorial pdf), including how to embed resources manually...
http://www.winprog.org/tutorial/

And then use this to check that you've embedded resorces properly...
http://download.cnet.com/Nasser-Resource-Viewer/3000-2383_4-10591555.html

For redundancy's sake, another good 2D graphics prog...
http://www.getpaint.net/

And finally (about the office program for manuals) an excellent stand in for MS Office is this...
http://www.openoffice.org/

Luck...:cheers:
 
Top