| Thread | Last Post | Replies |
|
| Default NIC Card | 07 Apr 2008 07:54 GMT | 2 |
If I have 2 or more active NIC Card on my machine is there a way in Windows through which i can find the Default NIC Card(in VC i.e)? (if you feel this is posted in a wrong place please can you give me a proper URL to post it)
|
| Problem loading DLL on other machine | 07 Apr 2008 07:51 GMT | 6 |
I have made a DLL say on MachineX with XP Pro SP2 it works perfectly fine on this machine on which i have made the Dll in VC if I take this DLL to other machine which also has XP Pro SP2 on it I get following error
|
| Auto indent | 07 Apr 2008 03:02 GMT | 1 |
How to enable the auto indent function in visual studio? For example: void f() {
|
| Using a static ".lib" file in managed C++ | 04 Apr 2008 23:45 GMT | 1 |
I have natively compiled ".lib" file which I need to use in managed code. After some searching, I got to know that C++.NET 2005 through its C++/CLI can directly make use of native binaries(including .lib files). However I didn't find even a single example of elaborating how
|
| Unresolved external | 03 Apr 2008 23:30 GMT | 1 |
In Visual Studio 2008, I created a Windows Form project, made some menus. Then I created a class using Add Class under the project menu. Here's the class definition:
|
| High resolution Sleep | 03 Apr 2008 16:50 GMT | 22 |
Sleep() function Sleep at lease 1 millisecond, there is a way to make a thread to sleep less than a millisecond? One way I know of is using performance counter which is not really sleep ( loop and check again and again and uses CPU time).
|