Changeset 220
- Timestamp:
 - Apr 29, 2007, 2:51:11 AM (19 years ago)
 - Files:
 - 
      
- 4 edited
 
- 
          
  Include/Classes/System/Threading/Thread.ab (modified) (1 diff)
 - 
          
  Include/Classes/System/TypeInfo.ab (modified) (1 diff)
 - 
          
  bin/BasicCompiler32.exe (modified) ( previous)
 - 
          
  bin/BasicCompiler64.exe (modified) ( previous)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
Include/Classes/System/Threading/Thread.ab
r148 r220 237 237 ppobj_Thread[i]=0 238 238 pStackBase[i]=0 239 Delete ppException[i] 240 ppException[i]=0 239 241 Exit For 240 242 End If  - 
      
Include/Classes/System/TypeInfo.ab
r214 r220 241 241 '例: 242 242 'Add( New _System_TypeForClass( "System", "String", [__offsets...], __numOfOffsets ) ) 243 'Search( "S tring" ).SetBaseType( Search("Object" ) )243 'Search( "System","String" ).SetBaseType( Search( "System","Object" ) ) 244 244 End Sub 245 245  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  