Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Member 11201788

@Member 11201788
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Static linking
    M Member 11201788

    Since the library file(lib provided by client) is statically linked in our C++ static library, does the dll(lib provided by client) also need to be linked/referred in our application. They(client) have provided their .lib and .dll. Can we use only .lib in our C++ static library.

    C / C++ / MFC csharp c++

  • Static linking
    M Member 11201788

    Our application develped in C# uses a dll and static library(lib). The dll is intermediate project for static libraty and C# application. Client has provided files(library file and a dll) which is required for interacting with their application. 1. In our C++ static library we are using only the library file provided by client by statically linking it. 2. Our C++ wrapper dll references this C++ static library created in step 1. 3. C# application references the wrapper dll created in step 2. Since the library file is statically linked in our C++ static library, does the dll also need to be linked/referred in our application.

    C / C++ / MFC csharp c++
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups