Ask Your Question

John Doe's profile - activity

2013-07-24 08:28:36 -0600 received badge  Supporter (source)
2013-07-24 08:23:39 -0600 asked a question Ask form broken on multiple systems

The ask form is broken. Steps to reproduce:

  1. Write a title.

  2. Get a list of threads with similar title

This list either blocks the form for this text so that the form can't be activated by mouse clicks, only by tab pressing (Firefox) or the first line is not visible (Chrome, Android)

Last time I tried to mention this it was blamed on my system and the thread was closed, so here is further proof that the form is broken on multiple systems and multiple browsers.

Lubuntu, Chrome:

https://dl.dropboxusercontent.com/u/54747914/share/chrome_lubuntu.png

Android, CyanogenMod:

https://dl.dropboxusercontent.com/u/54747914/share/android_ics.jpg

Windows 7, Firefox and Chrome Portable:

https://dl.dropboxusercontent.com/u/54747914/share/firefox.png https://dl.dropboxusercontent.com/u/54747914/share/chrome.png

2013-07-24 07:34:10 -0600 received badge  Editor (source)
2013-07-24 07:33:16 -0600 commented question Runtime Error

opencv.hpp includes highgui.hpp: https://dl.dropboxusercontent.com/u/54747914/share/highgui.png further it compiles without errors, which it wouldn't if it couldn't find that function

2013-07-24 07:26:45 -0600 asked a question Ask form broken

https://dl.dropboxusercontent.com/u/54747914/share/firefox.png https://dl.dropboxusercontent.com/u/54747914/share/chrome.png

Also this form eats linebreaks.

There were 5 linebreaks between this line and the previous line.

2013-07-24 07:21:32 -0600 asked a question Runtime Error

OpenCV 2.4.4 Windows 7 64 bit mingw32 with gcc 4.8.0 I am linking the 32 bit libraries

callstack https://dl.dropboxusercontent.com/u/54747914/share/opencv.png

Previous occurences: http://answers.opencv.org/question/172/segfault-in-opencv-242-and-mingw-on-winxp/ http://answers.opencv.org/question/2961/segmentation-fault-in-opencv-249master-branch-in/ http://answers.opencv.org/question/8479/runtime-error-0xc0000005-on-windows-with-244-and/

Edit: Apparently the support for DirectShow in mingw became pretty good recently, so I solved my problem by not using OpenCV at all.