P
Peter Webb
I want to use the arbitrary precision integer arithmetic package "IntX",
from http://codeplex.com/IntX/
This adds a multiprecision class for integers.
I cannot see how to add an external class in to my project. If I just
compile the IntX code as a project, I get a million errors (missing
namespace).
I can't find the library in the list in "Add Resource ..." under Project in
VS2005, which isn't surprising, because its just a downloaded file - I can't
see how its "linked" to the VS environment.
Could somebody just give me a start on how I go about adding an external
class to a Windows form application?
Sorry ...
from http://codeplex.com/IntX/
This adds a multiprecision class for integers.
I cannot see how to add an external class in to my project. If I just
compile the IntX code as a project, I get a million errors (missing
namespace).
I can't find the library in the list in "Add Resource ..." under Project in
VS2005, which isn't surprising, because its just a downloaded file - I can't
see how its "linked" to the VS environment.
Could somebody just give me a start on how I go about adding an external
class to a Windows form application?
Sorry ...