Re: Interacting with c++ (Boost) Libraries
- From: Simon Woods <simonjwoods@xxxxxxxxxxx>
- Date: Tue, 26 Feb 2008 07:19:19 +0000
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
.
- References:
- Interacting with c++ (Boost) Libraries
- From: Simon Woods
- Re: Interacting with c++ (Boost) Libraries
- From: Ralph
- Interacting with c++ (Boost) Libraries
- Prev by Date: Re: Startup app, run as administrator
- Next by Date: Turn window upside down?
- Previous by thread: Re: Interacting with c++ (Boost) Libraries
- Next by thread: Startup app, run as administrator
- Index(es):
Relevant Pages
|
Loading