Posted Thursday, March 12, 2009 1:02 AM
|
|
|
|
I am using the syntax below and am getting a license related exception. How can I ensure the license file is working correctly?
Dim A As Bluebit.MatrixLibrary.Matrix = New Bluebit.MatrixLibrary.Matrix(15, 15)
Using the syntax "Dim A As Matrix" conflict with a Matrix property in the System.Drawing.2D namespace.
Thx - LP
|
|
Posted Friday, March 13, 2009 9:04 AM
|
|
|
|
| If you are also using the System.Drawing2D namespace then this is the correct way to use Bluebit.MatrixLibrary.Matrix object. What kind of license do you have? Is a Trial, Single Machine or a Developer's license?
Trifon Triantafillidis | Lead Developer |
|
|
|
Posted Friday, March 13, 2009 9:08 AM
|
|
|
|
|
|
|
|