I forgot to mention that. I do not have an option 'onewire' going trough sketch+ import library.
I just cannot understand why it is not there... Lets say that I the sketch is located in ...\My arduino\dallas_test. Where should the library be in that case? I have tested both in ...\My arduino\libraries and ...\My arduino\dallas_test\libraries
#include <OneWire.h> is in the sketch but I suppose it does not help if the above-mentioned is not working.
Well, I have tested to put it in the same location where the standard libraries are located. No success. This is the first third-party library I am working with.
Found the answer - not sure if this is an Arduino requirement or something else, but:
There should be an "Arduino" folder in your "My Documents" folder. Inside that you need to create a "libraries" folder if not already present. Inside that, place the Ports and RF12 folders.
This solved the problem!!! Thanks for your help anyhow.