RapidCode C# Project Creation
Here is a step by Step Guide to setting up a RapidCode project using C# in VS2005.
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)
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. 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.