Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 8 and Version 9 of Documentation/DevelopmentCenter/CreateNewPluginUsingVS


Ignore:
Timestamp:
06/26/14 18:08:01 (10 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/CreateNewPluginUsingVS

    v8 v9  
    1 = How to ... create HeuristicLab plugins (step by step) =
    2 This quick guide will help you to develop your own !HeuristicLab plugins. We are assuming that you are using Visual Studio 2010 as development environment. For a more detailed description of how to create plugins for the development trunk see UsersHowtosImplementPlugins.
    3 
    4 == Prerequisites ==
    5 We assume that you have checked out and built (see [[wiki:DevelopersManual#DevelopersManualBuildingSources| here]] how to build the sources) the !HeuristicLab sources.
    6 Your working directory should look something like this:
     1= Quick guide: Create a new plugin with Visual Studio =
     2We assume that you have obtained the source as described in [[Documentation/DevelopmentCenter/DownloadAndBuildSource]].
    73
    84[[Image(working_dir.png)]]