- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
11 Posted Topics
Since __uuidof is a C++ only operator, how would I retrieve the GUID of an object in C?
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 …
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.
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.
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.
[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.
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.
Does anybody know how to rotate a sprite around the center of the image rather than the top left corner in Dark GDK?
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?
Does anybody know where I can find a good reference book or website about the Dark GDK Library?
The End.