Click here to Skip to main content
15,918,889 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: LocalAlloc and LocalFree Pin
S. Senthil Kumar1-Nov-05 19:23
S. Senthil Kumar1-Nov-05 19:23 
QuestionC++ based system service Pin
c++code1011-Nov-05 14:50
c++code1011-Nov-05 14:50 
AnswerRe: C++ based system service Pin
__yb1-Nov-05 21:08
__yb1-Nov-05 21:08 
QuestionHow to use ExtractIcon or ExtractIconEx to get a handle for the small Icon? Pin
Tcpip20051-Nov-05 14:37
Tcpip20051-Nov-05 14:37 
AnswerRe: How to use ExtractIcon or ExtractIconEx to get a handle for the small Icon? Pin
Prakash Nadar1-Nov-05 15:49
Prakash Nadar1-Nov-05 15:49 
GeneralRe: How to use ExtractIcon or ExtractIconEx to get a handle for the small Icon? Pin
Tcpip20051-Nov-05 16:19
Tcpip20051-Nov-05 16:19 
GeneralRe: How to use ExtractIcon or ExtractIconEx to get a handle for the small Icon? Pin
Prakash Nadar1-Nov-05 16:37
Prakash Nadar1-Nov-05 16:37 
QuestionGSL & "error LNK2019: unresolved external symbol _finite" Pin
Lebesgue1-Nov-05 14:05
Lebesgue1-Nov-05 14:05 
Hi!

I want to use the root finding routine "gsl_root_fdfsolver_newton" that comes with the Gnu Scientific Library (short: GSL; see e.g. http://gnuwin32.sourceforge.net/packages/gsl.htm).

First of all: I am using GSL-1.6. under Windows XP plus Microsoft Visual Studio. Net 2003 (Version 7.1.3088).

When I take a standard example from the reference document "gsl-ref.pdf", then add

"libgslcblas.a libgsl.a"

under

"Configuration Properties->Linker->Input->Additional Dependencies"

(following the suggestions made on http://sources.redhat.com/ml/gsl-discuss/2004-q2/msg00000.html)

and finally compile the project under VC++, I obtain the following error message:



------ Build started: Project: Test 0, Configuration: Debug Win32 ------

Linking...
libgsl.a(roots_secant.o) : error LNK2019: unresolved external symbol _finite referenced in function _newton_iterate
H:\Test Project 0\Test 0\Debug\Test 0.exe : fatal error LNK1120: 1 unresolved externals

Build log was saved at " file://h:\Test Project 0\Test 0\Debug\BuildLog.htm"
Test 0 - 2 error(s), 0 warning(s)


---------------------- Done ----------------------

Build: 0 succeeded, 1 failed, 0 skipped



Does anyone know what the problem might be???

At

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/HTML/_crt__finite.asp

I read that the function _finite() is declared in float.h and should become available via the automatically linked library "msvcrt.lib".

What could be the reason that the program still doesn't know _finite???

Already in advance: THANK YOU VERY MUCH FOR YOUR HELP!

Cheers

Lebesgue
AnswerRe: GSL & "error LNK2019: unresolved external symbol _finite" Pin
Prakash Nadar1-Nov-05 17:52
Prakash Nadar1-Nov-05 17:52 
GeneralRe: GSL & "error LNK2019: unresolved external symbol _finite" Pin
Lebesgue1-Nov-05 22:43
Lebesgue1-Nov-05 22:43 
GeneralRe: GSL & "error LNK2019: unresolved external symbol _finite" Pin
RaymondM6-Feb-10 23:58
RaymondM6-Feb-10 23:58 
QuestionEmergency Pin
Binary01101-Nov-05 11:04
Binary01101-Nov-05 11:04 
QuestionRe: Emergency Pin
Prakash Nadar1-Nov-05 16:17
Prakash Nadar1-Nov-05 16:17 
AnswerRe: Emergency Pin
normanS1-Nov-05 22:58
normanS1-Nov-05 22:58 
QuestionLPCWSTR Pin
samkook1-Nov-05 9:54
samkook1-Nov-05 9:54 
AnswerRe: LPCWSTR Pin
Wes Aday1-Nov-05 10:14
professionalWes Aday1-Nov-05 10:14 
GeneralRe: LPCWSTR Pin
samkook1-Nov-05 10:19
samkook1-Nov-05 10:19 
GeneralRe: LPCWSTR Pin
Wes Aday1-Nov-05 10:24
professionalWes Aday1-Nov-05 10:24 
GeneralRe: LPCWSTR Pin
samkook1-Nov-05 10:26
samkook1-Nov-05 10:26 
GeneralRe: LPCWSTR Pin
Wes Aday1-Nov-05 10:30
professionalWes Aday1-Nov-05 10:30 
GeneralRe: LPCWSTR Pin
GflPower1-Nov-05 15:44
GflPower1-Nov-05 15:44 
GeneralRe: LPCWSTR Pin
Chintoo7231-Nov-05 16:28
Chintoo7231-Nov-05 16:28 
AnswerRe: LPCWSTR Pin
Mircea Puiu1-Nov-05 10:41
Mircea Puiu1-Nov-05 10:41 
GeneralRe: LPCWSTR and .net Pin
samkook1-Nov-05 10:46
samkook1-Nov-05 10:46 
AnswerRe: LPCWSTR problem solve Pin
samkook1-Nov-05 13:21
samkook1-Nov-05 13:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.