Ok,so today,I was going and getting some functions from the dlls to use in c++,and realized something,if you actually knew enough about this,you could run dbpro through c++. Like,in the DBPro setup dll,it has functions like:
?Begin@@YAXXZ
?Create@@YAHPAUHWND__@@PAU_D3DPRESENT_PARAMETERS_@@@Z
?CreateDrawBoxes@@YAXPAKPAPAUtagRECT@@@Z
?DB_UpdateEntireWindow@@YAX_N0@Z
?Destructor@@YAXXZ
?End@@YAXXZ
and more on that. I wanted to try it,but I have no clue what the stuff like @@YAHPAUHWND__@@PAU_D3DPRESENT_PARAMETERS_@@@Z means...that is just confusing...and I don't think tgc would like people doing this,cuz that would sorta defeat the point of dark gdk(well,actually,dark gdk probably is a bunch faster to get setup
). So,basicly,is it possible to get dbpro running through c++?
Hello