C#


RapidCode C# Project Creation


Here is a step by Step Guide to setting up a RapidCode project using C# in VS2005.

  • Start a new Console Application project.
  • Using the Solution Explorer, add Reference RSIQDNET.dll located at C:\SynqNet\RSIQDNET.dll.
  • Add 'using RSI.RapidCode.SynqNet.dotNET.Enums;' and 'using RSI.RapidCode.SynqNet.dotNET;' to the top of your project.cs file.
  • Please ensure that you have mpivc60.dll located in your path or Windows Folder.


Now you will be able to Build your RapidCode project without errors. Take a look at our sample applications for reference when developing your own project. Template.cs is an excellent place to start.


To further assist with Project creation, the above steps have screenshots to assist you.


Start a new Console Application project. (Click Ok)

cs1.jpg


Using the Solution Explorer, add Reference RSIQDNET.dll located at C:\SynqNet\RSIQDNET.dll.

cs2.jpg


Add “using RSI.RapidCode.SynqNet.dotNET.Enums;” and “using RSI.RapidCode.SynqNet.dotNET;” to the top of your project.cs file.

cs3.jpg


Please ensure that you have mpivc60.dll located in your path or Windows Folder. Otherwise, you will need to Add this file to the project.


Now you will be able to Build your RapidCode project without errors. Take a look at our sample applications for reference when developing your own project. template.cs is an excellent place to start.