CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Wursti

Search: Search took 0.04 seconds.

  1. Replies
    8
    Views
    1,562

    Re: memcp -> Linker Error when used in .DLL

    @golanshahar
    I get the same error when using CopyMemory as when using memcpy.
    Unfortunatly the project is to huge to poste the entire source so I just made a screen shot of the current...
  2. Replies
    8
    Views
    1,562

    Re: memcp -> Linker Error when used in .DLL

    Yes, I tried all mem.h, math.h and string.h.

    As soon as I use the method I get a Linker Error.
    When I create a stand alone .exe it works fine but if I want to use the same source within a .dll ->...
  3. Replies
    8
    Views
    1,562

    memcp -> Linker Error when used in .DLL

    Hi,

    I am using Borland C++ Builder6 to create a .dll. The programm works fine but I can't use memcpy() from math.h or string.h as I get a Linker Error (Unresolved external 'memcpy' referenced) ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured