topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 3:08 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Problem?  (Read 3950 times)

Codebyte

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 160
  • "Premature Optimization is the root of all evil."
    • View Profile
    • CodeByter.com
    • Donate to Member
Problem?
« on: August 02, 2008, 05:16 PM »
Is there something i have to initialize? If so, I was unaware... this is a quick post as I am in a hurry to leave...

CodeByter.com - http://www.codebyter.com

Codebyte

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 160
  • "Premature Optimization is the root of all evil."
    • View Profile
    • CodeByter.com
    • Donate to Member
Re: Problem?
« Reply #1 on: August 02, 2008, 10:37 PM »
Nevermind.... Fixed it with 2 lines of coding....

CoInitializeEx(NULL, COINIT_APARTMENTTHREADED);
//blah blah blah
CoUninitialize();

lol
CodeByter.com - http://www.codebyter.com