I want to be able to create a multi-dimensional array that is 512*512 in dimension to represent the pixels in an image:
unsigned char myArray[512][512]
When I compile it (using Borland C++ 3.2) I get an error message saying array size too large. Is there any way I could get around this? Is there...
Hi all,
I'm trying to get a callback function working with the SHBrowseForFolder dialog in order to set the default folder but I'm not sure how to call it.
// Fill in the BROWSEINFO structure.
bi.hwndOwner = hWnd;
bi.pidlRoot = pidlMyComputer;
bi.pszDisplayName = buf;
bi.lpszTitle =...
I'm working a project that has a form containing a text field and a button if I add any more components like buttons for example I get the following error when I try to run the project:
Project myProject raised exception class EWin32Error with message 'Win32 Error. Code 2.
The system cannot...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.