What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] writing my own dll C++

[?] writing my own dll C++
Author: Message:
effection
Full Member
***

Destroy The Runner

Posts: 135
Reputation: 4
– / Male / Flag
Joined: Sep 2006
O.P. [?] writing my own dll C++
Can someone explain to me exactly what type of dll i have to create so i can call it from within my script please?

thankyou :)

01-28-2007 10:29 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [?] writing my own dll C++
Don't C++ dlls export their functions by default?
01-28-2007 10:55 PM
Profile E-Mail PM Find Quote Report
TheSteve
Full Member
***

Avatar
The Man from Japan

Posts: 179
Reputation: 23
40 / Male / Flag
Joined: Aug 2005
RE: RE: [?] writing my own dll C++
quote:
Originally posted by Matty
Don't C++ dlls export their functions by default?

No, you either need to use a def file or add __declspec(dllexport) to the function/class/variable.

This post was edited on 01-29-2007 at 07:20 AM by TheSteve.
01-29-2007 07:19 AM
Profile PM Web Find Quote Report
effection
Full Member
***

Destroy The Runner

Posts: 135
Reputation: 4
– / Male / Flag
Joined: Sep 2006
O.P. RE: [?] writing my own dll C++
can you explain or give a small example please :-/ ?
01-29-2007 06:27 PM
Profile E-Mail PM Find Quote Report
effection
Full Member
***

Destroy The Runner

Posts: 135
Reputation: 4
– / Male / Flag
Joined: Sep 2006
O.P. RE: [?] writing my own dll C++
anything? ive got no real experience of dlls in C++
02-01-2007 09:44 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On