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 strongm 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: *

  1. CBuilder

    How to write interrupt functions in visual c++?

    Easy, you can't. You are not allowed to operate interrupts and register in user mode. You need to write a device driver, wich run in kernel mode.
  2. CBuilder

    Se Physical Memory Size

    As i can see, you push your system to the limits. The only way is to add more memory. I already got a server to develop wich took 1Gb of memory. To run the server properly, we needed to add an additional 512Mb ram (1.5 gb). The function "SetProcessWorkingSetSize" works correctly, the...

Part and Inventory Search

Back
Top