| Thread | Last Post | Replies |
|
| Help with C++ | 25 Aug 2003 23:46 GMT | 3 |
I have a question. I am new at programming in C++. What is the best way to go about calling other PC's to see if they are running and if they are running then shutting them down and restarting them? Thank you,
|
| Generating VC++.Net assembly | 15 Aug 2003 19:38 GMT | 2 |
Dear Friends, I am in urgent need of your help. I have started working on Managed Extensions, and have enjoying writing C++.Net wrappers on legacy C++ application. With little success, I
|
| Interactive Voice response.... | 14 Aug 2003 11:53 GMT | 1 |
Hi All, Any one could please help me out getting some code related...serial communication coonecting to a modem ...getting the response from the telephone ??? Thank u,
|
| [BUG] in ATL7.1 (2003) | 13 Aug 2003 21:22 GMT | 1 |
In CrackResponseHeader function, On Line 1459 of atlhttp.inl: if (!strncmp(pHeaderEnd-2, ATL_HEADER_END, strlen(ATL_HEADER_END))) Should be:
|
| LNK2001 error, use to be 2019 | 12 Aug 2003 18:07 GMT | 3 |
I keep getting a LNK2001 error (unresolved external symbol "symbol") when calling AccessibleObjectFromWindow () . I'm including the right libraries and it's implemented correctly, what could be the problem?
|
| op>>(basic_istream, basic_string) why is this so. | 08 Aug 2003 19:33 GMT | 1 |
basic_istream<charT,traits>& operator>>(basic_istream<charT,traits>& is, basic_string<charT,traits,Allocator>& str); When I extract using this operator with only 'space'
|
| Problem with Passing std::ofstream to DLL | 06 Aug 2003 22:59 GMT | 1 |
Hi, all: I have defined the following ofstream std::ofstream osOut; in my class and it saves all the stuff I need in the
|
| Visual C++.net Certification | 05 Aug 2003 23:08 GMT | 1 |
what should i do to be Microsoft certificated in Visual C++ .net
|
| unresolved externals with mixed mode DLL | 05 Aug 2003 03:28 GMT | 2 |
Using : VS.NET 2003, I'm attempting to create a mixed-mode C++ DLL (i.e. has both managed and unmanaged code). When attempting to reference globals _timezone and _daylight,
|
| Error : The .exe file expects a newer version of windows | 04 Aug 2003 19:35 GMT | 1 |
I have C++ code that I used to compile on VC++ 6.0 compiler. Now after some modifications I have successfully compiled the code in VC++ 7.0 (.NET). The code is fully unmanaged.
|
| error LNK2019: unresolved external symbol _NetUserGetInfo@16 | 04 Aug 2003 07:44 GMT | 1 |
I am using Visual C++.Net and developing dialog based mfc application. I try to use NetUserGetInfo api function. I get that linker error message: cso1 error LNK2019: unresolved external symbol
|