Hey everyone. I just started C++ again once I found out about the DarkGDK. I practiced a bit and managed to draw a cube, color it, and use arrow keys to rotate it. But I kinda wanted to give it a texture, and maybe a whole other model. However, whenever I use codes to load something, such as a model, I always get an exception when it's trying to load it... The message I get is...
Quote: "First-chance exception at 0x7c812a5b in Dark GDK - Game2.exe: 0x000006BA: The RPC server is unavailable."
I tried to load a custom model, texture, and a model/texture from the samples. Neither seemed to work, I just kept getting that. The samples work fine. The code I use to load the models is...
dbLoadObject ( "media\\bike\\bike2.x" , 1 );
Or something like that, with the location changed. I've tried the
dbSetDir("Something such as Media\\"); like used in the samples, and using the LoadObject method to load it without the Media\\, but that didn't work. So can someone tell me what my problem is? Thanks,
~Lin