R
rickbear
Hi Group,
I am trying to develop an application in CF 2.0 for WCE.
In my code I am using some unmanaged code from coredll.dll.
After doing some research though, I discovered that WCE can be build
with a platform builder and changed for any device, so that the
builder decides which dlls to distribute with that unique build.
This could be a problem as my intention was to have my application
work on as many WCE as possible (any newer version, 4.2+) with CF2.0
installed.
So, my questions are: is coredll a dll which will be present on any
build of WCE?
And if so, is it possible for the platform builder to modify the
coredll so there will be different versions of coredll where functions
described at msdn for coredll are excluded? (Making it impossible to
know if e.g. FindWindow, ShowWindow etc. are present).
Some background for my question:
http://msdn.microsoft.com/en-us/library/aa448387.aspx :
"The coredll module is the basic operating system (OS) module that
provides core functionality to other modules. This module must be
present in all OS designs, but not all of its components are always
required."
- rick -
I am trying to develop an application in CF 2.0 for WCE.
In my code I am using some unmanaged code from coredll.dll.
After doing some research though, I discovered that WCE can be build
with a platform builder and changed for any device, so that the
builder decides which dlls to distribute with that unique build.
This could be a problem as my intention was to have my application
work on as many WCE as possible (any newer version, 4.2+) with CF2.0
installed.
So, my questions are: is coredll a dll which will be present on any
build of WCE?
And if so, is it possible for the platform builder to modify the
coredll so there will be different versions of coredll where functions
described at msdn for coredll are excluded? (Making it impossible to
know if e.g. FindWindow, ShowWindow etc. are present).
Some background for my question:
http://msdn.microsoft.com/en-us/library/aa448387.aspx :
"The coredll module is the basic operating system (OS) module that
provides core functionality to other modules. This module must be
present in all OS designs, but not all of its components are always
required."
- rick -