Re: Interacting with c++ (Boost) Libraries



Ralph wrote:
"Simon Woods" <simonjwoods@xxxxxxxxxxx> wrote in message
news:uQZTDm9dIHA.5620@xxxxxxxxxxxxxxxxxxxxxxx
Hi

I'm wondering if anyone has done any work on accessing the Boost
libraries. I'm particularly interested in the Regex (I know VBscript has
a regex engine, I'm looking at boost as a potential alternative). I
don't know c++ at all so am not sure how or where to start to make these
dlls accessible to my vb6 app.

Thanks

S

(Having said that, perhaps someone knows some other freeware com regex
util?)

Boost libraries are "C++ libraries" you can not use them directly in VB6
code. [You could perhaps create a C++ ATL application to wrap them. Since
you don't know C++ there is no point going there.]

As for "free", you already have a Regular Expression component. Open Project
References and seek out "Microsoft VBScript Regular Expressions 5.5"
http://support.microsoft.com/kb/818802

-ralph

Thanks Ralph

.



Relevant Pages

  • Re: Need Regular Expressions?
    ... I'm perfectly happy with regexes in a production situation, ... It's also worth noting that the .Net framework includes a regex engine ... (whose regexes are a superset of those available in VBScript). ... Likewise the O'Reilly Regular Expression Pocket Reference. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Interacting with c++ (Boost) Libraries
    ... I'm wondering if anyone has done any work on accessing the Boost ... a regex engine, I'm looking at boost as a potential alternative). ... you already have a Regular Expression component. ... References and seek out "Microsoft VBScript Regular Expressions 5.5" ...
    (microsoft.public.vb.winapi)
  • Re: As I can determining if string can be turned to a numerico value?
    ... I tend to do most of my work in Perl, so regex and parsing is second nature, ... the scripts are small and the speed of execution is usually ... > Denis Dougall wrote: ... > check which is many times quicker than a regular expression. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Regular expressions
    ... if you are looking for Regular Expression help check out: ... RegEx Tutorial for VB: ... Sign the petition to Microsoft. ... >> newsgroups devoted exclusively to .NET programming. ...
    (microsoft.public.vb.syntax)
  • Re: Page.Invalid
    ... The regular expression validator compares the contents of your textbox against a regular expression (regex) If you haven't typed in the regular expression the validator is always going to return true. ...
    (microsoft.public.dotnet.framework.aspnet)

Loading