hi,
i'm new to this environment, porting an app from xp to wince. one of the in
house libraries that i'm porting has a call to the c lib function mkdir(). i
can't find any trace or hint of this in the wince or embedded libraries.
does wince use a different call to make a new folder? does it not allow you
to make folders from an app?
also, with no errno.h, what do you do with errno? the same lib
specifically checks for EEXIST, a standard error that errno can be set to if
a file or directory doesn't exist. how does wince use, or does it use, errno?
thanks
mickm