B
Bartosz
Hello!
I need to make a hash of some part of the Word document.
I can select the Range that I am interested in but I have
no idea how to turn the MSWord::Range object into BYTE*.
Do I have to:
a) iterate on each type of object contained in the range and
write my own serialization procedure for each?
b) copy range to clipboard and somehow serialize the clipboard?
or
c) is there some method that can return MSWord::Rangeas array of bytes?
I need to have hash in C++ and perfect solution would be in C++
but any code even in VB will be wery helpful
Platform NT, Word 2000, I don't need any .NET solutions (can't use them)
Thanks in advance for any hint
Bart
I need to make a hash of some part of the Word document.
I can select the Range that I am interested in but I have
no idea how to turn the MSWord::Range object into BYTE*.
Do I have to:
a) iterate on each type of object contained in the range and
write my own serialization procedure for each?
b) copy range to clipboard and somehow serialize the clipboard?
or
c) is there some method that can return MSWord::Rangeas array of bytes?
I need to have hash in C++ and perfect solution would be in C++
but any code even in VB will be wery helpful
Platform NT, Word 2000, I don't need any .NET solutions (can't use them)
Thanks in advance for any hint
Bart