Added: 3 years ago
From: InfernoDevelopment0
Views: 56,808
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (104)

Sign In or Sign Up now to post a comment!
  • using namespace std get's rid of STDs? I gotta let me ex girlfriend know...

  • So much I didn't understand...

  • Wonderful, thank you!

  • look i dont know alot about c++ but i am playing this game called suddenattack i want to make dll hack for i have no idea where the codes are or i have to use the game dll i want to make hack for it please any one know a book or something

  • trying to play bttf

  • your the new newboston, ps you earnt my sub and ill tell all o my friends about you

  • not a bad tutorial. thanks : )

  • yeah....... and?

  • and I Tought thet is a "Simple" tutorial.. :o

  • This is just lackluster at its finest.

    You do not need to define a typedef to call on a DLL.

    This is the problem with teaching in our day and age ... people teach what isn't necessary or really required.

    It is basically teaching lies, or just teaching as we were taught, which is obviously not right.

    You do not need return 0 for code to compile and run. You do not need Window's development environment to use Window's functions.

    STOP LYING TO PEOPLE AND TELL THE THE TRUTH!

  • @CLANEGGSALADPERSON Your picky. this is really easy. You basically get the idea from his example. Its not like your going to take and directly copy it all to your source to use it. If your experienced enough you will realize the concept and just not care.

  • please somebody help me... my semester's final project of Data Structures is to convert bitmap image to JPEG without using any library. I'm messing with it for 2 weeks but there's no progress. please can you help me... i'll be vvvvvveeeeerrrrrrrrrrrryyyyyyy­­yy GREATFULL to uuu...

  • i hate that every c++ editor has own commands

    for example visual c++ ; code blocks ; cBuilder

    i learnt it with cbuilder and i can't do anything with this commands....

  • Cool stuff

  • Thanks! This is great and just what I was looking for. You also introduced me to CodeBlocks which I find a lot better then DevC++. Keep it up, good .dll guides are hard to find and often are just random code which fails to work.

  • In the first part, why is hinstDLL global? It's only used in the main function. Also, before calling MsgBox(), shouldn't you check to see if MsgBox is NULL? Calling it without a NULL check seems a bit dangerous.

  • You could use this OR one line of VBS code. Lol.

  • Next time, SPEAK THE HELL UP.

  • Great simple clear video cheers man

  • UNIX 'DLLs' are waaaay simplier.

  • @linuxrocksrulers I forgot is it .a, or .lib, or what? I can't remember. And did you mean GNU/Linux?

  • @FrozenIceCweam unix shared libraries are "Shared objects" (libexample.so). *.lib are static libraries in Visual C++. (.lib and .a are used for the exactly same thing. VS does everything by itself ofc ;D)

    Shared Objects are UNIX. They're mainly used on Linux, yes. The same code can be compiled in MacOSX. (But MacOSX uses .dynlib, which has sightly other format...)

    Lookup "YoLinux shared libraries" (PERFECT tutorial)

  • @FrozenIceCweam unix shared libraries are "Shared objects" (libexample.so). *.lib are static libraries in Visual C++. (.lib and .a are used for the exactly same thing. VS does everything by itself ofc ;D)

    Shared Objects are UNIX. They're mainly used on Linux, yes. The same code can be compiled in MacOSX. (But MacOSX uses .dynlib, which has sightly other format...)

    Lookup "YoLinux shared libraries" (PERFECT tutorial)

    Should I make a tutorial how to create a dynamic library on linux?

  • @linuxrocksrulers No, thanks for the explanation, though, I don't even use Linux anymore, had an install of Ubuntu running a while ago, I just can't be arsed, now. If you did make a tutorial, I'm sure many would make use of it.

  • I use Visual Basic Express Edition (VB.NET) programming, and dam this is confusing compared to that!

  • Any Links for creating functions on our .dll ?

    Making it pop-out is the easy part , making it do the work is the hard part :D

  • I get this error C:\Dev-Cpp\Makefile.win [Build Error] No rule to make target `all'. Stop.

  • can anyone help me i have no clue what this is im 15 and i want to be a computer engeneer but i dont know how to start learning can someone help me PLEASE

  • HI,

    DO YOU KNOW HOW TO PROTECT A DLL WITH KEY FILE AND HOW TO REMOVE IT?

    THX

  • @klyd971

    use folderlock ( google it )

  • @klyd971 Google "Software Protector" or "DLL Protector" and you will find stuff that protects your software/DLL

  • Wow, i didn't know it's so simple! thanks, it'll help me with my projects!

  • You know if you use VC++ you don't need windows.h

  • easier way:

    Open notepad

    source:

    msgbox "Text here"

    save as: [NAME].vps

  • @Mr1996Swagg try making software this way

  • @Mr1996Swagg

    lol. and try making a dll that DOES something like that.

  • antiRTFM has really good tutorials for C++, go to his channel and learn! :D

  • did the .exe print out "Message displayed" ? probably not right?

  • Learn linux. Ill use header files thank you very much.

  • just to let you know, linux uses DLLs as well. they are very handy.

  • @ADeadRock well i feel like an asshole/dumbass

  • don't worry about it, we all do at some point.

  • Wait, when did you make the EXE?

  • sorry, i don't know anything about dll.. what does it do? and what do i use it to?

  • you can make some functions useful for lots of your programs, so you put em in a dll and link your projects with it. also you can make a dll and inject it into a process to modify it

  • A dll is like a book, (if you think as your project as a bookshelf) that you can use functions in.

  • @Muse94Muse a dll is an external library, just like Java API's

  • what did you do first

    ?

    empty file?

    or the link one then add a empty file in it?

  • "simple"?

  • @Ratstail91 yes simple ;)

  • @RaverGames c++ is more advanced than visual basic, but visual basic can be really useful too :)

  • @Ratstail91 Simple. Think its simple and its gonna be simple. Tested on myself.

  • Do you have to us codeblocks or could you create a dll by doing the same thing in notepad and saving it as a .dll (kind of like a .bat file)?

  • @eviltaiyouai You need to use codeblocks or another compiler.

  • @exbladex99 Though so, but wanted to make sure, didn't want to download something that wasn't needed, but since it's needed I'll have to download it later.

  • Thanks for this, it helped me understand.

  • very quiet

  • SCRIPTING FORUM

    scripting(dot)netne(dot)net

  • 2008 sucks, go get Code::Blocks

  • CodeBlocks is a notepad. VSTS is a professional tool.

  • Visual Studio actually sucks for everything besides professional development.

  • What C++ are you using?

    i'm using 2008 and i can't find a .dll to use in it. That and the fact that 2008 looks entirely different then yours.

  • Comment removed

  • Yeah. Another okay one is Visual C++ Express. Its free like Code::Blocks.

    Yeah, xXCOLEXx22, you're using Visual C++ 2008. Make a new "Class Library" project.

  • Comment removed

  • Most people on an MS platform seem to go to the "offical" IDE UNLESS its C++.

    THEN people try to find alternatives for whatever reason.

    Ands its not a debugger, its an IDE / compiler.

  • Comment removed

  • VC++ != C++

  • Comment removed

  • No. VC++ is M$ Update to C++, they added some Windows only API's and junk. VSTS is the ide debugger.

  • @FrozenIceCweam VC++ > C++

  • @workimber Depends. I don't use VC++ ever, though.

  • @FrozenIceCweam

    oh, Really? o.O ... -.-"

    

  • yeah its codeblocks

  • wtf i dont understand anything!

  • learn c++

  • You should explain further how to actually code the DLL instead of just running off a template.

  • Art358, it's not a big deal to create and code a DLL. Look up into MSDN, There's a nice tutorial

  • fvd

  • i changed all dll files to open with notepad help

  • Hmm, interestingly, whenever I try to compile with the GNU GCC compiler my apps stop working on launch, and when I try the VC++ compiler, i cant compile at all due to errors, all the code is exactly the same as yours.

  • These are good tutorials. Advice: Explain more of what you write. Your viewers need to know what to do as well as why they do that, so they will see the instances in which they may need to use that code again.

  • You don't have to criticize us nerds... oh, and you're channel is really dull, maybe add some pictures of you committing suicide, that would be nice

  • rofl nice one jakk977 :D

  • Comment removed

  • Your awesome! Cool website btw

  • nicely shown.. LoadLibrary is a good tut.

  • that helped SO much!

  • Whats the name of the program your using?

  • Code::Blocks

  • Thank you! (I'm DeadOrAliveForLife)

    Made new account.^^;

  • Noprob!!

  • i have some problems in DevC++ da,could someone pls help me?I cant compile C codes,always it says source code not compiled but there is no error by the time compiling.

  • i get it its just a hell of a lot of work !

    and im speaking to you as a programer that has worked with c++ for more than 3 years !

  • Sometimes it feels hard but once you start it it's nice.

  • Pls What name have a this C++ editor ???

  • Code::Blocks

  • @wermington You can use Dev-C++,i think.

  • sorry i didnt uderstand!!

  • Which part didn't you understand?

  • codeblocks

  • Well that's great news, I might release another one in the near future.

  • This is awesome 5/5, make more tutorials!!!

    Your voice is right for the job :P

    Cheers

  • Nice tutorial, very helpful, but mine won't compile!

  • Did you use the same code?

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more