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.


Messages - vinh

Pages: [1]
1
Window / Re: Debug Win64 std::length_error (Debug Error Only)
« on: April 06, 2020, 06:53:50 am »
yes! it working but I don't know
I'm try: title.c_str()

2
Window / [Solved]Debug Win64 std::length_error (Debug Error Only)
« on: April 06, 2020, 06:43:37 am »
I have error: "std::length_error"

infor my system: visual studio 2019, SFML 2.5.1
How to fix it?
infor my error code:
Code: [Select]
data->window.create( sf::VideoMode( width, height), title, sf::Style::Close | sf::Style::Titlebar);

Pages: [1]