Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K

11 Posted Topics

Member Avatar for chrishtones

Since __uuidof is a C++ only operator, how would I retrieve the GUID of an object in C?

Member Avatar for gerard4143
0
639
Member Avatar for chrishtones

So I am trying to set up Lua on Visual C++ 2008 and I keep getting this error: [B]error C3861: 'luaL_newstate': identifier not found[/B] Here is an example of my code: [CODE] #include <iostream> extern "C" { #include "lua.h" } using namespace std; int main(int argc, char* argv[]) { lua_State …

Member Avatar for 3ing
0
90
Member Avatar for Cgm

Dark GDK come's with some PDF files that give you some basic tutorials. You can find them by going to Program Files\The Game Creators\Dark GDK\Tutorials. If you read all of them you should be able to make some pretty cool games.

Member Avatar for green_frog
0
209
Member Avatar for chrishtones

How would I write a program that can tell what directory it is in? For example, how would I write a program that can tell if it is in C:\Windows or C:\Users or something like that.

Member Avatar for WolfPack
0
106
Member Avatar for chrishtones
Member Avatar for mrclark

You should learn a programming language first. I suggest C or C++. You should buy some books on those programming languages and check out [URL="http://www.gamedev.net"]http://www.gamedev.net[/URL] They have a lot of good stuff for beginners to read.

Member Avatar for ajmacca
0
124
Member Avatar for AirGear

[URL="http://www.devarticles.com/c/a/Cplusplus/Using-MFC-in-Cplus-Basic-Application-Skeleton/"]http://www.devarticles.com/c/a/Cplusplus/Using-MFC-in-Cplus-Basic-Application-Skeleton/[/URL] You can also create a MFC application in Visual C++ pretty easily by creating a Windows Forms Application. Click File->New->Project and then click Windows Forms Application under templates.

Member Avatar for pspwxp fan
0
145
Member Avatar for lewashby

I have a book about TGE and I had the same problem. I don't think that it was the same book but try looking on the cd for the directory. That's where I found what I was looking for.

Member Avatar for chrishtones
0
104
Member Avatar for chrishtones

Does anybody know how to rotate a sprite around the center of the image rather than the top left corner in Dark GDK?

Member Avatar for William Hemsworth
0
108
Member Avatar for chrishtones

Is there any way that I can get the sin(), cos() and tan() functions to return an angle? For example, like when you press 2nd then sin on a calculator. Or should I use different functions?

Member Avatar for tux4life
-1
186
Member Avatar for chrishtones

Does anybody know where I can find a good reference book or website about the Dark GDK Library?

Member Avatar for csurfer
0
110

The End.