Re: Large-Number Math DLL?
- From: "JR" <NoMail@xxxxxxxxx>
- Date: Wed, 28 Mar 2007 07:05:29 +0200
If you get hundreds of error messages, most likely you have to set the
include library, Settings -> C/C++ -> Preproessor -> Additional include
directories, to the directory where you have the .h files of the library.
Please note that for VB6 you have to compile every entry point with
__stdcall and there are other restrictions. I find it easier to write little
C routines that interface with VB6 the way that is natural and easy, and
call the library routines with the parameters the way the want.
With VB.NET you don't have this problem, but you have to declare the C
interfaces to VB.
JR
muCtvp/fr/lo
"Ertugrul Soeylemez" <do-not-spam-me@xxxxxxxx> ëúá
áäåãòä:euc2ab$9il$03$1@xxxxxxxxxxxxxxxxxxxx
"David Fabian" <david.m.fabian@xxxxxxxxxxxxx> (07-03-27 01:33:14):
[1] http://gmplib.org/
[2] http://www.mpfr.org/
Thank you, but I am looking for a compiled DLL that I can call from
VB6.
These sights appear to have only uncompiled C code, and I have no idea
how to turn them into a DLL. The last time I tried to use a C++
compiler on code that was supposed to compile, I got hundreds of error
messages.
The big problem here is that Windows is not too well supported by most
good bignum libraries. You will want to grab the Min-GW version of GCC.
It's supplied with Dev-C++ [1], a free C/C++ development environment for
Windows (suitable for some other languages as well, but don't ask me).
By the way, VB is not the right language to write fast code.
Regards,
Ertugrul S?ylemez.
References:
[1] http://bloodshed.net/dev/devcpp.html
--
From the fact that this CGI program has been written in Haskell, itfollows naturally that this CGI program is perfectly secure.
.
- Follow-Ups:
- Re: Large-Number Math DLL?
- From: Ertugrul Soeylemez
- Re: Large-Number Math DLL?
- From: David Fabian
- Re: Large-Number Math DLL?
- References:
- Large-Number Math DLL?
- From: David Fabian
- Re: Large-Number Math DLL?
- From: Ertugrul Soeylemez
- Re: Large-Number Math DLL?
- From: David Fabian
- Re: Large-Number Math DLL?
- From: Ertugrul Soeylemez
- Large-Number Math DLL?
- Prev by Date: Re: Large-Number Math DLL?
- Next by Date: Re: Batch verification via Pippenger's algorithm
- Previous by thread: Re: Large-Number Math DLL?
- Next by thread: Re: Large-Number Math DLL?
- Index(es):
Relevant Pages
|
|