How could you have more than 700 exe's? That's
insane.

DJS

--- kannan swamy <[EMAIL PROTECTED]> wrote:

> Hi,
> I have some problems with resource file. I want to
> store all the error and show messages in a resource
> file. I have more than 700 Exes,bpls and dlls and
> want
> to have a single resource file which can be shared.
> I
> extracted all the showmessage strings and converted
> into resourcestrings. Once the exe or bpl is
> compiled
> all the resourcestrings goes into the resourcefile.
> For an instance
> 
> Showmessage('sample')
> With a tool i transformed sample to a resource
> string
> like
> 
> resourcestring
> SSample ='sample';(this goes into a resourcestring)
> 
> showmessage(ssample)(this code changes automatically
> by the tool)
> the advantage is in that i don't have to explicitly
> change in all showmessages. If i change the string
> in
> the resource file the changes are reflected
> automatically in the exe without recompiling it. But
> the problem is i want to have a single resource file
> which can be shared by all the exes and bpls. I
> tried
> using loadstr(integer value)in each and every
> showmessage but that is time consuming. I want a
> solution where i can have a single resource file to
> be
> shared by all exes and not explicitly go and change
> the showmessages. I tried with the following
> options.
> One more thing when u recompile the application all
> the resourcestrings will be rebuilt and values in
> the
> sourcecode goes into the resource files.
> 
> Delphi resource wizard dll.
> localizer tools ,model maker.
> 
> thanks
> Krishna
> 
> 
> 
>               
> __________________________________ 
> Yahoo! FareChase: Search multiple travel sites in
> one click.
> http://farechase.yahoo.com
> 



        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/i7folB/TM
--------------------------------------------------------------------~-> 

-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to