VS2017 C++ Android Folder Handling -


i using c++ in vs2017 write app android. using windows 7 64bit, , debugging using real life samsung s7 pc can't handle google emulator.

i have got basic app working changes screen colour either red green or yellow. want display full screen texture using opengl.

however falling @ first hurdle. have load bmp function takes char * file path, , @ moment trying use "./my_texture.bmp".

no matter put bmp file on phone or in folders on pc itself, software cannot find file. i've copied multiple places on phone , never gets found.

i need texture in folder not part of apk file software write require this.

so not understanding how file handling works in android.

where "./" direct to? how can change that?

what path use specify static folder? android use "c:\" it's main hdd or work differently?

i have tried googling not know enough looking ask right questions.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -