Is it possible to use the source to compile into a project I am working on without using the DLL? Is this possible. Looking at the source it seems to need the nunit framework in order to compile.
Please advise
Darrell
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This brings up a good point. In the next release I will move the Unit tests to their own directory and build so it will be easier to put into your own app.
For now just remove the unit test related classes/source files and compile with the core files in your build.
Sorry for the late reply, I didn't get an email on this one.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to use the source to compile into a project I am working on without using the DLL? Is this possible. Looking at the source it seems to need the nunit framework in order to compile.
Please advise
Darrell
This brings up a good point. In the next release I will move the Unit tests to their own directory and build so it will be easier to put into your own app.
For now just remove the unit test related classes/source files and compile with the core files in your build.
Sorry for the late reply, I didn't get an email on this one.