Hi, 2012/4/22 Guenter <[email protected]>: > Hi Steve, > Am 22.04.2012 22:24, schrieb Steve Holme: > >> Thank you. I've fixed the un-used variable and am a little stuck with >> VerQueryValue(). >> >> I'm not sure if I'm being a little dizzy tonight or not but... >> >> I can fix the problems with parameters 3 and 4 by putting the appropriate >> cast (LPVOID * and unsigned int * respectively) but why is the warning >> generated for parameter 2? > > I've no idea - not looked at code nor prototypes ... > but may I suggest same to you what I already suggested to Marc and what > helped him to quickly fix a couple of warnings?
I fixed the pointer warnings in the following simple commit: https://github.com/mback2k/curl/commit/69adbe9d053833164f06090552b6b15689b1e864 But I think the warnings Steve is referring to are the ones about the functions being missing. I think this is caused by version.lib not being linked. So there seems to be something wrong with the buildscripts. Best regards, Marc ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
