-
Notifications
You must be signed in to change notification settings - Fork 26
Setup
PieRGud edited this page Jun 30, 2016
·
10 revisions
If you haven't already, add the ComputerPlus.dll to your project as a reference. This allows you to access Computer+'s API. However, don't include it with your release as Computer+ should always be optional.
It is imperative that both Computer+ and your project are in the same application domain so that they can communicate appropriately. How would you go about doing that? Easy! Just follow Albo1125's API guide.
While following the guide, you may find this wrapper class to come in handy. Special thanks to Albo for taking the time to make this!
Once you have completed this step, you may continue to the next section.