[Request Help] C++ executable for debug session .dll
Everytime i try and debug a code the output comes up with building and everything, and then i click Yes to this pop-up.
And then another pop-up comes and is called Executable for Debug session, and this pop-up says: Please specify the name of the executable file to be used for the debug session.
Then i have to chose some Executable File Name, comes with a dropdown menu that contains regsvr32.
Then under that another thing says: URL where the project can be accessed (ATL servers only).
I go to Project - Properties - Debugging
and the command line is empty
and the command arguments also,
Please help me, Tell me what i should enter in there
Regards
Ryski
What are you trying to debug? Dll hack or?
Specify pl0x
Because a DLL can't execute alone, it needs an executable to run in.
If you're making a DLL that is to be injected, just inject it into whatever you need to. If not, load it using LoadLibrary and import whatever you're exporting from it?
\:
Who do you think you are tweak? I think all the massive 72 posts you have are /facepalm-palooza.
contribute or gtfo.
Them darn Koreans always trying to take over... *Cough*
Anyway, if it means anything I think like 99% of my posts are in the c++ section. I only posted once or twice outside of it.
Anyway, a dll (in stupid terms) is like a file that just holds all the commands to do. It doesn't have anything to execute as a windows application, rather, it can be used by windows applications. So when you compile the dll, it makes a file then from there you would inject that file into a process (your game) or something and then your code in the dll would execute.
(Tried to make it as simple as I could)
~lilneo
Oh mah gawd... this might actually be the first time I agree with the korean ;o
Go and double click any DLL on your computer, and see what it does.