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 Mike Lewis 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. thompsm

    Help with using ZThreads 2.3.1

    I'm trying to use ZThreads 2.3.1 with Visual C++ 6.0. I can compile the ZThread libraries and link with my code just fine. When I run the code it crashes whenever it tries to start a thread. Has anybody used ZThreads with Visual C++ successfully. If so, how did you configure the Project...
  2. thompsm

    Can't display an edit control on a form

    I want to write a program that will create a GUI on the fly based on commands it receives from another program. I created a new application in Borland C++Builder 6. It creates the standard form. I tried to add an edit control to the form without using the designer. I tried the following...
  3. thompsm

    Failed BIOS upgrade for Asus A7V133

    We downloaded the version 1009 BIOS for the Asus A7V133 motherboard. Flashing the BIOS was reported to be successful, but when the system was restarted it got to the point when it accesses the floppy or harddrive and it freezes. We can't boot the system to restore the old BIOS. Does anyone...
  4. thompsm

    Virtual Memory Exhausted

    I am running Tru64 Unix 4.0g and using gcc 3.3.1 to compile a library. During the compilation an error message "virtual memory exhausted: not enough space" comes up and the compile aborts. I have 2GB of swap space. I've monitored the swap space during the compile and the highest it...
  5. thompsm

    installing/formatting a disk

    Mike, First, you use the newfs command to create a filesystem. For example: newfs /dev/rz1c rz28 Second, do a file system check. For example: fsck /dev/rrz1c Next, the file system can be mounted. For example: mount /dev/rz1c /u1 Lastly, you need to add a line to the...
  6. thompsm

    Tru64 Unix on Digital Server 5000

    The Digital Server 5000 was designed to run Windows NT. Does anybody know how to configure the machine so I can install Tru64 Unix 4.0g?

Part and Inventory Search

Back
Top