i wanna take a stab at making a plug in or 2 and i would like to know how to start the journey .......
i know we can download the sdk , what i mean is what do you have to know how to write ?? c++ ? java ? what all ?
then knowing the answer to that , what would be some good books to learn those with ??
i know we can download the sdk , what i mean is what do you have to know how to write ?? c++ ? java ? what all ?
then knowing the answer to that , what would be some good books to learn those with ??
Mensajes Thu 03 Jan 08 @ 12:15 pm
some of you experienced plug in wizards would know ...........?
Mensajes Fri 04 Jan 08 @ 1:17 pm
We use C++ for plugins
You will need a C++ compilator like Dev-C++ or Visual C++. I advise you to get Visual Studio if you can because it's easier.
You will need a C++ compilator like Dev-C++ or Visual C++. I advise you to get Visual Studio if you can because it's easier.
Mensajes Fri 04 Jan 08 @ 4:27 pm
WoW, Just reading that confused me.
Mensajes Fri 04 Jan 08 @ 5:26 pm
As DJCel said, C++ is the language you need. If you intend to do visual plugins, then you will also need to use DirectX under windows, and OpenGL under Mac.
I've not used it, but I suspect this would fit your needs under Windows - and it's free: http://www.microsoft.com/express/vc/
I've not used it, but I suspect this would fit your needs under Windows - and it's free: http://www.microsoft.com/express/vc/
Mensajes Sat 05 Jan 08 @ 10:02 am