mIRC Home    About    Download    Register    News    Help

Print Thread
#85210 03/06/04 11:22 PM
Joined: Jan 2003
Posts: 1,063
D
Doqnach Offline OP
Hoopy frood
OP Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
does anyone have an url to a good tutorial for me?

am looking for writing c++ dll's for mIRC...

search many threads back, but the few links that were given were dead :-[


If it ain't broken, don't fix it!
#85211 03/06/04 11:25 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Perhaps this page?

Just put "C++ DLL Tutorial" into Google and all kinds of stuff pops up, most of them not deadlinks!

Regards,


Mentality/Chris
#85212 03/06/04 11:27 PM
Joined: Jan 2003
Posts: 1,063
D
Doqnach Offline OP
Hoopy frood
OP Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
was actually looking for one a little more specific for mIRC ;-]


If it ain't broken, don't fix it!
#85213 03/06/04 11:32 PM
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
There's a tutorial on mIRC DLLs using C++ by Necroman on mircscripts.org called Using and creating mIRC DLLs.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
#85214 03/06/04 11:33 PM
Joined: Jan 2003
Posts: 1,063
D
Doqnach Offline OP
Hoopy frood
OP Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
thnx, found the link in another thread but because mircscripts.org has been down the link died I think

found it now I know what is was called ;-]


If it ain't broken, don't fix it!
#85215 03/06/04 11:35 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Perhaps these search results from ms.org? I haven't looked at them myself.

Again though, by adding 'mIRC' to the end of your search term, Google should find something smile

Edit: Sheesh, a regular couple of Speedy Gonzalezes! The tutorial starbucks linked to is in those search results.

Regards,

Last edited by Mentality; 03/06/04 11:37 PM.

Mentality/Chris
#85216 04/06/04 12:00 AM
Joined: Jan 2003
Posts: 1,063
D
Doqnach Offline OP
Hoopy frood
OP Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
thnx for both your help ;-]

only problem now is that I use Visual C++ .NET 2002 as an editor (the editor is better then VC++ 6 imho... things like line numbers, enhanced interface, intregrated MSDN...)
and the tutorial is for VC++ 6


If it ain't broken, don't fix it!
#85217 04/06/04 12:18 AM
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
Is it that different? The majority of code should be fine for virtually any compiler, and I'd imagine the menus etc. it mentions wouldn't be that different. I've never actually used any version of MSVC++ myself though so I really don't know for sure.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
#85218 04/06/04 02:50 PM
Joined: Jan 2003
Posts: 1,063
D
Doqnach Offline OP
Hoopy frood
OP Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
everything is somewhere else in .NET 2002...
the creation of project dialogs are totally different,
and also the property tabs...

so if you have a MSVC++ 6 tutorial it will make you search almost everywhere for the option you are looking for ;-P


If it ain't broken, don't fix it!
#85219 11/06/04 12:30 AM
Joined: May 2003
Posts: 7
P
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
P
Joined: May 2003
Posts: 7
in VS.NET go to Help->Show Start Page, then under the My Profile section, go to the Window Layout dropdown and select Visual C++ 6. that should clear up any confusion. smile (i think, i didn't use VS 6.0)

you can also set Visual C++ 6 for keyboard layout and C++ for help filter. or you can just select Visual C++ Developer for the Profile and it will automatically switch those other options for you.

hope that helps!


Link Copied to Clipboard