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