<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
> > How are they kept up to date (Im assuming they are just done by hand<br>> > periodically)?<br><br>Developers who have MSVC (like me) update them on their own right now. I've created some batch files which can help to create quickly MSVC project files from one set (e.g. if you update the MSVC9 project files, these batch files allow you to create MSVC8, MSVC71 and MSVC7 project files).<br><br>> Either way, you are right, the the Visual Studio projects for all<br>> versions are mostly outdated, mainly because not many ScummVM<br>> developers use Windows. :)<br><br>This is totally wrong, the MSVC project files are up to date<br><br>> > Cause they could use some work, and I did just that... like enabling<br>> > Flac-support and moving the defines in a global settings file so you dont<br>> > need to add/remove preprocessor directives like "USE_FLAC" for every<br>> > engine/project, and did a similar thing for compiler+linker settings.<br><br>Yes, they do need work. Thanks for your work, it's most welcome :)<br>Please upload your patches to our patch tracker:<br>https://sourceforge.net/tracker/?group_id=37116&atid=418822<br>The reason why FLAC wasn't enabled was because I had loads of warnings<br>when enabling it, and I didn't get around to fix them (I was busy with other<br>things).<br>Universal compiler+linker settings would be great too, just bear in mind that<br>there's one notable exception (the tinsel engine) where edit and continue<br>doesn't work, because of the coroutine code used.<br><br>> > Also, a question about the Programmstart, this is how its done currently<br>> > on Win32:<br>> ><br>> > *) #define main as SDL_Main (is it just me or is this buttugly?)<br>> > [SDL_Main.h#50]<br>> > *) implement WinMain() to initialise SDL, then call main() (which is a<br>> > macro to SDL_Main)<br>> > *) setup linker for a console-app<br>> > *) and then manually specify WinMain() as entrypoint?<br><br>This is not ugly, it's the way to start an application with a console...<br><br>> ><br>> > whats speaking against the simple way of just adding the needed couple of<br>> > lines to initialise SDL in the normal main() routine instead?<br>> ><br>> > .<br>> > #if defined (WIN32)<br>> >        SDL_SetModuleHandle(GetModuleHandle(NULL));<br>> > #endif<br>> > .<br><br>Will that add show the console window too? If yes, then this would be much<br>cleaner indeed :)<br><br>Regards<br>Filippos<br><br /><hr />Rediscover HotmailŪ: Get quick friend updates right in your inbox.  <a href='http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Updates1_042009' target='_new'>Check it out.</a></body>
</html>