Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746

    Question on what it takes to create plug-ins.

    OK so anyone who's been following knows that I am an average schmoe who has decided that I want to learn how to create plug-ins. OK so I have a question for the programmers. Brett mentioned a rough list of what I need but I want to make sure I'm doing this in order, he mentioned I need to learn:

    - C++
    - OOP
    - Windows API
    - MFC
    - Windows GUI
    - Visual Studio

    Is this in the right order? I'm working on the core C++ stuff but it seems pretty easy so I doubt this will take me long to at least be semi-functional at, so once I get this together is the next things to do OOP and API? BTW I think these books teach OOP alongside c++ in a sense, i.e. using classes. Anyhow let me know and please feel free to add anything you can think of because I'm creating this thread not only to clear this up but also to try and motivate some users out there to join me in my journey so we can all create a bunch of great plug-ins and get famous like Arnell Stewart and Sid Druthers.

    Corey Milner
    Creative Director, Indigo Rose Software

  2. #2
    Join Date
    Jan 2000
    Posts
    2,002
    The actual order would probably be:

    Action plugins:

    - Visual Studio (that's where the compiler is)
    - C++
    - Windows API

    Object plugins:

    - Everything from the Action Plugins category
    - OOP
    - Windows GUI
    - MFC (although you don't really have to use it - you can do all plugin development without it)

Similar Threads

  1. Using Flash within AMS4,Can we supply flash Plug ins ?
    By jimmy guilfoyle in forum AutoPlay Media Studio 4.0
    Replies: 4
    Last Post: 05-18-2004, 04:55 PM
  2. HOWTO: Create a Project Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-28-2002, 01:49 PM
  3. HOWTO: Create a Page Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-26-2002, 05:20 AM
  4. HOWTO: Create an Empty Folder
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-21-2002, 03:21 PM
  5. HOWTO: Create Nested Shortcuts in the Start Menu
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-24-2002, 10:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts