Changeset 546 for trunk/ab5.0/ablib/src/system/gc.sbp
- Timestamp:
- Jul 13, 2008, 2:57:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/system/gc.sbp
r527 r546 86 86 _stscanf( temporary, "%08x", VarPtr( _System_pGC ) ) 87 87 MessageBox(0,temporary,"GetEnvironmentVariable",0) 88 89 ' TODO: 88 90 Else 89 91 _System_pGC = _System_calloc( __ClassSizeOf( _System_CGarbageCollection ) ) … … 421 423 Dim hThread As HANDLE 422 424 Dim ThreadId As DWord 423 hThread=_beginthreadex(NULL,0,AddressOf(SweepOnOtherThread), VarPtr(This),0,ThreadId)425 hThread=_beginthreadex(NULL,0,AddressOf(SweepOnOtherThread),ObjPtr(This),0,ThreadId) 424 426 WaitForSingleObject(hThread,INFINITE) 425 427 CloseHandle(hThread)
Note:
See TracChangeset
for help on using the changeset viewer.