Serialkey Generator

Results 1 to 7 of 7
  1. #1

    Serialkey Generator

    I want to add the serialkey generator into the C# launcher source but I got an error;



    How do I fix that ?
    I know that it's coded in Pascal,no idea how to modify/compile it..

    Here is the serialkey generator thread: http://forum.ragezone.com/f245/seria...cecode-690604/


  2. #2
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: Serialkey Generator

    Code:
     public partial class Form1 : Form
        {
            [DllImport("TriaceLG.dll")]    
            bool MakeSerialKey();
    and where your click start button is put this

    Code:
    MakeSerialKey();

  3. #3

    Re: Serialkey Generator

    Quote Originally Posted by Military View Post
    Code:
     public partial class Form1 : Form
        {
            [DllImport("TriaceLG.dll")]    
            bool MakeSerialKey();
    and where your click start button is put this

    Code:
    MakeSerialKey();
    Code:
    Error	1	'GunzLauncher.Form1.Form1Ex.MakeSerialKey()' must declare a body because it is not marked abstract, extern, or partial
    Seems like something wrong..

  4. #4
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: Serialkey Generator

    Code:
     private static extern bool MakeSerialKey();
    Sorry did the last from my head.

  5. #5

    Re: Serialkey Generator

    Code:
    Error	1	The name 'MakeSerialKey' does not exist in the current context
    Any solutions for this ?

  6. #6
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: Serialkey Generator

    show me ur form.cs.

  7. #7

    Re: Serialkey Generator

    Quote Originally Posted by Military View Post
    show me ur form.cs.
    Sent you pm.



Advertisement