<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hello!<br><br>I'm trying to learn about how VLC uses it's plug-ins, and in the longrun build one myself. I have an example from QT (http://pepper.troll.no/s60prereleases/doc/mainwindows-menus.html) wich shows how to make a basic mainwindow. What i want to do is to get VLC to open up this window when it starts.<br><br>My real goal is to get some cind of aknowledgement from VLC that it infact has loaded my plug-in (not necessary the mainwindow example, I chose this since it is easy to see if it works or not) and executed the code in it.<br><br>I have done the following:<br><br>- copied the mainwindow.cpp and mainwindow.h from the examplepage<br>- made a folder for them, VLC\modules\testing<br>- in that folder i created a Modules.am file with the code: <i>SOURCES_link_republic = link_republic.cpp link_republic.h</i><br>- I added a line in configure.ac: modules/testing/Makefile<br><br>I would much appretiate any pointers in the right direction or even better a full explanation of how to succeed.<br><br>What does VLC need to know in order to find a module and run it?<br>Wich fundtions need to be run?<br>Do I need to register my module with a function anywhere?<br><br>Thank you!<br><br>Regards,<br>Robin <br><br /><hr />Använd nätet för att dela med dig av dina minnen till <a href='http://www.microsoft.com/sverige/windows/windowslive/products/photos-share.aspx?tab=1' target='_new'>vem du vill.</a></body>
</html>