Re: where i can i get the 2D barcode free components ??

2005-04-07 Thread Cameron Cole
where i can i get the 2D barcode free components ?? http://mitglied.lycos.de/AJSchmidt/index.html __ Delphi-Talk mailing list - Delphi-Talk@elists.org http://www.elists.org/mailman/listinfo/delphi-talk

Re: //Unit hell...

2005-06-07 Thread Cameron Cole
After having to re-install D6 enterprise from the CD, I applied the general updates 1 2, and the RTL updates 1 2. Now I have a version mismatch when compiling a project (message: [Fatal Error] uEnumFilt.pas(22): Unit Variants was compiled with a different version of

Re: Delphi compared with Visual Studio and C#

2005-07-29 Thread Cameron Cole
...about having to forward define everything? So, you don't write organized and thought out code, you just want to write stream of consciousness code. Golly, it must be so demanding to actually ORGANIZE your thoughts before you start writing. Yeah, defining things in the top of the

Re: [MAYBE SPAM] Re: Delphi compared with Visual Studio and C#

2005-07-29 Thread Cameron Cole
So you consider VB to be more readable than Pascal because of the Begin . . . End statements? I do find it more readable, but that isn't the main reason. I think it is less confusing to newbies. Every time I train a new programmer code like this really throws them: if x = 1 then try

Re: [MAYBE SPAM] Re: Delphi compared with Visual Studio and C#

2005-07-29 Thread Cameron Cole
Honestly, I would settle for the auto procedure create keystroke to create default parameters in the type and not forget about them and generate compile errors. Actually, if you define your methods in the interfacesection and hit Ctrl+Shift+C, it will create the same definition in the

Re: Delphi compared with Visual Studio and C#

2005-07-29 Thread Cameron Cole
Forward declarations of functions and procedures makes it easier to know what all is in the bloody unit/module. too. If you want to document your class methods and variables, nothing is stopping you from doing it in comments I just don't like being forced to do it. Honestly, I would

Re: Delphi compared with Visual Studio and C#

2005-07-29 Thread Cameron Cole
I personally found VB to be confusing! In fact it was weird words like 'dim' which prompted me to stop trying to learn it and make the jump to Delphi back when I first started! I think most programmers especially C programmers found VB to be confusing, but new non-programmers seem to take

Re: Delphi compared with Visual Studio and C#

2005-07-29 Thread Cameron Cole
Anyhoo, much as I hate to say it, Microsoft has made noises that the Win API is on the way out and .NET is the future, so standard Delphi's viable lifetime may be limited. Come on! Do you really think everything Microsoft said is true? Remember COM, ActiveX, OLE, Java and other Micro$oft

Re: Delphi compared with Visual Studio and C#

2005-07-30 Thread Cameron Cole
Even being a Delphi fanatic myself, I'd still have to say that the forward slash is slightly easier to type, not requiring use of the shift key; unlike either curly braces or parentheses. Yeah but you still have to either use the numeric keypad which I don't have on my laptop, or shift-8 for

Re: Delphi 2006 Announced...moved from Delphi List

2005-10-13 Thread Cameron Cole
Borland's marketing may be wide of the mark, but as long as their technical teams deliver the goods, I'll be a customer. Yes, but they failed to deliver a working product in Delphi 2005, at least initially, and the function upgrades I expect to pay money for (such as 64-bit support) are

Re: Delphi 2006 Announced...moved from Delphi List

2005-10-17 Thread Cameron Cole
Robert, the loyalty you mention is generally from people who are comfortable with what they are using and are afraid to make the change. Or have spent a lot of time learning a language and don't want to learn another. Maybe have invested a lot of money on 3rd party components. I think

Re: Borland to sell off developer tools

2006-02-10 Thread Cameron Cole
Are there any 3rd party component developers big enough to take this on? In financial terms and scale. That appears to me, to be the only route that would keep Delphi going as I know it. Unlikely, the only companies probably able to borrow that kind of money have been moving towards .NET

Re: Closing DB Connection when compiling

2006-05-24 Thread Cameron Cole
A somewhat cheesy fix would be to subclass TDatabase and change it so that it doens't store the connected property. Also, you could change it so that it doesn't read it in or at least ignore it when it does. - Original Message - From: Gies,Brad [EMAIL PROTECTED] To:

Re: Anyone know a name formatings function that will change mcdonald toMcDonald?

2006-06-19 Thread Cameron Cole
We wrote one and it works well enough... not pretty though. You may also need some other functions from our library. function ProperExceptions(const sValue: String): String; var lY, iLen, iZ, iY, iX: Integer; sWork, sCharUp, sWord: String; sUp, sTest: ShortString; bNew, bFound,

Re: Anyone know a name formatings function that will changemcdonaldtoMcDonald?

2006-06-19 Thread Cameron Cole
at a minimum to compile. Could you please forward them as well? Thanks Mike - Original Message - From: Cameron Cole [EMAIL PROTECTED] To: Delphi-Talk Discussion List delphi-talk@elists.org Sent: Monday, June 19, 2006 1:16 PM Subject: Re: Anyone know a name formatings function

Re: Turbo Editions

2006-08-09 Thread Cameron Cole
http://www.eweek.com/article2/0,1895,2000205,00.asp This looks like good news :) This makes so much sense. It is going back to the formula that built the name Borland in the first place with tools like Turbo Pascal. Tools that are very reasonable in cost but powerful at the same time. I

Re: Turbo Editions

2006-08-12 Thread Cameron Cole
In this new light, am I crazy for ordering a small team pack of D2006 at this time? Will D2006 become an dead, un-paranted product, incompatible with the new product-line? I'm pretty sure Borland would not answer those questions... I imagine the Borland IDE will be the business side of

Block a website in IE using delphi program

2006-10-27 Thread Cameron Cole
There is a really cheap and semi-cheesy semi-way to do this. You can setup a local proxy on the machine. By writing a series of wildcards to the \Software\Microsoft\Windows\CurrentVersion\Internet Settings registry setting under ProxyEnable=1, ProxyServer=127.0.0.1 and

Re: Borland Forming CodeGeartoFocusExclusivelyonDeveloper Productivity

2006-11-19 Thread Cameron Cole
I believe there's probably quite a few people who have worked for so-called wholly-owned subsidiaries...I know I have in the past...and taken out of the context of the conversation nothing probably IS too strong a word to use, but not in this case methinks! You have to look at the past

Re: [Fwd: Re: Delphi - current status and future?]

2007-01-04 Thread Cameron Cole
To me, the truth lies somewhere in between for Delphi. Delphi is a great WinForm language and its future is solid in that area. It will never be a Visual Studio sized product and large development shops will probably stop using it, but it will live on. People still work in FoxPro and it hasn't

Re: [Fwd: Re: Delphi - current status and future?]

2007-01-05 Thread Cameron Cole
I'll grant you that WinForm Apps do seem clunky compared to Win32, BUT, Delphi 1 seems clunky when compared to D6 as well! Consider this. C# was released in 2001 and it is now 2007. By comparison Delphi evolved much faster and much better. As a language and as an interface. Don't get me

Re: What Recommendation

2007-01-07 Thread Cameron Cole
It's fun and edifying to read y'alls comments, especially about the future of Delphi. This is particularly true as y'all are what I'd like to be - professional programmers. Well, anyway I've got a database order entry application that I'd like for our customers to access so that they can

Delphi 2007 Object Inspector

2007-09-10 Thread Cameron Cole
I am sure this is a very dumb question, but is there any way to get the 2007 object inspector to list everything like it did in Delphi 7? Basically eliminate the categories and grouping and just list every property alphabetically? I spent too many years learning the property names for

Re: Delphi future

2008-08-20 Thread Cameron Cole
I have been reading a bit about where Delphi is now and found out Borland no longer own Delphi which is a surprise, it is now owned by Embarcadero Technologies. I am interested to hear if people think Delphi has much of a future now as a software development tool? Are as many people using it

Re: The Future of the Delphi Compiler

2009-01-08 Thread Cameron Cole
VS. I must admit VS has left behind Delphi some years ago and I doubt if the new developments of Delphi will cause it to catch up... If they'll allow to mix C++ and Delphi code, or better abandon DCU altogether and allow to mix Delphi and code created with VS, it would be even more

Delphi 2009 and Strings

2009-05-03 Thread Cameron Cole
Borland may have made a change that will cause us to leave Delphi. The change in strings is creating a near epic conversion for us. We use a lot of third party controls and apparently it was pretty common to interchange AnsiString with String as well as use functions like StrPas. So now we

Re: Delphi 2009 and Strings

2009-05-03 Thread Cameron Cole
Borland may have made a change that will cause us to leave Delphi. The change in strings is creating a near epic conversion for us. We use a lot of third party controls and apparently it was pretty common to interchange AnsiString with String as well as use functions like StrPas. Bad

Re: ImageLib D2009

2009-05-06 Thread Cameron Cole
For something much better and much cheaper than Skyline, see http://www.hi-components.com/nindex.asp I am a big fan of ImageEn and the author keeps the components update regularly. The code is in pretty good shape as well. I find many component devs tend to be old C++ programmers who never

Windows File System

2009-06-24 Thread Cameron Cole
Has anyone ever emulated a drive with a Delphi? I basically want to create a fake drive and read/write contents to a file as a test. I figure it requires writing some sort of driver. Not really finding anything useful out there but this is Delphi and usually finding source or some base

Re: Windows File System

2009-06-25 Thread Cameron Cole
Has anyone ever emulated a drive with a Delphi? I basically want to create a fake drive and read/write contents to a file as a test. I figure it requires writing some sort of driver. Not really finding anything useful out there but this is Delphi and usually finding source or some base

Object Memory Usage

2009-09-25 Thread Cameron Cole
I have several ways of seeing total memory usage, but are there any easy ways to see total memory by object instance in a Delphi application? We have a strange bug somewhere in our very large multi-threaded system where an object is constantly growing and not releasing resources properly. It

Re: Shareware protection for Delphi 2010

2009-10-07 Thread Cameron Cole
This also depends on how hard you want your install to be. If you want to really secure it I would put multiple checks of the key in code since tracing into an EXE and NOPing a single address or force a JMP down the true branch is very easy. I usually create a thread that on a random time

Re: RE: Tool to find un-linked event in delphi source

2010-01-06 Thread Cameron Cole
He may have to run the convert app to get his forms out of binary and into text first. I believe it is in the Delphi bin directory and called convert.exe. On Jan 5, 2010 3:00 AM, Cosmin Prund cosmin.pr...@adicomsoft.ro wrote: Here's how I'd do it: Make an small program that does the following:

Re: Delphi Mail Merge Component

2011-01-14 Thread Cameron Cole
A relatively simple way to do this is to create a word macro and run the macro from the command line via Delphi. Similar thing can be done with VBA. It isn't as Delphi driven but it works pretty well at least with the older versions of word. On Thu, Jan 13, 2011 at 4:30 PM, SoftTech

Re: Delphi Mail Merge Component

2011-01-15 Thread Cameron Cole
Another option if you have the source to the component set, it may be easy to upgrade it to 2010. There is a very good how to and utility: *Delphi Unicode Migration for Mere Mortals: Stories and Advice from the Front Lines* http://www.embarcadero.com/images/dm/technical-papers/delphi-unicode

Re: Can anyone recommend a replacement for VCLZip?

2011-01-18 Thread Cameron Cole
Aside from a handful of open source ZipTV stays updated and comes with source. FlexCompress which I have never used is an option as well. On Mon, Jan 17, 2011 at 7:14 AM, Marcin Bury mb...@ncnet.pl wrote: You could check http://tpabbrevia.sourceforge.net/ They say that Abbrevia is D2010

Re: How it iterate a windows directory?

2011-02-26 Thread Cameron Cole
tend to use it over the fast scan methods. I have a multi-threaded version of this search on my modern applications that is much faster but it is also much more complex. On Thu, Feb 24, 2011 at 8:33 AM, Kyle Cordes k...@kylecordes.com wrote: On Wednesday, February 23, 2011 at 3:38 PM, Cameron

Re: Does somebody know how to invoke a Web Service / use WDSL from Delphi 5?

2011-03-10 Thread Cameron Cole
Can it be dialed by going to a URL and passing the params on the URL line? On Wed, Mar 9, 2011 at 4:04 PM, SoftTech mi...@softtechks.com wrote: Greetings All, I know Delphi 6 and above handle this, but I have an app in Delphi 5.1 that has not been converted to D2010 yet and my user wants to

Re: Storing a 32x32 gif image in a TClientDataset

2011-05-08 Thread Cameron Cole
This is a guess of sorts but I think if you load TGifImage into your project this error might go away for the Graphic field. I generally use a FileStream to stream the file into the field like this: procedure LoadImage(fld: TBlobField; const sFile: String); var fs: TFileStream; begin

Re: One Instance Component that support passing of parmeters

2011-05-08 Thread Cameron Cole
You don't need a component for this. Adding this to your DPR works: sApp := 'cmdline or windowname'; hndMutex := CreateMutex(nil, false, PChar(sApp)); if GetLastError = ERROR_ALREADY_EXISTS then begin SendMessage(HWND_BROADCAST, RegisterWindowMessage(PChar(sWindow)), 0, 0);

Re: Storing a 32x32 gif image in a TClientDataset

2011-05-08 Thread Cameron Cole
); cdsWeatherForcast.Post; end; end; end; I know it is something I'm doing wrong, so if you see what it is please let me know. This is really rather frustrating to me... Thanks again for your help. Mike - Original Message - *From:* Cameron Cole came...@cameroncole.com

Re: Extract a phone number from a memo

2011-10-27 Thread Cameron Cole
DIRegEx is a commercial package that is supposed to be pretty good. We use TPerlRegEx and is distributed under the Mozilla Public License. The only caveat with it is that you must either use a DLL or link OBJ files into your project. I do not know if any of them support D5 but they both support

Re: FTP Components?

2012-03-04 Thread Cameron Cole
My suggestion is Synapse components. They are free, really easy to use and we have had no problems with the components. They even have a good implementation of FTP SSL. On Fri, Mar 2, 2012 at 12:03 PM, -K2RFP- rn...@verizon.net wrote: I've never done any programming like this before and I don't

Re: Reading the System Registry

2012-11-06 Thread Cameron Cole
Try running the app in Administrator mode. It could be that Delphi is already running that way and when it spawns your application as a process that process is inheriting Delphi's rights. Just a guess though. On Mon, Nov 5, 2012 at 7:12 PM, K2RFP rn...@verizon.net wrote: I'm writing a little

Re: Need Graphic Component

2013-04-23 Thread Cameron Cole
There is a Delphi component called ImageEn that does image manipulation and has an OCR component call IEVision. We use ImageEn for image manipulation which works very well. Never used their OCR component though. For OCR we use Omnipage via their C++ interface. Works very well. On Sun, Apr 21,

Re: Need Graphic Component

2013-04-24 Thread Cameron Cole
for open source, this is way above my budget! :-) At 10:23 AM 4/22/2013, Cameron Cole wrote: There is a Delphi component called ImageEn that does image manipulation and has an OCR component call IEVision. We use ImageEn for image manipulation which works very well. Never used their OCR

Re: Need Graphic Component

2013-04-24 Thread Cameron Cole
to do that with Tesseract. At 07:50 AM 4/24/2013, Cameron Cole wrote: You can also try Tesseract OCR. When we tested it, it worked really well. You will have to import the DLLs and probably work with it a bit but it is open source and solid. On Tue, Apr 23, 2013 at 3:43 PM, Sid Gudes s

Re: Client Side sorting of mulitple columns

2013-04-29 Thread Cameron Cole
for Delphi version 4.0 to 11.0, but I found I had to make a few changes to compile for Delphi 5.1, that said this works great. Developed by John Kaster http://cc.embarcadero.com/**item/15099http://cc.embarcadero.com/item/15099 Mike - Original Message - From: Cameron Cole came

Re: Delphi XE4 Future

2013-04-30 Thread Cameron Cole
Google+ and StackOverflow seem to be the places I check frequently. Not sure there will really ever be one place but the Delphi community has always been a bit chaotic and isolated so it is fitting in a way. On Mon, Apr 29, 2013 at 6:53 AM, Doug Chamberlin chamberlin.d...@gmail.comwrote: I