Loading Resource

I'm having this issue with a project I'm doing and I'm unsure on how to do it.

When the program is finished, the files and libraries will be loaded from another folder (when they are needed). However, I have little to know knowledge on how to do this and I was wondering if anyone had a clue as to what to do ^_^

This is what I currently have (and what currently does not work):

1
2
	LoadResource("\\system\\sfml-window-2.dll");
	LoadResource("\\system\\sfml-window-d-2.dll");


I assume that it's because I'm supposed to use some other line of code with this, but MSDN is just not helpful >_< I need an example >_<.

All help is appreciated ^_^
Laurent on the SFML forums is usually very active and helpfull, so are lots of other guys there - id suggest asking there as that seems like an SFML thing. What are you trying to do? Link SFML to your compiler? Sorry if i didn't correctly understand what you need.
Topic archived. No new replies allowed.