RE: Euphoria Prerequiste Manager

new topic     » goto parent     » topic index » view thread      » older message » newer message

C. K. Lester wrote:
> 
> 
> > Here's another one: I've added a few routines to Win32Lib.ew myself and
> > require the modified file in certain programs I've worked on.  How would
> > we handle that?
> 
> Can you put your modified code into a Win32Lib-Jonas.ew file? How does 
> Derek
> recommend adding custom code to Win32Lib without affecting the base 
> library?
> 
> 
Possibly but the routines I added require access to local variables in 
Win32Lib so the code would have to be in Win32Lib.ew.  I don't think 
Derek has any recommendations (correct me if I'm wrong) on adding custom 
code to Win32Lib.  Probably wouldn't be a problem if adding new routines 
to the library but what about changes to existing routines?  Or slight 
variances to existing routines?  I have a DrawText() which returns a 
different number of results than the standard drawText().

I also added:
deleteTVChildren() - remove children of a single tree view item only
getTVChildren() - get the children of a single tree view item

If you really think about it, my programs are all 100% compatible with 
the standard Win32Lib, I have just added a few routines to make my life 
easier.  If there would be a way to add custom routines to Win32Lib 
without changing the includes then I wouldn't have to distribute a 
modified version.

Jonas

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu