emanonwzy / ftk

Automatically exported from code.google.com/p/ftk
Other
0 stars 0 forks source link

On win32 all demos remain zombies when closed #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile with vc++ 2008
2. Execute any demo and close it
3. Open the task manager and you can see that the application is still running.

What is the expected output? What do you see instead?
When close any application to stop running completely

What version of the product are you using? On what operating system?
Ftk svn last update and windows vista home basic

Please provide any additional information below.

Original issue reported on code.google.com by mingo...@gmail.com on 12 Nov 2010 at 12:00

GoogleCodeExporter commented 8 years ago
Hello!

You could calling FTK_QUIT() while handling WM_DESTROY message.
in "ftk/src/backend/win32/ftk_display_win32.cpp" file.

I will fix it.

Thank you!

Original comment by ngwsx2...@126.com on 12 Nov 2010 at 6:32

GoogleCodeExporter commented 8 years ago
svn-r918.(http://code.google.com/p/ftk/source/detail?r=918)

Original comment by ngwsx2...@126.com on 12 Nov 2010 at 11:37