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 gmmastros 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: hed
  • Order by date
  1. hed

    Accessing the Registry from a program

    I am unable to get the RegQueryValueEx function to work properly in the following code, would someone please tell me what I am doing wrong (my first Win32 program). Maybe the problem has something to do with the following error. When compiled the 'W8079 Mixing pointers to different 'char'...
  2. hed

    Registry editing

    I am unable to get the RegQueryValueEx function to work properly in the following code, would someone please tell me what I am doing wrong (my first Win32 program). Maybe the problem has something to do with the following error. When compiled the 'W8079 Mixing pointers to different 'char'...
  3. hed

    Declaring a large array

    I'm using Borland C++ and I can't declare an array larger than 10,000 bytes (type 'char'). I need about 30k, would someone please tell me how to do it, I forgot to say that this is for a DOS program. Shoulden't it be possable to somehow put the data in it's own segment and get 64k (65,536)?

Part and Inventory Search

Back
Top