September 8th, 2012 11:19 AM
It is "Urban" spelled backwards, but no idea why I came up with it at the time! :-)
August 7th, 2012 09:54 AM
Ortem? Or something similar like for example Nabru?
February 9th, 2012 10:00 AM
Hello,
I think the problem is that the playsound function isn't intended as a "real-time" sound output function. It needs to load the sound data and initialise the sound system before it can start...
October 19th, 2011 11:56 AM
Yes, it is possible - but you need to write two programs for it.
- One program that runs on the computer with the microphone. It needs to record the audio from the microphone and then send that...
February 27th, 2009 06:05 AM
In the snippets of code you posted I spotted a few things -
- Your client does not need to call bind().
- You do not need to create a new socket for every UDP packet you send.
- In the client...
February 27th, 2009 05:54 AM
Hello and welcome to the board! Could you maybe translate your post to English please?
February 18th, 2009 01:11 PM
I became a registered-through-facebook fan as well!
January 15th, 2009 11:47 AM
From MSDN -
Error 10035 - WSAEWOULDBLOCK - This error is returned from operations on nonblocking sockets that cannot be completed immediately, for example recv when no data is queued to be read...
January 12th, 2009 04:46 AM
The system we use at the office is far from high-tech. We have an image disk with the operating system part of each server, so we can easily setup a new one. The data on each server is backed up to a...
January 12th, 2009 04:14 AM
I'd first check with a packet sniffer that the data actually leaves the server properly, then I'd concentrate on the receive part of the client. Since the system works fine locally but not over the...
January 8th, 2009 04:18 AM
@VictorN - are you sure about your statement that "most of network administrators do NOT allow any UDP" as I've never come across that situation. Or did you mean broadcast messages?
December 11th, 2008 04:30 AM
You are posting in the wrong thread I'm afraid. This thread is about the new upcoming version of VC, and not about a version that is more than 10 years old.
Please try the Visual C++ forum, I'm...
December 3rd, 2008 11:58 AM
And of course... Don't leave anything valuable behind in any car.. Not only for the high-tech thieves, but also the ones who use a brick or crow-bar to "unlock" your vehicle.
December 2nd, 2008 06:09 AM
A lot of people will ignore your post since it contains code without code tags. Please edit your fist post and add the code tags and ensure your code is formatted correctly. How to do this you can...
December 1st, 2008 04:21 AM
Good work JetCoder - digging up 5 year old threads...
November 27th, 2008 12:33 PM
You can calculate a key by using the hardware in the computer. Things like the MAC address and motherboard + HD info can be used for this. You can concatenate all this info in a string and then MD5...
November 27th, 2008 06:05 AM
This is how it usually works...
- App generates a unique ID string at first start and shows this to the user in the "please register me" window.
- User copy/paste the unique ID into a form on...
November 26th, 2008 05:56 AM
In case you missed the message dlorde posted directly above yours I'll repeat it here as it contains important information regarding your request..
November 25th, 2008 08:49 AM
There is no fail safe method to detect all devices attached to a network. Still, you can use the IP address and netmask of the NIC to find out what the range of possible IP addresses is for the...
November 25th, 2008 04:22 AM
I agree with RFIDtag30 on this - it is better to write code that is easier to understand. If all you want is to set a particular variable to a preset value then do that.
For example, on some...
November 24th, 2008 04:42 AM
Only general advice I'm afraid. Before all else, check what the competition is capable of and try to find out which part of the functionality is the most important for the user. Having a lot of very...
November 19th, 2008 11:46 AM
Dan Whitehouse - Still Thinking of you.
November 19th, 2008 06:07 AM
I think you should be banned for the way you use the word "urgent" in the subject line. This kind of faulty spelling teaches the kids the wrong things. Someone with your experience should know better...
November 19th, 2008 05:59 AM
Disclamer: I do not have the answers, only some personal views on the matter.
I was already using this site for years and years before I actually posted for the first time. Most of the answers...