weimingtom / agui

Automatically exported from code.google.com/p/agui
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

exTextBox Error in Example #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Hi,
You've done a great work. Hope this project will not be abandoned, 'cause it's 
really helpful (just missing some basic documentation).

I'm (trying) using your libraries in windows, codeblocks.
I've managed to install everything and to compile and run your example from 
last trunk.
I've got a segmentation fault in line 181 and in every exTextBox.appendText() 
line.
If I comment the appendText() lines i've got a segmentation fault on 
gui->render().
If I comment all the exTextBox portion of code everything is fine and i got the 
example running. 
Is this a bug or I've done some error on building libraries?
Thank you in advance and good work.

Original issue reported on code.google.com by mario.sa...@gmail.com on 15 May 2013 at 12:39

GoogleCodeExporter commented 8 years ago
Hi!

Could you try to use a debugger and give me a stack trace? That will tell me 
which line in Agui caused the problem. I have used it with MSVC and G++ on 
Linux, but have not tried it with MinGW variants. It might be a bug, but, if 
things are crashing a lot like that, it might be a compiling problem.

Thanks

Original comment by joshua_l...@hotmail.com on 2 Jun 2013 at 11:22

GoogleCodeExporter commented 8 years ago
Fixed in R154

Original comment by joshua_l...@hotmail.com on 12 Aug 2013 at 3:35