Hello,
I have given a debug from the VC++ environemnt after executing one of the tutorials. I have given it below... hope this is useful to find where the problem is.. i couldn't get anyting from this debug...

****************************************************************
Loaded 'C:\WINNT\System32\ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\kernel32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\user32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ole32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\oleaut32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\MSCTF.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\clbcatq.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'D:\TV3DSDK\Bin\truevision3d.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\dx8vb.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\msacm32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\winmm.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\d3dxof.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\msvbvm60.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\mmdrv.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\d3d8.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\d3d8thk.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\version.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\lz32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\d3d8d.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\tvutil62.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\avifil32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\msvfw32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\shell32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\shlwapi.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\comctl32.dll', no matching symbolic information found.
Direct3D8: (ERROR) :Unsupported Interface identifier passed to QueryInterface for IDirect3D8 interface
Direct3D8: (ERROR) :Failed to create DirectDraw. CreateDevice Failed.
Direct3D8: (ERROR) :Failed to create DirectDraw. CreateDevice Failed.
First-chance exception in Tutorial 10.exe (KERNEL32.DLL): 0xC000008F: Float Inexact Result.
First-chance exception in Tutorial 10.exe (TRUEVISION3D.DLL): 0xC0000005: Access Violation.
First-chance exception in Tutorial 10.exe (KERNEL32.DLL): 0xC000008F: Float Inexact Result.
Loaded 'C:\WINNT\system32\d3dref8.dll', no matching symbolic information found.
Direct3D8: (INFO) :======================= Reference SWVP device selected
Direct3D8: (INFO) :Using WLMT PSGP
D3DX: (INFO) Using SSE2 Instructions
Loaded 'C:\WINNT\system32\dinput8.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\dinput8d.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\hid.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\setupapi.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\userenv.dll', no matching symbolic information found.
D3DX: (INFO) Using SSE2 Instructions
First-chance exception in Tutorial 10.exe (KERNEL32.DLL): 0xC000008F: Float Inexact Result.
First-chance exception in Tutorial 10.exe (KERNEL32.DLL): 0xC000008F: Float Inexact Result.
First-chance exception in Tutorial 10.exe (KERNEL32.DLL): 0xC000008F: Float Inexact Result.
Loaded 'C:\Program Files\Yahoo!\Messenger\idle.dll', no matching symbolic information found.
First-chance exception in Tutorial 10.exe (KERNEL32.DLL): 0xC000008F: Float Inexact Result.
First-chance exception in Tutorial 10.exe (KERNEL32.DLL): 0xC000008F: Float Inexact Result.
First-chance exception in Tutorial 10.exe (KERNEL32.DLL): 0xC000008F: Float Inexact Result.
The thread 0x158 has exited with code 0 (0x0).
DINPUT8: unloaded before all objects released. (cRef:7)
Direct3D8: (ERROR) :Memory still allocated! Alloc count = 4
Direct3D8: (ERROR) :Current Process (pid) = 00000578
Direct3D8: (ERROR) :Memory Address: 00d56e3c lAllocID=1 dwSize=00003524, ReturnAddr=01767346 (pid=00000578)
Direct3D8: (ERROR) :Memory Address: 00d5a394 lAllocID=4 dwSize=000000d8, ReturnAddr=01757c27 (pid=00000578)
Direct3D8: (ERROR) :Memory Address: 00d5aba4 lAllocID=9 dwSize=00000300, ReturnAddr=01757d3b (pid=00000578)
Direct3D8: (ERROR) :Memory Address: 00d5d254 lAllocID=24 dwSize=00001074, ReturnAddr=017573d4 (pid=00000578)
Direct3D8: (ERROR) :Total Memory Unfreed From Current Process = 18800 bytes
The thread 0x308 has exited with code 0 (0x0).
The thread 0x52C has exited with code 0 (0x0).
The program 'D:\TV3DSDK\VC++6\Tutorial 10\Debug\Tutorial 10.exe' has exited with code 0 (0x0).
*******************************************************************
thanks..
regards
Priya