Hi all,

I am trying to do this one: http://blogs.msdn.com/rslaten/archiv...he-MP-API.aspx and I am experiencing an error regarding CoCreateInstance. It returns the error code 80040154.

I did some research and I think that this means 'class is missing'. However, I followed all the steps in the link, placing the #include "SmsMsgAPI.h", #include "SmsMsgAPI_i.c". However, I did not register the smsmsgapi.dll using regsvr32.

The reason I did not was because I am running this code in a Windows Pre-Installation Environment 64-bit. I tried to register it but it failed because it does not have 32 bit support.

Do you think that this is why the CoCreateInstance returns that error code?

Thank you!