Mark0's Forum

Software => TrID File Identifier => Topic started by: Guillermo on November 17, 2008, 04:47:50 PM

Title: TrIDLib.dll and C#.NET in VS 2005.
Post by: Guillermo 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.
Title: Re: TrIDLib.dll and C#.NET in VS 2005.
Post by: Mark0 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 (http://mark0.net/code-tridengine-e.html). There's no free version avaiable, but if you need a demo / test version contact me (http://mark0.net/contacts.html) trough email.

Hope this helps,
Bye!