How to compile the dll ? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: How to compile the dll ? (/showthread.php?tid=33824) How to compile the dll ? by abatonime on 10-29-2004 at 10:34 PM
hi RE: How to compile the dll ? by Choli on 10-31-2004 at 09:52 PM merge the cpp file with the one that comes in the example template of the messenger plus api documentation. It's a dll project so you just have to open it, write the funtions and compile it. http://www.msgplus.net/help_plugins.php RE: How to compile the dll ? by abatonime on 10-31-2004 at 09:55 PM i have read that but witch program i should use to compile it ? RE: How to compile the dll ? by Choli on 10-31-2004 at 11:00 PM
When you said you've done the cpp file I thought you already had a program... Well, you can use any C++ compilar for Windows. Visual C++, from Visual Studio from MS is the recommened, but it isn't free. Dev-C++ is free but i don't know if you'll be able to open the project of the documentation with Dev-C++. Maybe you'll have to add file by file. quote:just out curiosity: how did you do the cpp file without a compiler? using notepad? RE: How to compile the dll ? by RicarDog on 11-01-2004 at 01:40 AM
I recommend Visual C++ Toolkit: RE: How to compile the dll ? by abatonime on 11-01-2004 at 08:41 AM yes i have modified the file with notepad |