Bruce McGee

5,858
reputation
298 views

Registered User

name Bruce McGee
member for 1 year
seen 3 hours ago
website
location Canada
age
1d
comment Should I start my new shareware project in C# or Delphi?
C# is a fine language, but new versions of Delphi also introduce new language, library and IDE improvements, too. More so since they've been backed by Embarcadero. delphi.wikia.com/wiki/…
2d
revised Ensuring functions within a webservice are secure in delphi
Spelling; added 4 characters in body
Dec
11
comment INDY 10.1.5 - Which SSL dlls work?
I think it will make things simpler.
Dec
11
accepted INDY 10.1.5 - Which SSL dlls work?
Dec
9
answered INDY 10.1.5 - Which SSL dlls work?
Dec
7
comment Enabling XP visual themes / visual styles kills performance
Did you track the performance problem down to one particular thing, or was it a combination?
Dec
7
accepted Enabling XP visual themes / visual styles kills performance
Dec
4
answered Enabling XP visual themes / visual styles kills performance
Dec
4
comment How to implement the OnResizeEnd Event for TFrame ?
Looks like you are right, making my response incorrect. My bad for making the assumption.
Dec
3
comment How to implement the OnResizeEnd Event for TFrame ?
No, I'm not sure. I assumed it would also work with frames. I'll take a look when I get a little time.
Dec
3
answered How to implement the OnResizeEnd Event for TFrame ?
Dec
2
answered Will Datasnap be appropriate for up to 8 non-communication intensive bi-directional multiplayer game?
Nov
30
accepted Compile delphi 5 code in Delphi 2009
Nov
30
answered Compile delphi 5 code in Delphi 2009
Nov
26
answered How can I disconnect any process from the Internet using Delphi?
Nov
25
comment Delphi 64-bit Preview Compiler available?
@Stefan - Trust me, they've started, so at least some of the work is being done in parallel. You also shouldn't consider the cross platform work to be completely separate from the 64 bit work. They will both be taking advantage of cross compilation. edn.embarcadero.com/article/39174
Nov
25
accepted Delphi 64-bit Preview Compiler available?
Nov
25
comment Getting started with unmanaged Windows application?
@steven - Some issues with managed (.Net) environments for client apps include the requirement of a large runtime, delayed startup because of loading the .Net runtime and jitting, increased memory usage and potentially sluggish UI. I like .Net a lot for web apps, but it isn't my first choice for client side development.
Nov
25
answered Getting started with unmanaged Windows application?
Nov
24
revised my GetHttp works with HTTP but HTTPS returns invalid data
deleted 1 characters in body
Nov
24
revised my GetHttp works with HTTP but HTTPS returns invalid data
added 3 characters in body; added 86 characters in body
Nov
24
answered Delphi 64-bit Preview Compiler available?
Nov
24
answered my GetHttp works with HTTP but HTTPS returns invalid data
Nov
23
comment Help with strange Delphi 5 IDE problems
Happy to help...
Nov
23
accepted Help with strange Delphi 5 IDE problems
Nov
23
answered How Can I Get the Compile Date and Time in Delphi
Nov
16
comment How to disable the Formatter in Delphi 2010
@Nick, right-click in the source code.
Nov
15
revised How to disable the Formatter in Delphi 2010
edited tags
Nov
15
answered How to disable the Formatter in Delphi 2010
Nov
13
comment Help with strange Delphi 5 IDE problems
What are they? There might be a known issue that someone recognizes. Regardless, I would try uninstalling them and see it it has any impact.
Nov
13
answered Help with strange Delphi 5 IDE problems
Nov
13
comment What are the ways of interchanging string data between clients and a server in Delphi?
It's one less external requirement for my application to worry about. I like XCopy install for servers as much as I do for client apps. :)
Nov
13
accepted When did my application start running?
Nov
13
answered What are the ways of interchanging string data between clients and a server in Delphi?
Nov
13
comment When did my application start running?
@gabr. nice link. Thanks.
Nov
13
comment When did my application start running?
@Ken, you're going to make me blush.
Nov
13
awarded  Nice Answer
Nov
12
comment When did my application start running?
Peter. No. His answer is close to the second part of my answer, except Ken posted his first and included source code. If that's the way you choose to go, you should select Ken's answer as the correct one.
Nov
12
answered When did my application start running?
Nov
11
comment Delphi: How to use line breaks in a ini file?
I've used #7 to replace #13#10 when saving and convert it back when reading. It's certainly a character that won't occur naturally. :)
Nov
11
comment Delphi: How to use line breaks in a ini file?
Which URL Encoding function do you use?
Nov
10
answered What technology rules the shareware business?
Nov
10
comment Did you ever encounter commercial VCL component/suite without bugs?
I think your point was along the lines of there being a cost to neglecting maintenance, which is fair. My point was that not every flaw is necessarily a show stopper.
Nov
10
comment Did you ever encounter commercial VCL component/suite without bugs?
Not all bugs are fatal. For example, it's also true that all roads have flaws such as potholes, manhole covers, stop lights (subjective definition of a "bug" :), etc. But this doesn't affect my commute that much.
Nov
10
answered Did you ever encounter commercial VCL component/suite without bugs?
Nov
9
comment Delphi - How to monitor the network
And since your answer seems to be a good one, don't feel guilty about accepting it.
Nov
9
answered Firebird or NexusDB
Nov
9
comment can you recommend a really super native delphi graphing engine?
Do you have some Delphi specific examples showing how to use these?
Nov
8
revised Nice bit of code to format an xml string
Corrected LibTidy URL
Nov
7
comment Charting recomendations for Delphi
Responding to your edit: I would be very happy to learn how to duplicate something like this using TeeChart. devexpress.com/Products/NET/…