how load Coredll.lib ?

  • Thread starter Thread starter Peter Foot [MVP]
  • Start date Start date
P

Peter Foot [MVP]

I've replied to your other post with a P/Invoke declaration for this
function. You can't use lib files from eVC in a .NETCF project but the
P/Invoke declarations can be worked out based on the function definition in
the .h file and knowing which dll the function is housed in - in this case
coredll.dll.

Peter
 
QueryPerformanceCounter
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Winbase.h. ===> how do I load these files so I can use
the QPC
Link Library: Coredll.lib. ===> how do I load these files so I can use the
QPC
 
Back
Top