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 wOOdy-Soft 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: Mynci
  • Content: Threads
  • Order by date
  1. Mynci

    Simple Binary to BCD conversions

    hi, i know this is simple stuff, but it has been driving me mad trying to implement it. i have a number stored as a 32bit std_logic_vector. i need to convert it into bcd for display. im sure this is fantastically simple and annoying to be asked how to do it, but im yet to find a simple (and non...
  2. Mynci

    no doubt a stupid question,but a little help with error C2926

    basically i am getting error C2926, it is brought about by this piece of code: CLinkedList<struct TagStruct> TagStructList; clinkedlist is a class that sontroles a liked list, this line is meant to create a list of struct TagStruct objects called TagStructList. the structure itself is made...
  3. Mynci

    Stupid question perhaps re: memory granularity

    ok i have memory mapped a file using CreateFileMapping. basically i don't really understand the systax of MapViewOfFile, what exactly are dwFileOffsetHigh and dwFileOffsetLow? how do i set it up to allocate enough memory for whatever file i open? sorry if this is a really vague question but i'm...

Part and Inventory Search

Back
Top