Does MSProject typelib have some error?

  • Thread starter Does MSProject typelib have some error?
  • Start date
D

Does MSProject typelib have some error?

[Phenomena]: 1. Create one shared-addin project in visual studio.net2003 with
C++/ATL;
2. Import "...\\MSPrj.olb" raw_interface_only name_guids
rename_namespace("MSProject")
using namespace MSProject;
Import "...\\mso.dll" raw_interface_only name_guids rename_namespace("Office")
using namespace Office;
3. Look through "msprj.tlh" file in "Debug", I cann't find any member
functions in the "_MSProject", "_Global" struct definition, "_Application"
struct definition doesn't exist absolutely. As i know, "excel.tlh" is correct.
4. Is that typelib problem or my fault?
thanks for your reply!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top