- Configuring materials
Creating a custom ramscustom.dll
- Copy the entireCustomfolder, including all subdirectories, to the local hard drive, leaving the structure intact.The following files are contained in theCustomfolder:
- RANSCustom.slnA Microsoft Visual Studio solution file.
- RAMSCustom.csprojA Microsoft Visual Studio project file.
- RAMSCustom.cs
- RAMSCustom.snk
- AssemblyInfo.cs
- OpenRAMSCustom.slnin Microsoft Visual Studio.
- Modify the code inRAMSCustom.csas needed.
- Ensure the build target is set toRelease, then build the solution, which will generateRAMSCustom.dll.
- Rename the original version ofRAMSCustom.dlllocated in theProgram Files (x86)\Rockwell Software\Batch\bin, then copy the newRAMSCusotm.dllto this location.
Provide Feedback