SFML community forums

Help => Window => Topic started by: max_vodoo on March 31, 2012, 04:25:52 am

Title: sfml and regsvr32
Post by: max_vodoo 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
Title: Re: sfml and regsvr32
Post by: max_vodoo 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  ;)