Hello all, I want to copy a single file, fairly large (+100MB) using CreateFile(), ReadFile(), and WriteFile().
My program successfully copied text file and other small file (in the range of KBs), but when I wanted to copy a 160 single .EXE file, it crashed and the debugger said "Stack overflow"