Re: Most Economical VB Development Compiler
- From: "mayayana" <mayayanaXX1a@xxxxxxxxxxxxxxxx>
- Date: Fri, 30 Dec 2005 01:31:25 GMT
> The first project I want to try would use a product called OEAPI to
interact
> with Outlook Express. The product overview says "All the functionality is
> implemented in a COM object" and "Plugin support as a dll that run in the
> same space of the OE. You will be able to run inside OE". I think my code
> will have to be compiled, but I don't yet have a definitive answer from
the
> OEAPI support folks. So I don't get know whether VBScript is a viable
> solution.
>
No, it looks like you can't use script. A quick look at
the DLLs type library shows that the functions are
dealing with mostly long and string datatypes, while
VBS only deals with variants and objects.
> Is there a barebones VB Compiler that I could purchase just to get
started?
> I mean, I don't think I need a full-featured suite with all the bells and
> whistles.
>
That may be answered by the following responses
from AntiSPAM.... and Ralph.
VB is not like C++ that way. You can't just buy a compiler.
It's an MS product that was originally $100 for the
academic version and $500 retail, for VB6. And now
it's off the market. So you just have to look around.
But if you can find someone moving to .Net from
VB you could buy it from them. The EULA clearly
states that it can be resold (or otherwise transferred to
another owner) once.
.
- Follow-Ups:
- Re: Most Economical VB Development Compiler
- From: Bob Butler
- Re: Most Economical VB Development Compiler
- References:
- Re: Most Economical VB Development Compiler
- From: mayayana
- Re: Most Economical VB Development Compiler
- Prev by Date: Re: Most Economical VB Development Compiler
- Next by Date: Re: how to reliable get MAC address
- Previous by thread: Re: Most Economical VB Development Compiler
- Next by thread: Re: Most Economical VB Development Compiler
- Index(es):
Relevant Pages
|