fWnd->setPosition( Point( 0.25f, 0.25f ) );
fWnd->setSize( Size( 0.5f, 0.5f ) );
Generates an error as Point and Size are unrelated types compared to type UVector2 and there is no cast operator.
[edit]
Never mind I used the macro for the dim create and now get linker errors. This is taking far too long and I will look for another alternative to the library ;(
[edit edit]
That sounds a bit harsh.
I have heard many good things about the library, but the setting up of it I have heard bad comments made on forums. At the present I just wanted something quick to plugin and have so far spend the best part of a day and a half and still have no output. When I have more time I may well return to this gui(as I dont like to be beaten lol).