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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Pombal

Pages: [1]
1
General / SFML2 and Visual Studio 2010
« on: April 23, 2010, 09:13:24 pm »
I compiled the packages with vs2010 and got linker errors.
I changed the platform toolset from v100 to v90 and it ran without a problem.
If i change the platform toolset again it compiles but it gives me an acess violation exception in WindowImplWin32.cpp line 140:

Code: [Select]
int count = MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, title.c_str(), static_cast<int>(title.size()), wTitle, sizeof(wTitle) / sizeof(*wTitle));

My question is:
Is this a common problem? How do i use sfml2 or 1.6 with visual studio 2010?
Thanks

2
Window / Create SubWindows?
« on: November 20, 2009, 07:37:30 pm »
Hi, i've searched in the tutorials, docs and forum and found nothing...

Is it possible to create sub windows like in glut:

Code: [Select]

glutCreateSubWindow(win, 0, 0, WINDOW_W/2, WINDOW_H);


Thanks

Pages: [1]
anything