Board index » cppbuilder » Getting the address of STRINGTABLE items...

Getting the address of STRINGTABLE items...


2005-11-27 07:17:47 PM
cppbuilder28
Hi,
Can I calculate the checksum of STRINGTABLE from the
resource file if I know the first and the last resource ID number?
(In other words, how to get the address of the resource ID,
so that I can process the data in a function...)
--
Best regards,
Vladimir Stefanovic
 
 

Re:Getting the address of STRINGTABLE items...

It seems that FindResource could help... but haven't
tried yet.
--
Best regards,
Vladimir Stefanovic