Am 22.09.2011 08:20, schrieb Rajesh P S:
NO. I haven't modified resemble.h. And the file has above mentioned struct.
I downloaded 1.6.2 source code and I am trying to build my plugin
with 1.6.2.
I would check the include path. You find it in the "Command Line" tab of
the Project Properties dialog.
You could also generate a preprocessor output file and verify the
actually include files. Check the "Generate Preprocessed File" option in
the C/C++ Preprocessor tab of the Project Properties dialog to generate
the .i file. You will have to remove this option to compile to .obj
files after the verification.
BTW: You have used char[18] with this line: "Message fragments"
Regards,
Helge