Author Topic: TrIDLib.dll and C#.NET in VS 2005.  (Read 10388 times)

Guillermo

  • Guest
TrIDLib.dll and C#.NET in VS 2005.
« on: November 17, 2008, 04:47:50 PM »
Hi, I have been trying to test the library but when I add a reference VS says: "A reference could not be added. Please make sure that the file is accesible, and that it is a valid assembly or COM component."

How can I get this working?.

Thanks.

Mark0

  • Administrator
  • Hero Member
  • *****
  • Posts: 2743
    • Mark0's Home Page
Re: TrIDLib.dll and C#.NET in VS 2005.
« Reply #1 on: November 17, 2008, 05:01:09 PM »
Hi!

TrIDLib is a Win32 DLL, not a .NET assembly or COM component.
Check the samples sources package to see some usage examples from C# (and a lot of others languages / dev environments).

http://mark0.net/code-tridlib-e.html

If instead you require a managed library, have a look at the TrIDEngine. There's no free version avaiable, but if you need a demo / test version contact me trough email.

Hope this helps,
Bye!
« Last Edit: November 17, 2008, 05:02:57 PM by Mark0 »