Page 1 of 4 123 ... LastLast
Results 1 to 10 of 37
  1. #1
    EmuTalk Member Kuriousg3's Avatar
    Join Date
    Aug 2002
    Posts
    14

    Tux Give me a full readme on how to make Glide plugins on C++ plz

    i will seriously make a very nice plugin ...im expericenced..i just needa C++ source code or readme on how to make one..i know C++ now i wanna test out my skills..



    • Advertising

      advertising
      EmuTalk.net
      has no influence
      on the ads that
      are displayed
        
       

  2. #2
    Nintendo Zealot cooliscool's Avatar
    Join Date
    Jan 2002
    Location
    USA
    Posts
    3,163
    roflmfao

  3. #3
    Registered User mann's Avatar
    Join Date
    Jun 2002
    Location
    FuCk Off ToWn USA
    Posts
    452
    hehe start it by making it open a d3d window or an open gl window

  4. #4
    Moderator
    Join Date
    Nov 2001
    Location
    Oulu, Finland
    Posts
    3,271
    /me bangs head against wall



  5. #5
    EmuTalk Member Kuriousg3's Avatar
    Join Date
    Aug 2002
    Posts
    14

    Talking

    damnit i thought u would take it sireosly cooliscool ruined it!!

  6. #6
    EmuTalk Member Kuriousg3's Avatar
    Join Date
    Aug 2002
    Posts
    14
    i searched on yahoo...for opengl windows ...and i found somethin like opengl gaming , is that it?

  7. #7
    EmuTalk Member Kuriousg3's Avatar
    Join Date
    Aug 2002
    Posts
    14

    i am makin one..but its hard!

    BOOL CFastDlg::OnInitDialog()
    {
    CDialog::OnInitDialog();

    // Set the icon for this dialog.
    // The framework does this automatically when
    // the application's main window is not a dialog
    SetIcon(m_hIcon, TRUE); // Set big icon
    SetIcon(m_hIcon, FALSE); // Set small icon

    CRect rect(7, 7, 300, 300);

    // TODO: Add extra initialization here
    m_pDisplay->Create( NULL, //CWnd default
    NULL, //has no name
    WS_CHILD|WS_CLIPSIBLINGS|WS_CLIPCHILDREN |WS_VISIBLE,
    rect,
    this, //this is the parent
    0); //this should really be a different
    // number... check resource.h

    return TRUE; // return TRUE unless you set
    // the focus to a control
    }


    plz help me out

  8. #8
    Plugin coder / Betatester Falcon4ever's Avatar
    Join Date
    Mar 2002
    Location
    The Netherlands
    Posts
    1,253

    Re: Give me a full readme on how to make Glide plugins on C++ plz

    Originally posted by Kuriousg3
    i will seriously make a very nice plugin ...im expericenced..i just needa C++ source code or readme on how to make one..i know C++ now i wanna test out my skills..
    LOL,

    you say you're experiCENCED, so why do you even ask HOW to create it.

    Sourcecodes... hmm dave has sources on his site...(R U lazy to surf dummie)

    Readme's hmmz... Doc's you need (and no i won't send them )

    Why did you post the Linux smilies????

    lamer...

  9. #9
    Moderator
    Join Date
    Nov 2001
    Location
    Oulu, Finland
    Posts
    3,271
    Look, even I have a general idea of how to go about making a gfx plugin. Do you really think someone would write a how-to on something as complex as that? Go, learn some ogl or glide or direct 3d, and come back, maybe you will h ave better luck



  10. #10
    Moderator icepir8's Avatar
    Join Date
    Nov 2001
    Location
    Everywhere
    Posts
    938
    Kuriousg3 are you really lightknight?

    "Some people are like Slinkies... not really good for anything, but they still bring a smile to your face when you push them down a flight of stairs." -- author unknown

Page 1 of 4 123 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •