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

Author Topic: sfml and regsvr32  (Read 1331 times)

0 Members and 1 Guest are viewing this topic.

max_vodoo

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
sfml and regsvr32
« on: March 31, 2012, 04:25:52 am »
i'am trying to create an activex control that uses sfml to create opengl window ,the project compiles fine but when i try to resgister it it get stuck somewhere and never register, but when i use sdl it register fine and works.
but i dont want to use sdl ,is there away around it
when i attach the debugger it freezes here

Context::Context()
{
    myDummyWindow = priv::WindowImpl::New();
}
any help plz

max_vodoo

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Re: sfml and regsvr32
« Reply #1 on: April 01, 2012, 02:04:27 am »
solved!!..
I was using sfml 1.6 but sfml 2.0 works fine thnx for the no help  ;)