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

Search:

Type: Posts; User: Arjay

Search: Search took 0.32 seconds.

  1. Replies
    12
    Views
    3,401

    Re: A question regarding dllexport and dllimport

    Larry, when you ask a question and 5 people respond with the same answer, it might be time to write some code to try to understand the answer.
  2. Replies
    12
    Views
    3,401

    Re: A question regarding dllexport and dllimport

    Only if you use it in a dll and consume it in an exe.
  3. Replies
    12
    Views
    3,401

    Re: A question regarding dllexport and dllimport

    Search Bing or Google with "__declspec(dllexport) vs. __declspec(dllimport)" for the many available answers.

    You could even search this forum for the same.
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured