A
Alex
Hi
I have been planning to move over to .net for some time now but I have a lot
of code written in VB that uses a lot of win32 api's. The main area is
reading and writing data quickly to and from file and in memory. currently I
use copymemory extensively along with varptr. I want to continue to write
fast code but I am not sure how efficient the serialize functions built into
much of .net are. I also use filemapping to perform high speed read write
access to my own very large data files.
are there features built into .net framework to support file mapping
Once I have figured out these few problems i can start to properly translate
existing code to vb.net
thanks
alex
I have been planning to move over to .net for some time now but I have a lot
of code written in VB that uses a lot of win32 api's. The main area is
reading and writing data quickly to and from file and in memory. currently I
use copymemory extensively along with varptr. I want to continue to write
fast code but I am not sure how efficient the serialize functions built into
much of .net are. I also use filemapping to perform high speed read write
access to my own very large data files.
are there features built into .net framework to support file mapping
Once I have figured out these few problems i can start to properly translate
existing code to vb.net
thanks
alex