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
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