| Thread | Last Post | Replies |
|
| Is the news server showing delays/errors? | 25 Sep 2003 03:53 GMT | 2 |
I am using msnews.microsoft.com and am finding that none of the posts appear on the server. Anyone else facing this problem? BTW I am not even sure if this very post will appear :-) --
|
| From C# to VC.net | 25 Sep 2003 03:42 GMT | 2 |
Hello Group I've problem with convert this function private string getMD5(string s1) {
|
| We are looking 4 experianced C++ programmers | 24 Sep 2003 21:57 GMT | 1 |
please contact cesar90212@yahoo.com with you resume @ least 4 years experiance NO STUDENTS
|
| How to use resource editor in msvc 7.0 | 24 Sep 2003 14:13 GMT | 9 |
I'm a long time use of msvc (since v2.0) but the resource editor in version 7.0 has me stumped. All I'm trying to do is edit the text in a button but I can't find any way of doing it. If I open up the resource editor I get a properties window but
|
| memory address question | 24 Sep 2003 12:57 GMT | 2 |
int b [10] = {1,2,3,4,5,6,7,8,910}; b is a pointer that points to the first element. Does this mean that "b" is stored is some other memory location. Assuming that the size of int is 4 bytes and size of the pointer is also 4 bytes, Does this mean that there
|
| WSTRCopy | 24 Sep 2003 12:44 GMT | 1 |
I just recently started maintaining a project that uses the function WSTRCopy a few times. not knowing what it did i went to look in MSDN, but i can't find it anywhere. even if i let msdn search for it.
|
| Double conversion??? | 24 Sep 2003 12:09 GMT | 2 |
How can I convert from a double variable to a char* ???
|
| lpVtbl in C++ | 24 Sep 2003 06:34 GMT | 1 |
i want to get die function pointer of a com object in c++. With C it works fine with "object->lpVtbl->Function". In C++ it doesn't work with "object->Function". Why ?
|
| underbar reserved for complier/library writters? | 24 Sep 2003 03:22 GMT | 2 |
Is there a spec like ANSI or some such that actually states that underbar _ or __ is reserved for compiler and library writers? If it exists, I can not find it. Cheers,
|
| Creating new attributes | 24 Sep 2003 01:00 GMT | 1 |
Now... I've began using Attributed programming (with VC++ 7.1) and, when it works, it's very useful... (but when you have to debug it, it's hell)... Now... How can I create new attributes? Thanks
|
| How to create atl com server by using VS.NET | 24 Sep 2003 00:49 GMT | 1 |
Does anybody know how to create an ATL project which could be either a in-proc com server, out-proc server or a service? It's easy to do on VS 6.0 by atl wizard but I couldn't find on VS.NET ide. Thanks for any help, CT
|
| How to prevent MFC classes' metadata to be exported by MC++ assembly ? | 24 Sep 2003 00:17 GMT | 1 |
I have MC++ mixed mode assembly, which also uses MFC. Everything works fine, but C# code, which uses this MC++ assembly sees all MFC symbols as members of the global namespace. When I open MC++ assembly I actually see all metadata of those classes. Obviously, in most cases classes ...
|
| what happened to dependency walker? | 23 Sep 2003 22:59 GMT | 1 |
i regularly use the dependency walker, but to my horror i discovered that it is not installed with visual c++ anymore. is there a replacement for it, or do i have to keep on using it from VC6? kind regards,
|
| error LNK2001: unresolved external symbol __HUGE | 23 Sep 2003 19:35 GMT | 1 |
I am trying to build a DLL in VS.NET 2003 and it works fine in Debug mode. However, if I try to build it in Release mode, I get the following link error in several .obj files: error LNK2001: unresolved external symbol __HUGE
|
| What happened to Source Profiler? | 23 Sep 2003 18:38 GMT | 1 |
Can somebody tell me what happened to the Source Profiler? It used to be under the Build menu in VC6, but now it's gone, and I cannot find anything in the docs that say what happened to it. The docs now only say something about atttaching a third party tool, but do not give any ...
|