|
Some recent topics started on our forums |
LoadLibrary() - 998 "ERROR_NOACCESS"
|
Let me start off by saying I had one DLL loading in just fine. But when I go to load a second DLL it always errors out with a 998 "ERROR_NOACCESS" error.
In my project the DLLs basically contain the code needed to run an AI. Another applicati... |
Posted November 2, 2009 3:13:42 PM
|
Simple C++ TCP Client
|
I need to setup some form of communication between a C# application that will be the server and a C++ app acting as the client.
For the moment I have the C# app using System.Net and System.Net.Sockets, and it seems to be working.
I'm having a h... |
Posted September 13, 2009 3:09:07 PM
|
Dynamically loading C++ DLL's on the fly...
|
I want to be able to compile a C++ DLL so another program can load it without having to close and reopen.
Is it possible?
Thanks. |
Posted September 11, 2009 8:20:27 PM
|
Creo Forma
|
Hello! These are screenshots taken from my game Creo Forma. It's a game where you build, program, and drive your own contraptions to solve each level.
Some techs of interest that we used were shadow volumes, a post process edge shader, and realisti... |
Posted January 18, 2009 6:30:53 AM
|
Custom Windows?
|
I would like to make a program that has a custom shape. For example, Windows Media Player, as well as many other applications, have the ability to be a custom shape. This is what I mean by custom shape:
Anyway, I would like to know how that's done... |
Posted January 20, 2006 8:42:25 PM
|
Update while being dragged
|
I don't know much about the program flow between my program and windows. So I have a question.
My goal is to be able to update the GL window (in windowed mode of course) and draw it as I am holding it by the title bar. It seems to me like the progr... |
Posted December 7, 2005 1:51:11 AM
|
Update while being dragged
|
(I first posted this in the OpenGL section, but no one replied.. So it's here now)
I don't know much about the program flow between my program and windows. So I have a question.
My goal is to be able to update the GL window (in windowed mode... |
Posted December 7, 2005 1:59:03 PM
|
Unexpected Texture Results
|
Here is a screen shot of the problem, http://img292.imageshack.us/img292/238/example1xf.jpg
And here is the Quad code that makes it,
glBindTexture(GL_TEXTURE_2D, texture[2]);
glBegin (GL_QUADS);
glTexCoord2f(0.0f,angle + 1.0f); glVe... |
Posted August 18, 2005 2:26:13 AM
|
Arrays and Stuff
|
I'm working on a class that will draw a cube for me after I give it,
1. The demensions of the cube.
2. The points is which to center it.
I declare a 2D array:
GLfloat z[7][5];
// I made the 2D array bigger than it should be cause I di... |
Posted March 12, 2005 10:47:44 PM
|
Arrays, fuctions, confusion....
|
I need to pass an int to a function and return an array. for example:
int get_array(int a);
int main(){
...
int anInt;
int something[7] = get_array(anInt);
...
return 0;
}
int get_array(int a){
int array[... |
Posted January 26, 2005 7:54:47 PM
|
View All Topics Started By This User
|
|
Some recent replies made on our forums |
LoadLibrary() - 998 "ERROR_NOACCESS"
|
I'm having a hard time building debugging info into the DLL... Well not that so much, but visual studio doesn't see it or something.
Anyway, here is the code for the DLL. I'm not familiar with the intimate details of DLLs so I'm not sure if includ... |
Posted November 3, 2009 5:34:29 PM
|
LoadLibrary() - 998 "ERROR_NOACCESS"
|
Awesome, GDB and DebugView, that will give me something to work with.
Thanks! |
Posted November 2, 2009 5:00:23 PM
|
LoadLibrary() - 998 "ERROR_NOACCESS"
|
Thanks for the response, but that's basically the first thing you see in Google when you type in the error code.
When I found it myself I didn't really feel it was helpful.
Then again, my DLLs are compiled in gcc without debugging.
I'm not so... |
Posted November 2, 2009 3:56:43 PM
|
Simple C++ TCP Client
|
All of your help was awesome thanks!
I decided to go with Winsock and I'm using this little tutorial from MSDN:
http://msdn.microsoft.com/en-us/library/ms738545(VS.85).aspx
-Michael |
Posted September 14, 2009 1:48:18 AM
|
Simple C++ TCP Client
|
I see, I wasn't sure.
Winsock has just been frusteratingly complex to me, and I wanted a wrapper for it.
Thanks for your help. |
Posted September 13, 2009 4:31:00 PM
|
Simple C++ TCP Client
|
All I need to send is notifications and strings..
So basically just strings.
Also, thanks for your input Antheus. |
Posted September 13, 2009 4:29:06 PM
|
Dynamically loading C++ DLL's on the fly...
|
Hey, thanks for all your help.
I found this.
http://www.codeguru.com/cpp/cpp/cpp_mfc/tutorials/article.php/c9855
It was everything I expected. |
Posted September 12, 2009 1:13:17 AM
|
Labor Day Weekend GameDev Contest - Winners Announced!
|
eedok, it's not really your place to judge the entries.. Especially since you had an entry of your own. Since you're not a judge, you should keep your opinion to yourself.
Thanks |
Posted September 3, 2007 9:47:44 PM
|
Custom Windows?
|
Alright, thanks a lot! |
Posted January 20, 2006 8:59:48 PM
|
Unexpected Texture Results
|
Agh.. It doesn't, I didn't think about it before, but after messing with some coordinates, it kinda looks like the texture doesn't really strech evenly between all four points like I thought it did. Instead... Well it's does things a little bit screw... |
Posted August 18, 2005 3:52:27 AM
|
View All Replies Made By This User
|