Results 1 to 4 of 4

Thread: Plugins

  1. #1
    Join Date
    Mar 2007
    Posts
    3,681
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default Plugins

    ok SB tried to explain me this briefly but i still didn't fully understand what are plugins and what are they used for?

    if someone can explain thanks maybe an example would be nice thanks in advance,

    Hugo

    (srry for the nooby questions btw)

  2. #2
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    Plugins are created in Delphi. Check sample TestPlugin.dpr to find out how.
    
    Usually you will need plugins only for platform specific features or time critical highly optimized functions.
    
    The CppTestPlugin files show how to umport functions from c++. (You need Borland c++ Builder (6) to compile the c++ file into an object file with Build.bat)
    The readme for plugin developers

    Don't know if that helps you at all.

  3. #3
    Join Date
    Mar 2007
    Posts
    3,681
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Sp0rk-eh View Post
    Code:
    Plugins are created in Delphi. Check sample TestPlugin.dpr to find out how.
    
    Usually you will need plugins only for platform specific features or time critical highly optimized functions.
    
    The CppTestPlugin files show how to umport functions from c++. (You need Borland c++ Builder (6) to compile the c++ file into an object file with Build.bat)
    The readme for plugin developers

    Don't know if that helps you at all.
    yer it does thanks

  4. #4
    Join Date
    Aug 2007
    Posts
    104
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well, from what I can tell, they hold functions made in Delphi or C++ that can be used by SCAR to maximize SCAR's power. I think FindColorCircleD is in the freddy plugin, for example.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 12-20-2008, 06:19 PM
  2. plugins..help?
    By n0n4m311 in forum OSR Help
    Replies: 3
    Last Post: 10-04-2008, 03:59 PM
  3. Replies: 2
    Last Post: 01-18-2008, 10:20 PM

Posting Permissions

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