Configuring GMP for Win32 DLL creation
   
    Kevin Ryde
     
    user42@zip.com.au
       
    Sat, 07 Jun 2003 12:00:12 +1000
    
    
  
"White, Jim (ITD)" <Jim.White@defra.gsi.gov.uk> writes:
>
> It would probably be easier for GMP to simply generate a separate
> gateway DLL offering stdcall entry points, just like the one I'm using.
You can at least make a start with that.  If your vb interface
progresses we can think about a more direct scheme.
You might even want to stay with glue code, so as to be able to share
a libgmp.dll with other programs, rather than having a separate
stdcall copy.