Re: Large-Number Math DLL?
- From: "David Fabian" <david.m.fabian@xxxxxxxxxxxxx>
- Date: Wed, 28 Mar 2007 10:39:41 GMT
"JR" <NoMail@xxxxxxxxx> wrote in message news:euct2q$lqe$1@xxxxxxxxxxxxxxxxxxxxxxxxx
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
Thank you. I just checked my Visual Studio 2005, and it finally finished trying to build GMP's C++ files. It encountered 1071 errors!
I will try to set up the h-file directories, as you suggested.
Dave
.
- 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
- Re: Large-Number Math DLL?
- From: JR
- Large-Number Math DLL?
- Prev by Date: Re: Primitive polynomials in extended Galois fields
- Next by Date: Re: Primitive polynomials in extended Galois fields
- Previous by thread: Re: Large-Number Math DLL?
- Next by thread: Re: Large-Number Math DLL?
- Index(es):
Relevant Pages
|