|
From: Jorrit T. <jor...@gm...> - 2006-01-25 18:10:02
|
On 1/25/06, Dennis Lubert <pla...@in...> wrote: > At 13:59 25.01.2006, Christian Parpart wrote: > > > Porting VC++ 6.0 code to linux could be a bigger problem though, > > > since it is known to horribly fail to comply to the iso c++ standard, > > > as an example it does not following scoping rules for for-loops and > > > has differente template syntax. > > > >best time to revalidate the sources and make it compliant though ;-) > But then it doest work with VC++6.0 any more *evil laugther* Actually it is possible to make it work on VC++6.0 AND later. In some cases you have to do some tricks but in CS we have always been compatible with VC6 and higher. Of course now we're dropping VC6 support so we can remove a few of those hacks. Greetings, > > greets > > Dennis > > Carpe quod tibi datum est > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > -- Project Manager of Crystal Space (http://www.crystalspace3d.org) and CEL (http://cel.crystalspace3d.org) Support Crystal Space. Donate at https://sourceforge.net/donate/index.php?group_id=3D649 |