Re: Dumb Windows linking question.

From: FM (dartdanfm_at_yahoo.com)
Date: 10/08/03


Date: Wed, 08 Oct 2003 00:59:24 GMT


"TLOlczyk" <olczyk2002@yahoo.com> wrote:
> On Sun, 05 Oct 2003 13:42:19 GMT, alfps@start.no (Alf P. Steinbach)
> wrote:
>
> >On Sun, 05 Oct 2003 08:03:13 -0500, TLOlczyk <olczyk2002@yahoo.com> wrote:
> >
> >>On Sun, 05 Oct 2003 12:13:36 GMT, alfps@start.no (Alf P. Steinbach)
> >>wrote:
> >>
> >>>On Sun, 05 Oct 2003 06:36:15 -0500, TLOlczyk <olczyk2002@yahoo.com> wrote:
> >>>
> >>>>This actually started out as a project to write down how to do FFI
> >>>>in various languages,
> >>>
> >>>I don't know what FFI is.
> >>>
> >>>
> >>Ok. You're saying "I don't understand your problem, but I am going to
> >>try to solve it anyway." Do you see how *stupid* that is?
> >
> >Here you forgot to quote your question.
> >
> No. I *cited* the *very first* part of the question. The rest I did
> not feel was important enough, since the raison d'etre for the rest
> was the first part. ( OK. Let me simplify it for you small IQ mind,
> any answer to the rest that does not lead to insight to the first
> part is worthless, and given the context wrong. )
>
> As for the rest, I presume people can read the original post.

I did and I think you owe him an apology. He tried
to answer to the best of his ability your ill-phrased,
under-specified question and all you came up with was
an insult.

> No. You're just too dumb to understand what I've done. I've included
> any combination libs and dlls. Especially since they are provided in
> different mannes ( the dlls included witht the OS, the libs with the
> compiler ).

His misunderstanding has a lot more to do with your
inability to communicate than his intelligence level,
as far as I can see.

Dan.



Relevant Pages

  • Re: How to deploy private Assemblies with VC2005 SP1
    ... Holger was right....recompiling all the third party libs and dlls solved the ... After that i can ship the CRT and the manifest with my app in the ... Of course i use the new installed SP1 ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Dumb Windows linking question.
    ... no mater how you respond to an idiot, he will still act like an idiot. ... >>comes with the compilers, and as I already said I included it. ... any combination libs and dlls. ...
    (comp.programming)
  • Re: Resources in a static library
    ... In which case he has to ensure that resource IDs don't clash. ... The only good reason not to have DLLs which I ... DLL's did not eliminate the desire or need for static .libs. ...
    (microsoft.public.vc.mfc)
  • Re: Whats static link at runtime?
    ... > I thought static linking is done at compile time. ... they want executables that are easy to install or small, ... However The C++ Standard does not define LIBs or DLLs (or .a ...
    (comp.lang.cpp)
  • Re: "functions in Kernel32.dll that do not load other DLLs" ?
    ... the entry-point function can call functions in Kernel32.dll that do not load other DLLs. ... For example, DllMain can create synchronization objects such as critical sections and mutexes, and use TLS. ...
    (microsoft.public.win32.programmer.kernel)