Re: DLL Creation
- From: Admirer <rrohithr@xxxxxxxxx>
- Date: Sun, 02 Sep 2007 21:06:53 -0700
Defining my aim:
Cloning all math library functions to create a dll ,but fortunately
windows has created that :MSVCRT.DLL
But I needs my own dll.For that i have to export those all functions
described in math library.
How can I view the whole library functions defintion.Scott said
static linking of runtime library but that again seeks the help of
that predefined system DLL.I need to do that in a rather foolish
way.Any help
.
- References:
- DLL Creation
- From: Admirer
- Re: DLL Creation
- From: Giovanni Dicanio
- Re: DLL Creation
- From: Admirer
- Re: DLL Creation
- From: Scott McPhillips [MVP]
- Re: DLL Creation
- From: Giovanni Dicanio
- Re: DLL Creation
- From: Admirer
- Re: DLL Creation
- From: Giovanni Dicanio
- Re: DLL Creation
- From: one-trick-pony
- Re: DLL Creation
- From: Admirer
- Re: DLL Creation
- From: Scott McPhillips [MVP]
- DLL Creation
- Prev by Date: Fixing the Compiler Warning Message C4146:
- Next by Date: try/catch in OnDraw function
- Previous by thread: Re: DLL Creation
- Next by thread: Re: DLL Creation
- Index(es):
Relevant Pages
|