- version is common 4.3.1.2
- OS : win7 64bit
I made solution of vs2012 by cygwin command make vs2012-ide-integration
and i’m trying to build this solution. but i can’t find .hpp files.
i think these files are from idl file or .rdb file
(i have experience that about generating by open office’s cppumaker)
but it doesn’t work
i tried to cppumaker some option combination such as
cppumaker -O"D:\OUT" types.rdb offapi.rdb oovbaapi.rdb
cppumaker -O"D:\OUT" offapi.rdb
cppumaker -Gc -O"D:\OUT" offapi.rdb
but it just stop… and there is no error message
can anybody help me?