What's new

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

Kuriousg3

New member
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..:linux: :linux: :linux: :linux:
 
M

mann

Guest
hehe start it by making it open a d3d window or an open gl window :)
 
OP
K

Kuriousg3

New member
i searched on yahoo...for opengl windows ...and i found somethin like opengl gaming , is that it?
 
OP
K

Kuriousg3

New member
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
 

Falcon4ever

Plugin coder / Betatester
Kuriousg3 said:
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..:linux: :linux: :linux: :linux:

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 :p)

Why did you post the Linux smilies????

lamer...
 

Slougi

New member
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 ;)
 
OP
K

Kuriousg3

New member
what programming languages do i needa know...to learn this...just tell me the names... i dunno , i heard delphi
 

Falcon4ever

Plugin coder / Betatester
Guess your not expierenced @ anything... lamer
hmmm maybe Icepir8 is right, yur lightknight (the old legend :p)
 

jih2000

New member
I can help,

The main language that you will need to learn is french, once you have mastered it, you can write as many plugins as you like, it will be a piece of cake :)

MartyMcFly:cool:
 

CpU MasteR

omg h4x
Re: i am makin one..but its hard!

Kuriousg3 said:
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

LOL!!!!!!

As far as languages that you need to know... of corse Glide, and C++, Not to mention figure out how to code N64 GFX... And it is not just one page of code ;)
 

cooliscool

Nintendo Zealot
Fackin A! the guy comes asking for a README on how to make a plugin, when he's experienced! As i said in the beginning of this thread, ROFLMFAO! this is so remanicant (SP?) of the lightnight/n64warrior/cold1 situation :happy:
 
Last edited:

Slougi

New member
lol
Ok, go learn C/C++, maybe some ASM, either ogl, glide or direct3d, start looking at some n64 header files. If you didn't understand that then please don't ask again.
 

Top