Mark Beckwith

613
Reputation
278 views

Registered User

Name Mark Beckwith
Member for 11 months
Seen 20 hours ago
Website
Location Fort Worth, TX
Age 41

I'm the founder and principal software engineer at Intrig (intrig.com).

My primary focus is the Intrig Data Monitor, a cross-platform, high performance message decoder that utilizes Qt's Model/View system.

I also do C# consulting.

Nov
3
awarded  Tumbleweed
Oct
27
asked Trouble with ActiveQt
Oct
5
awarded  Nice Answer
Aug
18
comment C# Automatic Properties
Excellent answer. I thought there was no difference until you brought up references.
Jul
13
comment Is it possible to use GCC without Cygwin or MinGW?
One thing also to note, when you distribute a program built with MSVC, you still have to include redistributable libraries. With MinGW, you redistribute mingwm10.dll.
Jul
13
answered What are the common sense SEO practices that aren’t dodgy or crap?
Jun
29
revised Passing variables from one form to another in QT
edited body
Jun
29
accepted Passing variables from one form to another in QT
Jun
29
answered Passing variables from one form to another in QT
Jun
24
awarded  Autobiographer
Jun
17
answered In Windows, What Makes qmake Append a “d” to a Debug Target?
Jun
12
comment which cross compiler ??
Good Answer. I've been building my MinGW based program on Windows. The next version I'll start cross compiling and this info will come in handy. Thanks.
Jun
9
answered Creating program libraries in Windows and LINUX [C++]
Jun
9
comment Show window in Qt without stealing focus
I've tried a couple of things, setting no focus, and setting disabled, but the focus was always stolen. Workaround: Open all your windows at startup and just update them during runtime.
Jun
9
revised What does -fPIC mean when building a shared library?
cleared up definition
Jun
8
answered What does -fPIC mean when building a shared library?