I’m trying to write an application which will convert note items from Domino Rich Text to MIME format.
I found in Notes C API 6.5.6 function “MIMEConvertCDParts” which should do everything I need.
I wrote simple application and copied example from documentation to see what it will look like after conversion. While running it I got Access Violation when my program calls “MMCreateConvControls”. I was trying to debug but it seams that error is somewhere inside notes.dll.
So my question is: Do I need to do something else before using this function or use some ‘special’ switches while compiling?
I’m compiling with Notes C API 6.5.6 but running on Lotus Domino 7.0.1.
Thanks in advance for any help.