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

    calling external dll

    Thanks, I sure did miss that. And of course nothing about this in link error help. ?Not enough letters in alphabet that someone could give this another name like *.adr 'If its hard to write it should be hard to read'
  2. slowbob

    calling external dll

    Conceptual misunderstanding I have always believed that .lib were pieces of code which could be included in my compiled code While .dll were pieces of code that stayed external. However my Code Warrior compiler won't link to a dll unless the .lib file is available. This line alone will not do...
  3. slowbob

    write a kbhit() function using stdio

    Thanks, I'll try this. 20 years of improvments and 'high level' languages and we still have to solve problems in assembler! Hope you had good Xmas. 'If its hard to write it should be hard to read'
  4. slowbob

    write a kbhit() function using stdio

    No nice try guys. 1) A TSR will not run on target machine. 2) CodeWarrior has only implemented kbhit() for Mac not PC.:-P
  5. slowbob

    write a kbhit() function using stdio

    How do I test for any key without stopping program flow? c = getc(stdin); halts and waits for enter key. I wan't to keep going until a key is hit. windows app using nospace std
  6. slowbob

    How do I convert float to string?

    Thanks, Sometimes the simplest things are the most difficult. I just saw another thread with the same question on an integer. I don't think its obvious that sprintf is so flexable. I assumed (wrongly) that print would only go to a device.
  7. slowbob

    How do I convert float to string?

    I need to do some special formating on a float. The only answer I can think of is converting to a string then modify string. Somthing like Basic sVar = STR(fVar)

Part and Inventory Search

Back
Top