Do I have to change the lines that say C:/... to my MinGW directory? How did you create the dll project as well and how do we change the name of the dll, so that I can build the client.dll and other dlls (e.g HPB_bot source code)? Thanks for the help, it worked!!!
If I change some of the C++ files can I still use your project to compile the new dll, because your project loads all the C++ files when I load it?
When compiling the client.dll, I get these errors:
36 E:\Dev-Cpp\projects\Makefile.win [Warning] overriding commands for target `"../../mod-code/Single-Player'
33 E:\Dev-Cpp\projects\Makefile.win [Warning] ignoring old commands for target `"../../mod-code/Single-Player'
39 E:\Dev-Cpp\projects\Makefile.win [Warning] overriding commands for target `"../../mod-code/Single-Player'
36 E:\Dev-Cpp\projects\Makefile.win [Warning] ignoring old commands for target `"../../mod-code/Single-Player'
42 E:\Dev-Cpp\projects\Makefile.win [Warning] overriding commands for target `"../../mod-code/Single-Player'
39 E:\Dev-Cpp\projects\Makefile.win [Warning] ignoring old commands for target `"../../mod-code/Single-Player'
45 E:\Dev-Cpp\projects\Makefile.win [Warning] overriding commands for target `"../../mod-code/Single-Player'
42 E:\Dev-Cpp\projects\Makefile.win [Warning] ignoring old commands for target `"../../mod-code/Single-Player'
48 E:\Dev-Cpp\projects\Makefile.win [Warning] overriding commands for target `"../../mod-code/Single-Player'
45 E:\Dev-Cpp\projects\Makefile.win [Warning] ignoring old commands for target `"../../mod-code/Single-Player'
51 E:\Dev-Cpp\projects\Makefile.win [Warning] overriding commands for target `"../../mod-code/Single-Player'
48 E:\Dev-Cpp\projects\Makefile.win [Warning] ignoring old commands for target `"../../mod-code/Single-Player'
54 E:\Dev-Cpp\projects\Makefile.win [Warning] overriding commands for target `"../../mod-code/Single-Player'
51 E:\Dev-Cpp\projects\Makefile.win [Warning] ignoring old commands for target `"../../mod-code/Single-Player'
57 E:\Dev-Cpp\projects\Makefile.win [Warning] overriding commands for target `"../../mod-code/Single-Player'
54 E:\Dev-Cpp\projects\Makefile.win [Warning] ignoring old commands for target `"../../mod-code/Single-Player'
60 E:\Dev-Cpp\projects\Makefile.win [Warning] overriding commands for target `"../../mod-code/Single-Player'
57 E:\Dev-Cpp\projects\Makefile.win [Warning] ignoring old commands for target `"../../mod-code/Single-Player'
63 E:\Dev-Cpp\projects\Makefile.win [Warning] overriding commands for target `"../../mod-code/Single-Player'
60 E:\Dev-Cpp\projects\Makefile.win [Warning] ignoring old commands for target `"../../mod-code/Single-Player'
66 E:\Dev-Cpp\projects\Makefile.win [Warning] overriding commands for target `"../../mod-code/Single-Player'
63 E:\Dev-Cpp\projects\Makefile.win [Warning] ignoring old commands for target `"../../mod-code/Single-Player'
69 E:\Dev-Cpp\projects\Makefile.win [Warning] overriding commands for target `"../../mod-code/Single-Player'
66 E:\Dev-Cpp\projects\Makefile.win [Warning] ignoring old commands for target `"../../mod-code/Single-Player'
72 E:\Dev-Cpp\projects\Makefile.win [Warning] overriding commands for target `"../../mod-code/Single-Player'
And it keeps on going. It would take me forever to copy and paste because you can't copy multiple lines but try to compile it, there should be these errors and more. Basically, how did you get the hl.dll to compile cleanly? How can I fix these errors?