Re: DLL Creation

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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

.



Relevant Pages

  • Re: Simple Graphics Coding
    ... I have been thinking that if I get a background map image, ... and then create a table of the pixel locations corresponding to map ... library functions bmload/bmsave ... The library function gxcopy (implemented at some deep level as Windows GDI) ...
    (comp.programming)
  • Re: Unix I/O and C library I/O, why there are two sets of I/O functions?
    ... POSIX does not differentiate between library functions and system ... there are several partial or complete implementations of POSIX ... on top of the Windows API, and most of what you think of as system ... there is no standardized API to manipulate the buffer). ...
    (comp.lang.c)
  • Re: Book for Assembly in AT&T Notation
    ... Library functions (the benefit is it works cross-platform: ... Windows, Mac OS X) there is Randall Hyde's Art of Assembly. ... Kip Irvine's Assembly Language for x86 Processors: ...
    (comp.lang.asm.x86)
  • Re: Book for Assembly in AT&T Notation
    ... Library functions (the benefit is it works cross-platform: ... Windows, Mac OS X) there is Randall Hyde's Art of Assembly. ... Kip Irvine's Assembly Language for x86 Processors: ...
    (comp.lang.asm.x86)
  • Re: How to resolve new "Unable to find file" error with a DLL
    ... The DLL is a normal C DLL calling the C runtime library functions and a few ... Win32 SDK functions. ... Most of these redistributables are policies and have WinSXS. ...
    (microsoft.public.vb.general.discussion)