c++ - How to Develop a Desktop Static Library to support Windows Store App -
i have migrate desktop static library (written in vc++ 2010) support windows store app (written in vc++ 2012). problem desktop static library includes many low level i/o functions, example: open, fopen, read, write, seek not supported on windows store app. questions are:
1) can use open, fopen, write functions on windows store app. if yes, location files can written?
2) functions can alternated open, fopen, read, write, seek functions?
thank help.
Comments
Post a Comment