View Single Post
Old 1st August 2006, 07:42 AM   #4
steve_hill
Member
Advanced member
 
steve_hill's Avatar
 
Join Date: Jul 2006
Location: UK
Posts: 44
Default Re: Where do I begin?

Quote:
Originally Posted by steve_hill
That looks excellent and not at all thrown together. I am PC-based, so it's ideal for me. I'll let you know if I have any problems, but it all looks very clear (can't try it just now as I am at work!)

Many thanks.

Steve.
On arriving home, I discovered that our broadband connection was busted, but working from my memory of the tutorial I finally managed to do a Hello World plugin in VC6. I failed to get it to link under Express2005, but I will investigate further on this one.

My only point of confusion was how to wire up a C++ command:


ac_add_command( "sah_command", function);
ac_add_tools_menu_item( "Do something", "ac3d sah_command", "Does something" );


Took me a while to work out that the "ac3d " was needed.

Next task is to get a handle on the 3D data structures ... oh and undo/redo.

Thankfully, Broadband is working again now.

So thanks again for the tutorial. It was invaluable.
steve_hill is offline   Reply With Quote