View previous topic :: View next topic |
Author |
Message |
Il Buzzo DeleD PRO user
Joined: 12 Aug 2004 Posts: 271 Location: Italy
|
Posted: Sun Mar 19, 2006 4:02 pm Post subject: New plugin system templates for Visual Studio Express 2005 |
|
|
Hi Guys,
I finally was able to compile a working plugin with Visual Studio express 2005 (c++).
So I'm polishing a little code, and then I'll release a wizard to create plugins in C++ with Microsoft's new environment.
Bye All .
EDIT:
I've finally released Visual Studio 8 project wizard, if you don't want to read all posts you can download it directly from:
http://www.ilbuzzo.net/downloads/VS8DeleDWizard.zip
Last edited by Il Buzzo on Sat Mar 25, 2006 11:33 am; edited 2 times in total |
|
Back to top |
|
|
granada Team member
Joined: 07 Aug 2004 Posts: 1955 Location: England
|
Posted: Sun Mar 19, 2006 4:06 pm Post subject: |
|
|
Thanks for all your hard work Il Buzzo (do you ever sleep ).
Dave _________________ AMD Phenom(tm)IIx6 1090t Processor 3.20 GHS
8.00 GB memory
Windows 7 64 bit
Nvida Geforce GTX 580 |
|
Back to top |
|
|
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Sun Mar 19, 2006 6:15 pm Post subject: |
|
|
Ah, that's neat! Eagerly awaiting that one! |
|
Back to top |
|
|
Il Buzzo DeleD PRO user
Joined: 12 Aug 2004 Posts: 271 Location: Italy
|
Posted: Mon Mar 20, 2006 11:35 am Post subject: |
|
|
Hi Guys,
I've just published on my site, Visual Studio 2005 example projects to develope DeleD plugins with C++ Express too (I'm using it for now ).
As usual you can download from:
http://www.ilbuzzo.net/downloads/VS8DeleDProjects.zip
And I think it will be update on DeleD site soon (thanks in advance Paul-Jan and Jeroen ).
I'm trying to create a complete code wizard, but owing to the fact I own Express version only I need to do it manually, so a little more time will be needed for this. Anyway as soon as I can I'll release wizard version with a more advanced templates (you can choose to implement directly DeleD basic objects rapresentation, just like in Lua Plugin, or just a skeleton project...., plus a couple of secret ideas....).
So bye for now, and I hope you'll enjoy these. |
|
Back to top |
|
|
afecelis DeleD PRO user
Joined: 08 Aug 2004 Posts: 427 Location: Colombia
|
Posted: Mon Mar 20, 2006 1:52 pm Post subject: |
|
|
Nice work Il Buzzo! VC8 is a very good free alternative. I'll try it out and report any probs here |
|
Back to top |
|
|
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Wed Mar 22, 2006 12:55 pm Post subject: |
|
|
Posted in the "misc downloads" section. Thank you very much Il Buzzo! |
|
Back to top |
|
|
Il Buzzo DeleD PRO user
Joined: 12 Aug 2004 Posts: 271 Location: Italy
|
Posted: Fri Mar 24, 2006 2:24 am Post subject: |
|
|
Hi Guys,
This afternoon, after my exam, I've thought to dedicate myself to a little idea I've had since I've started using VC++ 2005, create a nice wizard and integrate my new DeleD classes (just like Lua Plugin System) so to ease my plugins development....well, I'm glad to announce that I did it, here you some shots of what I intend:
and here you'll see two pages of the wizard that will guide you to plugin creation:
I hope you'll like it, I'm testing it and writing a jscript installer (just Ogresdk one) for Visual C++ Express 2005 and Studio editions.
So, if everything continues this way I'll release tomorrow or in the worst case Sunday.
Bye All |
|
Back to top |
|
|
granada Team member
Joined: 07 Aug 2004 Posts: 1955 Location: England
|
Posted: Fri Mar 24, 2006 2:38 pm Post subject: |
|
|
This looks & sounds realy cool (can we swap brains).
Dave _________________ AMD Phenom(tm)IIx6 1090t Processor 3.20 GHS
8.00 GB memory
Windows 7 64 bit
Nvida Geforce GTX 580 |
|
Back to top |
|
|
Jeroen Site Admin
Joined: 07 Aug 2004 Posts: 5332 Location: The Netherlands
|
Posted: Fri Mar 24, 2006 4:17 pm Post subject: |
|
|
Awesome! |
|
Back to top |
|
|
Il Buzzo DeleD PRO user
Joined: 12 Aug 2004 Posts: 271 Location: Italy
|
Posted: Sat Mar 25, 2006 11:28 am Post subject: |
|
|
Hi Guys,
I've finally released Visual Studio 8 project wizard, you can download from:
http://www.ilbuzzo.net/downloads/VS8DeleDWizard.zip
Screen shots are the same, more or less:
So to give you more details, you can now decide what kind of plugin you're trying to create (import or export), you can choose to add or not sample code in Export function, and finally you can choose to use my new implementated classes that rapresents DeleD inner structures.....
More, in each project a readme.txt will be auto-generated as well as a doxygen file for documentation, and a custom Guide.chm is included (different depending on plugin schema) is included in each project so you can have a quick reference to classes and structures used....More than this I cannot do at the moment ....
Anyway if you have troubles you know where to post .
Bye All
@Dave
Swap Brains? Uhm!!! Need to think about it!!
I really sleep not so much , cause here in Italy we said:
"Chi dorme non piglia pesci?", I'm trying to search an equivalent
in English but still can't
@Anyone
Thanks for support guys!!!!! |
|
Back to top |
|
|
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Sat Mar 25, 2006 12:39 pm Post subject: |
|
|
Updated the website. Replaced the 'old' (only a few days though) templates with the plugin.
Needless to say: excellent work Il Buzzo! |
|
Back to top |
|
|
Il Buzzo DeleD PRO user
Joined: 12 Aug 2004 Posts: 271 Location: Italy
|
Posted: Sat Mar 25, 2006 1:13 pm Post subject: |
|
|
Hi Paul-Jan,
Thank you very much !!!
Now I'll take another little programming pause till new DBO file format release. |
|
Back to top |
|
|
Il Buzzo DeleD PRO user
Joined: 12 Aug 2004 Posts: 271 Location: Italy
|
Posted: Thu Sep 28, 2006 4:43 pm Post subject: |
|
|
Hi Guys,
Good news.....
I've recently busted 4 bugs in this plugin wizard while reprogramming POVRAY Exporter and have added a new function to load each DeleD scene structure with just one calling.
Anyway as usual you must download again from the same address [just 286Kb]:
http://www.ilbuzzo.net/downloads/VS8DeleDWizard.zip
As usual please Paul-Jan or Jeroen update to DeleD site as soon as possible, thanks.
Bye all, |
|
Back to top |
|
|
trucker2000 DeleD PRO user
Joined: 11 May 2005 Posts: 1839 Location: Sacramento, California
|
Posted: Wed Nov 08, 2006 2:15 am Post subject: |
|
|
Thanks for this IlB.
I'm using vis studio express 2005 (and hate it)
I decided to attempt a simple pluggin today, so downloaded your wizard and installed it.
README wrote: |
Unzip package somewhere, then run jscript file for your configuration,
use:
-VC8_Express_setup.js to install with Visual C++ 2005 Express
|
I did, got a message stating it was now installed.
README wrote: |
If everything works when you'll next run Visual Studio (or Express)
you'll find a DeleD icon in Visual C++ projects.
|
No DeleD icon in my visC projects. It still has the same ones it had before.
I have the sdks all installed so that I can compile torque.
Any clue what I could have done wrong? Does anything need to go into the vis studio folder? _________________ Some day I will grow up and be a real modeler.
"Never give up! Never surrender!!"
Sys specs:
asus
8 gigs ram
Invidia gtx560 video card
Windows 8 (worst op sys Ever) |
|
Back to top |
|
|
Il Buzzo DeleD PRO user
Joined: 12 Aug 2004 Posts: 271 Location: Italy
|
Posted: Mon Nov 13, 2006 4:40 pm Post subject: |
|
|
Hi Trucker,
To see deled icon you must choose new project and then select from projects list Visual C++, then you'll see DeleD icon but just if you have visual c++ express 2005 installed.
Please let me know if problems persist.
Bye |
|
Back to top |
|
|
|