Eh, that is great, but that was the easy part. You just clicked a few templates, and wizards, wrote a line of code, and clicked compile. The REAL task in dll/lib dev in a C/C++ environment, is how to CONSUME them correctly once built. That is, linking them in with another project. You should consider a video on this if you have not already (I haven't looked). ;)
i'm not sure how what you did could be considered useful. typically the main function is left out of a dll, as it doesn't have an entry point. nor did you setup any exports, which is what i hoped i was going to be watching.
Hey man, your video looks cool. Is there a way to test this .dll some how? I have no idea how to load it from an exe or use it any way. I am sort of a newb at this but I am itching to know, I have searched for over 4 hours so far and I haven't been able to find a guide that works. Thanks!
I tried your example (I left out the cout command and had it return a number instead), but the AutoIt wrapper appears to be unable to use the DLL, do you have an idea what I could have done wrong? Thanks!
great one thx a lot
BeziMaster 1 month ago
how to download
warrenclarkb 1 month ago
This meesage keeps on popping up saying "There were build errors. Would you like to continue and run the last successful build?"
Any help
SuperHackBook 2 months ago
Eh, that is great, but that was the easy part. You just clicked a few templates, and wizards, wrote a line of code, and clicked compile. The REAL task in dll/lib dev in a C/C++ environment, is how to CONSUME them correctly once built. That is, linking them in with another project. You should consider a video on this if you have not already (I haven't looked). ;)
9b8 2 months ago
i'm not sure how what you did could be considered useful. typically the main function is left out of a dll, as it doesn't have an entry point. nor did you setup any exports, which is what i hoped i was going to be watching.
overclucker 3 months ago
I can't see what ur doing.
codekiddy 3 months ago
@codekiddy That's what HD and full-screen is for.
Bodraw333 3 months ago
@Bodraw333 HD720px full screen...doesn't help, however thanks alot for your video!
codekiddy 3 months ago
im making a smallm game with models dlls that play whole file when programmed and important exe and sounds
Robloxblacky 8 months ago
How can i use it in Windows Form Application?
mhamlet1 9 months ago
Comment removed
mhamlet1 9 months ago
Gota DLL in my Counter Strike Folder...
vancar6 9 months ago
So, how do you make like hacks with this? For example, a DLL hack to inject into a game to hack, what codes you use? Or this just making a DLL?
BallzToY0U 10 months ago
@BallzToY0U .DLL import?
SoULiekMudkipz 10 months ago
Hey man, your video looks cool. Is there a way to test this .dll some how? I have no idea how to load it from an exe or use it any way. I am sort of a newb at this but I am itching to know, I have searched for over 4 hours so far and I haven't been able to find a guide that works. Thanks!
how2backtrack 11 months ago
@how2backtrack You must have another executable loading functions from this dll. Google search :)
GhostXoP 10 months ago
@how2backtrack Take the header file from your .DLL and use that.
SoULiekMudkipz 10 months ago
I tried your example (I left out the cout command and had it return a number instead), but the AutoIt wrapper appears to be unable to use the DLL, do you have an idea what I could have done wrong? Thanks!
sciencoking 1 year ago
Comment removed
sciencoking 1 year ago