> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Dominik Guder
> Sent: zaterdag 16 april 2005 12:07
> To: nantcontrib-developer@lists.sourceforge.net
> Subject: Re: [NAntC-Dev] Vb6task or VB6 strange behavior
> 
> > 
> > Hi,
> > I investigated a little bit more on this issue and I think I have a
> > solution (Hope I'm not to late for RC3):
> > 
> > The numbering scheme in vbp is different at Objects(OCX) and
> > References(DLL).
> > 
> > The version number for DLLs seems to be a HEX value like the
> > corresponding registry typelib entry. At OCX the version 
> number seems to
> > be a DEC value. Therefore converting the VBP entries must 
> be adjusted.
> > The Typelib entries in registry are HEX values for both.
> > 
> > Patch summary:
> > changed: Regex for References/Objects to get the hex major version
> > changed: use the appropriate Converter
> > changed: store filename in tempvar to add on logging output
> > changed: some variables names, stripped 16
> > 
> > I'll include the patch here. If I should file a bug or 
> patch entry then
> > drop me a note.
> > 
> 
> My last patch for this, including everything above:
> changed: logging will show numbers from VBP rather than hex converted
> numbers

Thanks for the patch, but I'm afraid you're too late for RC3.

Can you submit a bug report and attach a small repro for this issue ?

Thanks !!

Gert



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to