ALright, Ineed some help with the addressOf operator. I am using a .Dll file that requires a callback.
But I keep getting an error message "Invalid use of AddressOf operator". Here is an exerpt of my code.
Private Declare Function client Lib "WinSox.dll" _
Alias...
Hey,
I am having problems declare a simple queue. As far as I can tell, I'm declaring it right. Most likely it is just one of those things where the problem is right in front of me. Anyways, here is how I've been declaring it.
#include <queue.h>
static queue<char *> q;
But I keep...
I am currently writing a client/server dll, and what I want to do is be able to send anything over the connection. Such as files, objects, or simple text. Is there a master class that all other data classes are derived from? The closest thing I could find was CObject, but I don't think it...
I'm trying to figure out a way to send pictures (not necessarly files, but like an stdPicture) over a simple tcp winsock connection. I can't seem to find anything, neither code nor tutorials. I've searched the forums, and haven't found a direct answer to this question. I 've also looked at...
I've been trying to straighten this bug for a couple days now, and I can't figure out what is wrong.
It's probably something simply. What I've been trying to do is have a Data control named tempData that will open
an Access database file I've created earlier in the program. And add some records...
I have an old HP 450mhz 128 mb pc, running 98 se. I turned it on the other week, and got the 'OS not found error'. I attatched the HD to another PC as a slave to see if it was a bad HD or another problem. Whenever I tried to access the old hd, my newer system crashed. So I put a brand new WD...
I have on average around twenty to thirty files, all of which have headers which I use to populate a dynamic array of head_of_file. What I need to do is check to make sure if all totalNum’s are the same, and if not, display a message. And check to make sure the num variables are complete and...
I know this is question is a little off for this forum, but this forum was the closest thing I could find that would match my question.
I have been searching the net, and can't seem to find a site that sells simple gates. All I'm looking for are And, XOR, and Not gates. Anybody know where I...
I am currently trying to create a file that is exactly 1 Kb in size. So I created a file and opened it in binary mode.Next I fill the file with data in a for loop that runs 1024 times. Then I close the file. But when I check the file properties to seehow large the file is, Windows shows that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.