Jul 15, 2005 #1 MPKS Programmer Jul 6, 2005 3 DK Why am I getting StackOverflow on this? PUCHAR pixelBuffer[262144]; I need to make the array at least this size and it have to of PUCHAR. How can I solve this?
Why am I getting StackOverflow on this? PUCHAR pixelBuffer[262144]; I need to make the array at least this size and it have to of PUCHAR. How can I solve this?
Jul 15, 2005 Thread starter #2 MPKS Programmer Jul 6, 2005 3 DK I found an answer.. Using new.. Upvote 0 Downvote