...\OpenNETCF.Drawing.dll is not a valid assembly, type library, or COM
object.
Is this because the assembly is targeted for CF, and D2006 maybe only
accepts static references to assemblies for full .Net. Or is the
OpenNetcF.dll locked to .Net 2.0?
How do I use this assembly? I would like to call some bitmap handling
code in it, but I feel I'm lacking some elementary knowledge here.
-tor
> I'm a newbie on .Net, and on CF, and I would be grateful for tips on
> using OpenNetCF.Drawing.dll from the Smart Device Framework 2.0 beta.
> When I try to add a reference to the dll, I get this error message.
>
> ...\OpenNETCF.Drawing.dll is not a valid assembly, type library, or COM
> object.
>
> Is this because the assembly is targeted for CF, and D2006 maybe only
> accepts static references to assemblies for full .Net. Or is the
> OpenNetcF.dll locked to .Net 2.0?
It is more a case of Delphi being locked to .NET 1.1, I suspect you
could download a version 1.1/1.0 assembly of OpenNetCF.
--
Marc Rohloff [TeamB]
marc rohloff -at- myrealbox -dot- com
> It is more a case of Delphi being locked to .NET 1.1, I suspect you
> could download a version 1.1/1.0 assembly of OpenNetCF.
Thank you. The problem is I wanted to use some bitmap handling code in
SDF 2.0. Maybe I can do this by using the articles of Daniel
Wischnewski and Marco Cantu (compiling for .Net 2.0).
-tor