This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: GSL for MSVC++ (Warning message report)


Sun-Gi Hong writes:
 >  I tested the demo project included in the self-installing version
 > of gsl 0.9-1 for MSVC++. Of course, it works well, but there's a
 > problem when I changed the filename of "main.c" to "main.cpp".
 >  In the project setting, I checked "Disable language extensions"
 > but the following warning messages appear.
 >
 > _____________________________________________________________
 > main.cpp ..\include\gsl/gsl_vector_long_double.h(88) : warning
 > C4190: '<Unknown>' has C-linkage specified, but returns UDT
 > 'gsl_vector_long_double_const_view' which is incompatible with C
 >         ..\include\gsl/gsl_vector_long_double.h(55) : see
 >         declaration of 'gsl_vector_long_double_const_view'
 > ...  Linking...
 >  demo.exe - 0 error(s), 202 warning(s)
 > ______________________________________________________________
 >  Thank you for your consideration.
 >

Thanks for the bug report.. I've uploaded a new setup.exe which
includes the latest header files.  These should fix the problem.  If
not, let me know.

regards 

Brian Gough


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]