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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -