Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2008, 9:39:57 PM (16 years ago)
Author:
rgrieder
Message:
  • replaced all String2Number with ConvertValue
  • replaced all tokenize with SubString
  • dealt with warnings under msvc
  • removed some warnings by placing casts
  • bugfix in audio: local variable pushed into member variable std::vector
  • updated StableHeaders.h
Location:
code/trunk/visual_studio/vc8
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/visual_studio/vc8/network.vcproj

    r1024 r1064  
    323323                        </File>
    324324                        <File
    325                                 RelativePath="..\..\src\network\NetworkFrameListener.h"
    326                                 >
    327                         </File>
    328                         <File
    329325                                RelativePath="..\..\src\network\NetworkPrereqs.h"
    330326                                >
  • code/trunk/visual_studio/vc8/tolua++.vcproj

    r1059 r1064  
    7171                        Name="Release|Win32"
    7272                        ConfigurationType="4"
    73                         InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\tixml_properties.vsprops"
     73                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\tolua++_properties.vsprops"
    7474                        CharacterSet="1"
    7575                        WholeProgramOptimization="1"
  • code/trunk/visual_studio/vc8/util.vcproj

    r1059 r1064  
    227227                        </File>
    228228                        <File
    229                                 RelativePath="..\..\src\util\String2Number.h"
    230                                 >
    231                         </File>
    232                         <File
    233229                                RelativePath="..\..\src\util\SubString.h"
    234                                 >
    235                         </File>
    236                         <File
    237                                 RelativePath="..\..\src\util\Tokenizer.h"
    238230                                >
    239231                        </File>
Note: See TracChangeset for help on using the changeset viewer.