Can somebody help me on how to use dll's?
Say in one dll i have a hello world script and in the other i have a script that runs the dll? can anyone tell me how to do that?
You'll have to either use the Windows' API, or link the associated .lib library. The API path is more annoying, so I suggest you link the .lib instead, unless you don't mind the API path.
Finally, giving a tutorial on linking depends on the IDE of choice.