and I do know the basics... drop the .dll files into system32 and drop the lib files into the lib folder and drop the header files into the include folder... okay... and then I add the libraries to the Link tab for the project... like I did for SDL... and it compiles... but it doesn't link... it says it can't find -llibxml ... llibxml what? .dll? .h? .lib?http://www.zlatkovic.com/libxml.en.html wrote:"If you plan to develop your own programme, in C, which uses libxml, then you should know what to do with the files in the binary package. If you don't know this, then please, please do some research on how to use a third-party library in a C programme. The topic belongs to the very basics and you will not be able to do much without that knowledge."
This is what drives me freaking crazy about programming... I can think logically... I can read documentation... but I can't figure out how to freaking link an example program!!!