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 Wanet Telecoms Ltd 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: 5888
  • Content: Threads
  • Order by date
  1. 5888

    Temperature Sensor problem

    I am having a problem for writing a CPU temperature sensor program. I have found some information at Microsoft website but I do not know how to implement it. Hopefully you guys can guide me, thank you. This is the link...
  2. 5888

    File Size

    Hello there. I am having problem to check the size of a binary file. Do I need to use FCB? Can you please give me an example (MASM)?? Thank you.
  3. 5888

    COM to COM chat

    Hello there. I am trying to write a chat program through the serial com port. Unfortunately, the following code that allows me to send a character at one time. So I am not able to type an English word and send it to the other side. For example if i would like to send "Hello" from...
  4. 5888

    History

    Hello there. Is there anyway to clear the IE History, Cookies, Temporary Internet Files, Documents and Run? Any API available to clear these? Thank you.
  5. 5888

    INT13h, AH=02h

    I tried to write a program that reads the boot sector from floppy drive A and store it at a variable called Sector. I am having problem with my code but I do not know where to debug, please help. Thank you. The following is my code for MASM: .model small .stack .data Sector db...
  6. 5888

    Error linking file

    Hello there. I am having problem to link a file after compilation. I am using VC++ 6.0 to compile and link a file, but it gave me an error message &quot;response line too long&quot;. What's going no to my VC++ 6.0? Even just a simple program like: #include <stdio.h> main() {...
  7. 5888

    Processor &amp; Fan

    Hello there. May I know is it possible to read the temperatures of processor and motherboard, also the speed of CPU fan and chassis fan? I can see the readings from my BIOS but how am i going to retrieve the data?
  8. 5888

    Microsoft Visual C++ 6.0 in WinXP Pro

    Hello there. I just installed Microsoft Visual Studio 6.0 in Windows XP Professional. I noticed that Microsoft VC++ 6.0 is unable to start. So I tried to install Visual Studio Service Pack 5 but still the same error. The error message is: &quot;Cannot load package 'devdtg' because its internal...

Part and Inventory Search

Back
Top