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

Search:

Type: Posts; User: elteit00

Search: Search took 0.04 seconds.

  1. Re: functions were discarded on build of a dll with visual c++ 8.0

    Hello Alex,

    thanks for your help. You have shown me the right way for the problem solution. ;)

    The GNU library I want to use in my application exports not with the keyword...
  2. Re: functions were discarded on build of a dll with visual c++ 8.0

    Hello Alex,

    the functions are declared with "extern int __stdcall (...)".
  3. functions were discarded on build of a dll with visual c++ 8.0

    Hello,

    I want to build a dll library with visual c++ 8.0 and got an "unresolved symbol" linker error message when trying to use the library with an application. So I checked the dll library with...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured