Re: Targetting VB developers



David Clegg wrote:

Another thing that occurred to me would be to have a set of VB live
templates available to ease the pain of conversion, invoked by using
the VB equivalent for the functionality being sought. For example, a
template invoked by typing CDate [TAB] would invoke a live template
for StrToDate.

I wrote a tool that would take the standard VB stuff and convert it to
Delphi.

http://cc.codegear.com/Item/23912

I think it includes a text file of VB --> Delphi items.



--
Nick Hodges
Delphi Product Manager - CodeGear
http://blogs.codegear.com/nickhodges
.



Relevant Pages

  • Re: XML traversal in level-order (breadth-first) with XSLT
    ... Sorry, Pavel, I have to disagree with you here. ... If the same processing really is needed both as a match template and as a "subroutine" called template, there's absolutely no reason to duplicate the logic, and a single template can perfectly reasonably be used for both. ... The other alternative, as Pavel pointed out, is to actually invoke two separate stylesheet passes -- which could, but doesn't have to, be the same stylesheet with different parameters, assuming that your processor lets you pass in parameters. ...
    (comp.text.xml)
  • Invoking Java Server Page via a macro in MS WORD
    ... Would like to add a command button or menu option that will use a macro in ... WORD (probably part of a template), which is coded to invoke a JSP ...
    (microsoft.public.office.developer.web.components)
  • Re: XSLT question: How to lookup another tags children in XSLT
    ... If you want it to run when you invoke it explicitly by name with call-template, you must use name= with a literal name. ... If you want the same template to be invoked both ways, ... In this case, you seem to want it running only with call-template, though I don't quite see why you're doing it that way. ... >children of "features" and call the name template 'feature'. ...
    (comp.text.xml)
  • Re: lnk2001 errors template function definition.
    ... T randomfunc(const T& X, const T& N, const T& C) ... When i invoke randomfunc; ... It looks like some other file is using the template specialization ...
    (microsoft.public.vc.language)
  • Re: C++ templates & upcoming generics
    ... For the record, this is not the right group to post technical questions, ... template class CPackData ... AFAIK there's no way of achiving this with Delphi. ... Result.SetStuffUp;// this would size the data array properly, zero it, and set nDec in the record ...
    (borland.public.delphi.non-technical)