Page 1 of 1

some advice needed to create plugins

PostPosted: November 16th, 2008, 12:26 pm
by xonenine
Hi Cliff,
I'm feeling ready to start learning to write plugins. My question is, I currently have 2005 Visual Studio Express and it would help alot if you could tell me if this will suit my needs, or which version you feel it would be optimal to use.

Re: some advice needed to create plugins

PostPosted: November 16th, 2008, 5:37 pm
by Cliff Cawley
xonenine Wrote:Hi Cliff,
I'm feeling ready to start learning to write plugins. My question is, I currently have 2005 Visual Studio Express and it would help alot if you could tell me if this will suit my needs, or which version you feel it would be optimal to use.


Visual Studio 2005 Express should be fine to use.

Try loading up the SDK in it.

Xion is currently compiled with Visual Studio 2003, however I'm looking at moving to 2005 soon, I just have to sort some issues out with Vista first.

So load it up the SDK in 2005 and see if you can compile the example plugins :)

Cliff :)

sdk

PostPosted: November 17th, 2008, 3:48 am
by xonenine
I'm embarrassed to say if I downloaded the sdk I don't remember it. Is it in one of the older beta version pages?
thanks, xonenine :)

Re: sdk

PostPosted: November 17th, 2008, 5:41 am
by OfficerMike07
xonenine Wrote:I'm embarrassed to say if I downloaded the sdk I don't remember it. Is it in one of the older beta version pages?
thanks, xonenine :)


It is in the Beta Component SDK Builds forum...

http://xion.r2.com.au/download/sdk/xion_component_sdk_v1.0b1.zip

got it

PostPosted: November 17th, 2008, 5:44 am
by xonenine
ty, officer mike,
xonenine :)

PostPosted: November 17th, 2008, 7:04 am
by OfficerMike07
np, xonenine,
officermike07 :D

my exp w sdk so far...

PostPosted: November 18th, 2008, 10:17 am
by xonenine
Hi Cliff, Mike, here's my story...

I opened the example vis in 2005 Express, only to be told it would have to be converted before-hand. The converted file shows an empty project, and I'm assuming so far that the conversion is the issue. Am I 'sposed to be able to open the example vis by itself in Studio or no?

At any rate, I can always work with another version if needs be, I've got a copy of C++ 6.0 I bought about 6 or 7 years ago...Or can I run something more compatible? Assume I have access to any product.

thanks again, xonenine :)

PostPosted: November 18th, 2008, 12:57 pm
by OfficerMike07
I just opened it with 2008 Express, and after conversion the example vis project is by no means empty. All the source files are listed in the solution tree.

I only wish I knew enough C++ to write a plugin :cry:

loading

PostPosted: November 18th, 2008, 1:53 pm
by xonenine
What Im really asking Mike, is where am I supposed to place the sdk prior to trying to open a vis example. Don't I have to have the sdk somewhere for the assets or whatever to be available?
thanks, xonenine.

PostPosted: November 18th, 2008, 2:08 pm
by OfficerMike07
I'll let Cliff continue this one... I'm in the dark

k

PostPosted: November 18th, 2008, 2:09 pm
by xonenine
still, thanks,
xonenine :)

Re: loading

PostPosted: November 18th, 2008, 6:19 pm
by Cliff Cawley
xonenine Wrote:What Im really asking Mike, is where am I supposed to place the sdk prior to trying to open a vis example. Don't I have to have the sdk somewhere for the assets or whatever to be available?
thanks, xonenine.


You can extract it anywhere really. The conversion should work and fill the file list as OfficerMike said.

The currently SDK uses Visual Studio .Net 2003, however I'm in the process of changing Xion to VS 2005. So if you wait a little while longer I'll be able to release the SDK which is compatible with VS 2005 and you won't need to convert it.

Cliff :)