Hi, I'm trying to port my mfc application to windows embedded compact 7. For this I'm converting it as a smart device mfc application which is supporting only Unicode format.
I'm using _wsplitpath function to get some values from a file. But I'm getting the error "_wsplitpath identifier not found". Is it possible to read from a file in compact 7 environment..?
Could anyone help me to solve this issue plz ?
-Thanks in advance