I have tried many times that the output does not show the circle, however, the line is showed normally....
(I am using Visual Studio 2008....)
and also, many of the codes (dbDot, dbEllipse, dbBox.....) show nothing at the output.....
but some of the code (dbCenterText, dbLine, dbPrint....) can work normally....
(sorry for poor English....)
Can someone teach me how to solve it??
#include "DarkGDK.h"
void DarkGDK ( )
{
dbLine(300,0,300,300);
dbCircle(300,150,50);
dbWaitKey();
return;
}
'Dark GDK - Game2.exe': Loaded 'C:\Users\Win 7 User\Documents\Visual Studio 2008\Projects\Dark GDK - Game2\Dark GDK - Game2\Debug\Dark GDK - Game2.exe', Symbols loaded.
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\ntdll.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\kernel32.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\KernelBase.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\winmm.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\msvcrt.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\user32.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\gdi32.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\lpk.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\usp10.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\d3dx9_35.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\advapi32.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\sechost.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\rpcrt4.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\d3d9.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\version.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\d3d8thk.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\dwmapi.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\dinput8.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\dsound.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\ole32.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\powrprof.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\setupapi.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\cfgmgr32.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\oleaut32.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\devobj.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\msacm32.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\wininet.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\shlwapi.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\normaliz.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\urlmon.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\crypt32.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\msasn1.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\iertutil.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\dplayx.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\d3dxof.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\shell32.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\imm32.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\msctf.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\avgrsstx.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\uxtheme.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\nvd3dum.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\cryptbase.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\hid.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\wintrust.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\ntmarta.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\Wldap32.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\clbcatq.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\MMDevAPI.dll'
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\propsys.dll'
The thread 'Win32 Thread' (0xf4c) has exited with code 0 (0x0).
'Dark GDK - Game2.exe': Loaded 'C:\Windows\System32\AudioSes.dll'
The thread 'Win32 Thread' (0xe60) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x598) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x2a0) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0xefc) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x9d0) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x3e8) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x44c) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0xfec) has exited with code 0 (0x0).
The program '[216] Dark GDK - Game2.exe: Native' has exited with code 0 (0x0).
Only show line, but no Circle at the Output.
Thankyou@@!