firatagdas / qtffmpegwrapper

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

example project trigger error on executed #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Checkout qtffmpegwrapper project :
hg clone https://qtffmpegwrapper.googlecode.com/hg/ qtffmpegwrapper

2. Go to example directory.Open the qtffmpegwrapperdemo.pro using Qt 
Creator

3. From the menu I select Build -> Rebuild All

NO window come out. I got this error :
..qtffmpegwrapper\example\debug\qtffmpegwrapperdemo.exe exited with code 
-1073741515

I'm using QT 4.6.2 on Windows XP

Original issue reported on code.google.com by blackros...@gmail.com on 10 Mar 2010 at 7:23

GoogleCodeExporter commented 9 years ago
Probably the ffmpeg libraries are not in the same location as the executable 
(i.e. in
the debug subdirectory) or in a path. The typical behavior is then to exit 
without
even displaying a window and showing an error message, as the dlls that are 
required
couldn't be loaded.

Original comment by droggen on 23 Mar 2010 at 1:23

GoogleCodeExporter commented 9 years ago
Yes, you're right. After put .dll library in debug/release folder, it works! 
Thank 
you.

Original comment by blackros...@gmail.com on 23 Mar 2010 at 1:59