F
flingor
I have written a little program with Microsoft's visual c++ and thus
have an .exe of the program. Now I want to put this .exe in a separate
folder for example to share it. What .dll do I have to put in the
folder with the .exe to get it work?
I'm using these declarations:
#include "stdafx.h"
#include <iostream>
using namespace std;
Or do I have to make a link or something similar? I only have
experience with allegro where I just had to put the "alleg42.dll" in
the same folder of the .exe.
Thanks,
flingor
have an .exe of the program. Now I want to put this .exe in a separate
folder for example to share it. What .dll do I have to put in the
folder with the .exe to get it work?
I'm using these declarations:
#include "stdafx.h"
#include <iostream>
using namespace std;
Or do I have to make a link or something similar? I only have
experience with allegro where I just had to put the "alleg42.dll" in
the same folder of the .exe.
Thanks,
flingor