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 gkittelson 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. mehmetnal

    setvect and getvect

    Salem, I thought your code would work when i compiled it. It compiles but it doesnt do the job. I tried my program with turbo c's setvect and getvect, it worked, but it doesnt work with your code, although it looks like correct. I couldn't find out where the mistake is.
  2. mehmetnal

    formatting c: drive

    I want to format my c: drive. I'm using xp pro and it doesn't let me do it. Is it possible to format c: using xp? How should I do it?
  3. mehmetnal

    setvect and getvect

    I know how to use turbo c's setvect and getvect. My problem is how to implement my own setvect and getvect functions.
  4. mehmetnal

    setvect and getvect

    I have to write my own code for setvect and getvect functions instead of using turbo c's setvect and getvect. The prototypes are: void interrupt (*getVect(int intNo)) (); void interrupt setVect(int intNo, void interrupt(*isr) ()); I tried to use far pointers but i had errors(cannot convert...

Part and Inventory Search

Back
Top