|
|
|
|
| How to detect active Ethernet link |
| Hi, I am using embedded Visual C++ on WinCE with Winsock API calls and
want to detect if my Ethernet card is connected to a switch or not
without actually making a connection to another socket. A bit... on 19-Nov-09 |
| |
|
|
|
| Using GUID as the key for std::map |
| I have a map which uses GUID as the key.
void main()
{
std::map map;
GUID d1;
std::string szName = "test";
map[d1] = szName;
}
But when compiling this code in VS2008 shows following errors
c:\p... on 19-Nov-09 |
| |
|
| Not finding help for standard C functions |
| This may not be the appropriate place to ask this but I will give it a try. I
have Visual Studio 2008 installed and when I try to look up a standard C
function I do not find help for this. It seems... on 19-Nov-09 |
| |
|
|
|
| How to debug a dll? |
| Hi,
My exe program is in C#, though my question will apply to C++ also. I have
no problem to step into the dll codes as long as I called the method from my
application in debug mode. However, as I s... on 18-Nov-09 |
| |
|
|
|