EVC Library File

  • Thread starter Thread starter urgent
  • Start date Start date
U

urgent

i want to make use of dll file in my application for CF.
but the dll file is not written in EVC, is it possible to
use.
thanks , its urgent
 
If its a WIN32 dll and if its exporting some functions u
can use the dll.

Wrong, you can not.

If it's a native dll it has to be compiled for the
particular processor type (StrongArm) for example).

-Alex
 
So means that
i only can use the dll the compiled from EVC?
pls correct me if i m wrong.
thanks,
 
Hi,

It is not so much an issue of EVC, but rather an issue of the target
processor of the DLL, as Alex stated, and the OS version. If it is a native
DLL compiled for ARMv4 and the 2003 SDK then you can use it on a device with
that processor and the 2003 OS. In most cases, if the DLL was built for an
SDK of a lower version, or the standard SDK, then it will run on a later
version.

I hope this clears it up for you.

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top