Hi experts,
This is a tough one. I have 496 bytes of memory on a hardare key. I have a .dll file to read and write to that memory. I can access this memory two bytes at a time i.e. Each memory address points to 2 bytes of data, so there are 248 memeory addresses. I have four applications that have to access the memory on that hardware.
I need a dynamic memory management algorithm in vb 6.0 to figure out which memory is free. Once an application uses free memory there has to be a memory map to tell which memory location is free. The memory map has to be stored on the hardware key itself. The memory map also has to say which apllication is using which location. I really need some help on this one.
Thanks
quantster
Start Free Trial