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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.