Good suggestion, I didn't think of that.

Stephen Posey
stephenlpo...@earthlink.net 


-----Original Message-----
>From: "RayA @ Ihug" <r...@ihug.co.nz>
>Sent: Mar 17, 2011 7:59 PM
>To: 'Delphi-Talk Discussion List' <delphi-talk@elists.org>
>Subject: RE: One Instance Component that support passing of parmeters
>
>Embarcadero offers 30 day trial version of their latest products... So you
>could make it work for the 2011 XE version !!!
>
>Regards
>Ray
>
>-----Original Message-----
>From: delphi-talk-boun...@elists.org [mailto:delphi-talk-boun...@elists.org]
>On Behalf Of Stephen Posey
>Sent: Friday, 18 March 2011 12:11
>To: Delphi-Talk Discussion List
>Subject: Re: One Instance Component that support passing of parmeters
>
>Two possibilities suggest themselves: 
>
>If the code contains compiler version directives, the unrecognized Delphi 10
>version define may be causing some peculiar code to be included.
>
>If the code relies on features peculiar to 8-bit character strings, it may
>have problems with the new Unicode string features.
>
>If you can provide specific error messages and what the implicated code
>looks like, I may be able to offer some suggestions.
>
>Unfortunately I'm presently unable to afford a copy of D10, or I'd offer to
>update the component for you.
>
>Stephen Posey
>stephenlpo...@earthlink.net 
>
>
>-----Original Message-----
>>From: SoftTech <mi...@softtechks.com>
>>Sent: Mar 17, 2011 11:52 AM
>>To: Delphi - Talk <delphi-talk@elists.org>
>>Subject: One Instance Component that support passing of parmeters
>>
>>Greetings All,
>>
>>I need a Delphi component that will allow only one instance of my 
>>application to be run.
>>
>>I also need it to support passing in of parameters.
>>
>>In other words, it does not matter if I'm running the app for the first 
>>time, or second or third.  I will be passing it parameters that must be 
>>used each time the app is called.
>>
>>In Delphi 5 I had a component called Bome TOneInstance that worked 
>>great as it had an event called OneInstanceStarted which was the event 
>>I could retrieve the parameters and process them accordingly.  Bome 
>>TOneInstance is no longer supported at or even mentioned at 
>>www.bome.com
>>
>>In Delphi 2010 I tried to install this same component and it errors out 
>>while compiling the code and I have no idea how it fix it, so looking 
>>for a replacement.
>>
>>Please reply if you can assist in locating a replacement or have any 
>>suggestions on how to deal with this.
>>
>>Thanks,
>>Mike
>>
>>__________________________________________________
>>Delphi-Talk mailing list -> Delphi-Talk@elists.org 
>>http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk
>
>__________________________________________________
>Delphi-Talk mailing list -> Delphi-Talk@elists.org
>http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk
>
>__________________________________________________
>Delphi-Talk mailing list -> Delphi-Talk@elists.org
>http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk

__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk

Reply via email to