Static dll reference

Hello,

I am trying to refer to a static dll in .NET Compact Framework. When the project compiles it throws "The targeted version of the .NET Compact Framework does not support using the Ansi, Auto or Unicode modifier" error. Is there any workaround for this, can a static dll be referenced in Compact Framework

thanks





Answer this question

Static dll reference

  • ink innovations

    No. You can access DLL's that export their functions only through P/Invoke.
  • Static dll reference