Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sod32
  • Order by date
  1. sod32

    Large arrays and images

    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...
  2. sod32

    SHBrowseForFolder

    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 =...
  3. sod32

    EWin32Error

    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...

Part and Inventory Search

Back
Top