Results 1 to 5 of 5
  1. #1
    mukmin017's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    Malacca People Is Handsome
    Posts
    250
    Reputation
    10
    Thanks
    506
    My Mood
    Cold

    How to make dll ?



    hmm always get error

  2. #2
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,899
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    Moved to the "Help" section.


    CLICK TO BUY NOW!!


    Quote Originally Posted by Liz View Post
    This is my first vouch, ever. Rapidgator account worked perfectly. Would buy in the future.

  3. #3
    Jasmine's Avatar
    Join Date
    Feb 2015
    Gender
    female
    Location
    Your heart <3
    Posts
    481
    Reputation
    19
    Thanks
    1,760
    My Mood
    Amused
    It means you have a brace in the wrong place, or are missing a brace somewhere. The line number reported is important as you're not expected to look through every line of the program.

    You may want to look at the braces at line 12, there's obviously something wrong there.

  4. #4
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,740
    My Mood
    Relaxed
    Quote Originally Posted by mukmin017 View Post


    hmm always get error
    You need edit this "{"
    or put this "} " that was misssing in some place in ur source code
    or try remove "{" that was did put wrongly.

    Example:

    void mukmin()
    {
    while (1)
    {
    codes
    }

    Is wrong bcuz need do this:

    void mukmin()
    {
    while (1)
    {
    codes
    }
    }

    Mabe can be this.
    Last edited by Minerva; 01-08-2016 at 09:36 AM.

  5. The Following User Says Thank You to Minerva For This Useful Post:

    mukmin017 (01-08-2016)

  6. #5
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,899
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    Seems this has been solved as there were 2 concurrent answers for the same question.


    /Closed and marked "Solved".


    CLICK TO BUY NOW!!


    Quote Originally Posted by Liz View Post
    This is my first vouch, ever. Rapidgator account worked perfectly. Would buy in the future.

Similar Threads

  1. How To Make Dll With Source [EASY]
    By [Banned]mark0108 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 89
    Last Post: 12-15-2010, 02:28 AM
  2. [HELP] How To Making DLL Hack
    By Rajalawak in forum C++/C Programming
    Replies: 30
    Last Post: 11-20-2010, 12:50 PM
  3. how to make. dll for warrock???
    By rgomez72 in forum WarRock Discussions
    Replies: 1
    Last Post: 07-28-2010, 12:46 PM
  4. how to make dll
    By warball8 in forum Combat Arms Help
    Replies: 4
    Last Post: 06-09-2010, 07:39 AM
  5. how to make dlls-tut (long)
    By cru0 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 2
    Last Post: 01-05-2010, 11:50 AM