DLL Compiler

Results 1 to 11 of 11
  1. #1
    Enthusiast InsaneCodeZ is offline
    MemberRank
    Dec 2008 Join Date
    31Posts

    DLL Compiler

    I was wondering, what do the pro's use to compile their .DLL's?
    If someone would like to share what they use to compile their DLL's or maybe post a link to a good DLL compiler, that would be awesome ;D

    ~InsaneCodeZ


  2. #2
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: DLL Compiler

    Your avatar is fitting to your question. Enough said.

  3. #3
    Enthusiast InsaneCodeZ is offline
    MemberRank
    Dec 2008 Join Date
    31Posts

    Re: DLL Compiler

    ouch man, that was harsh... way to kick a guy in the balls.

  4. #4
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: DLL Compiler

    Dev C++ i think :)

    i heard pbexplorer decompiled dll's

  5. #5
    Reverse Engineer ThievingSix is offline
    MemberRank
    Mar 2007 Join Date
    CaliforniaLocation
    901Posts

    Re: DLL Compiler

    Nothing decompiles DLL's.

  6. #6
    Account Upgraded | Title Enabled! Tman151 is offline
    MemberRank
    May 2009 Join Date
    CaliforniaLocation
    306Posts

    Re: DLL Compiler

    The first question, is what language do you plan to use/learn?

  7. #7

    Re: DLL Compiler

    Yes dev c++ will compile dll's

  8. #8
    Account Upgraded | Title Enabled! Torsen is offline
    MemberRank
    Jan 2009 Join Date
    294Posts

    Re: DLL Compiler

    So will myass.exe.


    The infractor of this post is a InsertinsultingWordHere. Mainly because I seriously renamed the compiler myass.exe... No joke>.> I had 2 weeks of fucking around trying to get DevBlocks to work till I just redownloaded Visual studio 03 + 08
    Last edited by Torsen; 25-08-09 at 09:22 PM.

  9. #9
    Member Blood* is offline
    MemberRank
    Aug 2009 Join Date
    New BloodLocation
    82Posts

    Re: DLL Compiler

    totally fail ?
    only use Microsoft Visual Studio C++ 2008 express ;D

  10. #10
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: DLL Compiler

    Bubbling morons, all of you.

    If you want to compile a C/C++ source file to a DLL, you would use any C or C++ compiler, and define it as a DLL. The application must have the DllMain function, or the entry point must be defined via linker settings, or pragma.

    Remember, DLL is a Windows-only executable format, using a slightly modified PE structure. Therefore I recommend a Windows-only compiler, such as Microsoft VS.

  11. #11
    Enthusiast Gabo is offline
    MemberRank
    Aug 2009 Join Date
    next to my presLocation
    36Posts

    Re: DLL Compiler

    Quote Originally Posted by gWX0 View Post
    Bubbling morons, all of you.

    If you want to compile a C/C++ source file to a DLL, you would use any C or C++ compiler, and define it as a DLL. The application must have the DllMain function, or the entry point must be defined via linker settings, or pragma.

    Remember, DLL is a Windows-only executable format, using a slightly modified PE structure. Therefore I recommend a Windows-only compiler, such as Microsoft VS.
    pro??



Advertisement