how the .exe call the dll
-
there are a aubio lib under the unix environment, now someone try to use the mingw to complied under windows, then I download the latter, which include the some .exe and dll, but when I double click the .exe, the Dos window show up and dispear in a while, so I can not see the result, how should I do to let the exe run , and I can see the result after run. Do I need to use the VC++ to load the exe and then call the dll, how should I do? Thanks.
-
there are a aubio lib under the unix environment, now someone try to use the mingw to complied under windows, then I download the latter, which include the some .exe and dll, but when I double click the .exe, the Dos window show up and dispear in a while, so I can not see the result, how should I do to let the exe run , and I can see the result after run. Do I need to use the VC++ to load the exe and then call the dll, how should I do? Thanks.
under widows: click the 'start' button when the menu comes up click 'run' in the box (Open: ) type 'cmd' then click 'Ok'. This gives you a dos-window. now find where you have put your .exe file and navigate to it using the dos window. When you are in the directory where the .exe lives you should be able to type its name and the program will run and the window won't disappear.
-
there are a aubio lib under the unix environment, now someone try to use the mingw to complied under windows, then I download the latter, which include the some .exe and dll, but when I double click the .exe, the Dos window show up and dispear in a while, so I can not see the result, how should I do to let the exe run , and I can see the result after run. Do I need to use the VC++ to load the exe and then call the dll, how should I do? Thanks.
-
you will compile the program in VC++ then copy the DLL and LIB file in your exe program where you want to run.