This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

_splitpath function is undefined in smart device mfc application in vs2008 when i try to port my mfc application to compact 7 pc

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