Create a class library for a High Performance Data Export Framework (HPDEF) plugin
- Last UpdatedApr 08, 2026
- 1 minute read
To set up a class library for High Performance Data Export Framework (HPDEF) plugin development
- Create a new C# .NET Framework class library.
- Add references to the following files:
- %DeveloperEnvironment%\RealTime\lib\OASySDNA.Common.dll
- %DeveloperEnvironment%\RealTime\lib\OASySDNA.RealTime.Common.dll
- %DeveloperEnvironment%\RealTime\lib\OASySDNA.RealTime.Data.Common.dll
- %DeveloperEnvironment%\RealTime\lib\OASySDNA.RealTime.DataExport.dll
- Using a relative path, set the project output path property to the silo bin folder.
- Do the following:
- Ensure the platform target is set to x64.
- Delete the debug build configurations from the project and solution.