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

Author Topic: [Solved]Debug Win64 std::length_error (Debug Error Only)  (Read 1602 times)

0 Members and 1 Guest are viewing this topic.

vinh

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
[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);
« Last Edit: April 07, 2020, 12:08:24 pm by vinh »

vinh

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: Debug Win64 std::length_error (Debug Error Only)
« Reply #1 on: April 06, 2020, 06:53:50 am »
yes! it working but I don't know
I'm try: title.c_str()

 

anything