Quick Modding Questions Thread

Basically the compiler is the program that takes your code in C++ (or any other language) and translates it into machine instructions that are than packed into a DLL or EXE file. And as languages evolve, and they do, the compiler evolves with them. And each program is built around a specific version of its language compiler which was current at the time of the programs creation.

So you need the compiler that the original team used or else you won't be able to get the thing translated.
 
the main question is how you will create CVgamecoredll today
Find the old visual studio version on the internet and use that. From what I understand the community version is perfectly legal to download as it was handed out for free by Microsoft in the first place.
 
I am green in sdk i don't know what did I do wrong
1714155543248.png
 
Top Bottom