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

Search:

Type: Posts; User: jeffwang66

Search: Search took 0.01 seconds.

  1. How to add a symbol of function into the file .exp

    Hello,

    If there are two projects A and B. A is created as .dll, while B is created as static library.

    project A has a class "classA"

    classA: public classB
    {
    public:
    testA();
  2. Replies
    3
    Views
    1,447

    A link error in C++

    Hello,

    I have a question about using Visual Studio to compile c++ codes.
    I created 3 projects: A, B and C. A and B were created as dynamic library, while C was created
    as static library. There...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured