Re: Most Economical VB Development Compiler




> 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.


.



Relevant Pages

  • Re: Unformatted, big-endian files and fseek
    ... as it is still a compiler used by several. ... F2003 I/O will improve the reading speed versus reading the whole ... most of them have the functionality in one form or other. ... I/O syntax (I think, for example, that the latest version of the Intel ...
    (comp.lang.fortran)
  • Re: Who uses clapack?
    ... > with it and has a compatible compiler send me a line. ... wrapper for the BLAS/LAPACK or Intel MKL libraries. ... claim only to support a subset of the BLAS/LAPACK functionality (though ... I also support all of the ...
    (sci.math.num-analysis)
  • Re: A Fateman paper
    ... you need to use functionality of your processor that isn't exported by ... i/o instructions that talk to hardware. ... Unless they are exposed as extensions, yes you can need assembler to deal with those. ... otherwise are not emitted by the C compiler. ...
    (comp.lang.c)
  • Re: Inline assembler reference
    ... functionality that most of us use is not any faster. ... critical loop of an important calculation, than hand-optimization ... I've always been able to do both better than the compiler and the ... even 10% performance gain is ...
    (microsoft.public.win32.programmer.kernel)

Quantcast