Mihai Limbasan

5,363
Reputation
873 views

Registered User

Name Mihai Limbasan
Member for 1 year
Seen 4 hours ago
Website
Location Cluj-Napoca, Romania
Age 32
Clobbering memory at the end of a pointer...
Dec
1
comment What settings storage format to choose?
That's true, but in this case probably beside the point. I would definitely worry about silent data corruption and manual recovery for documents, work items and the like, but that's probably not a big issue for settings storage.
Nov
22
comment Qt Creator Project Build Error
@kemiisto: Then it's broken anyway, at the moment there's no reasonable way to get the win32 port of dbus (which is badly outdated) to work with QtDBus...
Nov
22
comment Qt Creator Project Build Error
Bingo. The fix is to remove the dbus module from the .pro file. Open it and either remove dbus from the QT += line, or add another line reading QT -= dbus to the file. kemiisto, could you perhaps edit your answer to include this info?
Nov
22
revised Qt Creator Project Build Error
Reformatted, retagged, removed redundancy
Nov
20
revised URL for multiple markers in Google Maps
Linkified mapki.com link
Nov
20
comment Some components cause block threads
I don't think there is the slightest chance that anyone can help you without a lot more information about what those threads are doing, about how you're retrieving the data for the tree nodes, about possible access from the threads to the main VCL thread, and about how exactly you're synchronizing access to the worker thread results.
Nov
17
revised QtPython Qtreewidget Problem
Reformatted code.
Nov
17
comment What principles should be followed to make a DLL created using Delphi works well in other Delphi version?
+1. Perhaps unrelated, but don't forget to declare all (non-COM) DLL exports as stdcall if you're going to consume them in languages other than Delphi.
Nov
12
revised Bluetooth on Lazarus/FreePascal on Mac OS X
Spelling.
Nov
11
revised How do you validate that a string is a valid IP address in C++?
Further clarification
Nov
3
comment How do I make tab control take over entire window in Qt Creator?
Instead of adding a completly pointless answer, perhaps it would be more productive for you to bookmark the question by upvoting it and by marking it as a favorite by clicking the star under the vote arrows...
Oct
23
awarded  Nice Answer
Oct
16
revised Using a QListView or similar effectively in Qt4
Fixed links.
Oct
15
revised Question about a QList<QStringList> in Qt
Fixed minor title spelling :)
Sep
24
accepted How can I get around the lack of a finally block in PHP?
Sep
18
awarded  Yearling
Sep
17
accepted Compiling OpenSSL on windows
Sep
16
answered Compiling OpenSSL on windows
Sep
15
comment Delphi won’t run!
Welcome aboard :)
Sep
14
comment Delphi won’t run!
No'am, seeing that Paul-Jan's solution worked, can you please accept his answer?
Sep
7
answered Delphi2010 Compiler error: F2084 Internal Error: L1737
Sep
2
comment Does somebody know the current status of Graphics32?
Thanks, good to know.
Aug
28
revised win32:libs undefined reference
Reformatted and rephrased
Aug
28
revised What’s the rationale behind the Qt way of naming classes?
Cleanup.
Aug
26
awarded  Nice Answer
Aug
26
answered How can I make a file trully immutable (non-deletable and read-only)?
Aug
13
accepted Are there any good free/cheap Delphi grid controls?
Aug
12
comment Delphi 4 error:- file not found:’htmlcons.inc’
You're missing a file which is included by some other file in the project. But you have provided almost no information on what you're doing. What project? There is absolutely no way anyone can help you with this little information.
Aug
6
revised Delphi and Microsoft ATL security issue
Linkified :)
Aug
3
comment Are there any good free/cheap Delphi grid controls?
Yup, I only ran across the link to the new repository a few days ago, more or less by accident, while looking for a patch for a worker thread bug (I still need to support D5.) The new repository is awesome since it benefits from the Google Code infrastructure - the ability to cherry-pick and easily contribute patches should instil new life into this component.
Aug
3
answered Are there any good free/cheap Delphi grid controls?
Jul
27
accepted Delphi 2009 SOAP request does not transfer user name with Windows Vista
Jul
14
comment ActiveX Control will not load
Deleted my factually wrong response - Eric is right, of course. Thanks.
Jun
26
awarded  
Jun
23
revised Why would SVN command line client freeze with no output on Win XP?
How is a question about development tools not programming related, Ben?
Jun
18
comment Screen capture from windows service
@bezieur: The current incarnation is much better phrased, thanks :)
Jun
16
comment Screen capture from windows service
@bezieur: "It is expected to work" != "will work", or even "has a remote chance of working". You shouldn't operate with "it is expected to work", you should test it. The Win32 service model has changed significantly in Vista and up.
Jun
16
comment Screen capture from windows service
What operating systems is running on the computers on which your service fails to operate properly?
Jun
16
comment how to use system.xml.dll in delphi
What version of Delphi are you using?
Jun
9
accepted Develop Print Driver