Menu

#1 VC6: C project wants to auto-link against STLport lib

closed
None
2
2006-04-25
2006-02-20
No

When I create an empty console project using VC6 and
add a file called "test.c" to the project with
following content:

#include <stdio.h>

int main()
{
return 0;
}

the autolink feature of STLport wants to link in an
STLport lib, but since the project is a C-only project,
that doesn't make sense. A fix to this bug would be to
disable auto-linking when __cplusplus is not defined.

Discussion

  • Petr Ovtchenkov

    Petr Ovtchenkov - 2006-03-01
    • priority: 5 --> 2
     
  • Petr Ovtchenkov

    Petr Ovtchenkov - 2006-03-01
    • labels: 771354 -->
     
  • Francois Dumont

    Francois Dumont - 2006-04-25

    Logged In: YES
    user_id=1096600

    This sounds totally acceptable, it will be done asap.

    Bests

     
  • Francois Dumont

    Francois Dumont - 2006-04-25
    • assigned_to: nobody --> dums
    • status: open --> pending
     
  • Francois Dumont

    Francois Dumont - 2006-04-25
    • status: pending --> closed
     

Log in to post a comment.