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

Search:

Type: Posts; User: John E

Search: Search took 0.47 seconds.

  1. Replies
    4
    Views
    7,724

    Re: A neat way of exporting DLL symbols?

    Very good points but my question was more to find out if there's a way to "group" functions to be exported without either (a) exporting them all individually, or (b) exporting the entire class.
    ...
  2. Replies
    4
    Views
    7,724

    A neat way of exporting DLL symbols?

    I know that in MSVC we can export all symbols from a C++ class by using a suitable export specifier applied to the whole class. Or alternatively we can export certain functions selectively by...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured