Link to home
Start Free TrialLog in
Avatar of rycow
rycow

asked on

CoInitialize, CoUninitialize, and CoCreateInstance

I get link errors for all of these when i call them.  If i pass the incorrect number of parameters the compiler tells me what i shoudl be passing, but when i set everything back to being correct i still get link errors. im sure im doing something stupid, anyone know what it is?
ASKER CERTIFIED SOLUTION
Avatar of tosch
tosch

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rycow
rycow

ASKER

i knew it was something little i did wrong, thanks a lot.