.net Framework under Compact Framework

  • Thread starter Thread starter Marc
  • Start date Start date
M

Marc

It is possible to use under the compact framework a dll which is from the
normal .net framework?
If it works, how?


Greez
Marc
 
No. You'd need the source, which you might be able to retarget to the .NET
CF (if it didn't use any assemblies that only were in the full framework),
but if you're asking about some DLL from Microsoft or other binary-only
distribution, no, there's no way.

Paul T.
 
Back
Top