Home | History | Annotate | Download | only in jpeg

Lines Matching full:dll

925 Many people want to convert the IJG library into a DLL.  This is reasonably
928 1. Don't try to compile as a DLL in small or medium memory model; use
931 that isn't true in a medium-model DLL.
936 the pointer to the DLL. One workaround is to make jdatasrc.c/jdatadst.c
937 part of your main application rather than part of the DLL.
944 for a 16-bit DLL are:
950 For a 32-bit DLL you may want something like
954 the application, the performance cost of making them all DLL entry points is
958 so the resulting DLL is only usable from C or C++ applications. There has