Search:

Type: Posts; User: starcatcher

Search: Search took 0.01 seconds.

  1. Thanks, I'll try that... Philipp

    Thanks, I'll try that...

    Philipp
  2. Further...

    I added the global variable and my program works now without the dll being in the same folder.

    Incidentally, would someone be able to tell me how to add a post-build event that copies the output...
  3. Resolution in sight

    I reckon that adding a path to the global PATH variable is the way to go for me.

    Thanks to everyone,

    Philipp
  4. Alternative methods?

    So, if I understood correctly, the only way to change a process's own PATH variable is by calling GetEnvironmentVariable() etc... (I require the output to be simply an .exe file, so the .bat option...
  5. How to do that...

    I found a similar sort of answer in the help files. I don't know however what exactly the 'PATH' variable is referring to. Where would I find it?

    If you're not familiar with MSVC, could you...
  6. Loading a DLL that is not in the same directory as the executable

    Hi,

    I have a DLL with a corresponding import library (.lib) that I want to load-time link into my executable. (ie not using the LoadLibrary() functions etc...) When I link in the import library by...
Results 1 to 6 of 6