WinCE macro and Log Location
WinCE macro:
----------------------
#ifndef WINCE
fp = fopen("C:\\Test2ByteAligned.Dump","wb");
#else
fp = fopen("\\My Documents\\Test2ByteAligned.Dump","wb");
fp = fopen("C:\\Test2ByteAligned.Dump","wb");
#else
fp = fopen("\\My Documents\\Test2ByteAligned.Dump","wb");
0 Comments:
Post a Comment
<< Home