Jump to content

POOM for homescreen plugins?


Guest yves

Recommended Posts

Hi

I tried to use the helloplug sample and access POOM from it. but I must have forgotten something. I wrote some poom code in a wtl project where it worked out fine, but in the plugin sample it fails

helloplug.obj : error LNK2019: unresolved external symbol CoCreateInstance referenced in function "unsigned short * __cdecl GetADate(void)" (?GetADate@@YAPAGXZ)

helloplug.obj : error LNK2019: unresolved external symbol CoInitializeEx referenced in function "unsigned short * __cdecl GetADate(void)" (?GetADate@@YAPAGXZ)

what's the problem with it?

I included

#include

#include

#include

and defined

#define INITGUID

have I forgotten anything in the project settings?

thank you for your help

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.