H
hamidC++
I used the statement:
#import "C:\Program Files\Microsoft Office\Office11\MSWORD.OLB" \
rename_namespace("MSWord"),named_guids, \
raw_interfaces_only
using namespace MSWord;
to import Word library to my addin, but it came to some compile error in
msword.tlh file
#import "C:\Program Files\Microsoft Office\Office11\MSWORD.OLB" \
rename_namespace("MSWord"),named_guids, \
raw_interfaces_only
using namespace MSWord;
to import Word library to my addin, but it came to some compile error in
msword.tlh file