| Thread | Last Post | Replies |
|
| Future of VC++ MFC Developers and .NET | 16 Feb 2004 07:21 GMT | 5 |
i am a VC++ developer (MFC) and i want to use .NET at its best. But all the samples , tuotorials etc are either in C# or VB.NET. I have certain doubts :- 1). Is Microsoft going to phase out C++ development especially MFC , ATL
|
| Format Problem | 15 Feb 2004 21:07 GMT | 4 |
I'm using VC++ 7.0 .NET. It seems that the "%d" and "%f" format parameters are not supported anymore. Following code does not work: StatusLabel->Text = String::Format ("Reading %d bytes (%0.1f Kb/s)", __box(lBytes), __box (dTransferRate));
|
| what could cause a 'warning LNK4020'? | 15 Feb 2004 18:23 GMT | 2 |
After adding one more lib to my project, I keep getting this warning from the linker (twice): warning LNK4020: a type record in '<snip>\debug\vc70.pdb' is corrupted; some symbols and types may not be accessible from the debugger
|
| Who knows...??? | 14 Feb 2004 17:32 GMT | 5 |
What is the resolution of the warning: cast from integer to pointer of different size on passing any parameter to the last LPVOID of CreateWindow ??
|
| Re: Compiling VC++ 6.0 to the .NET CLR | 14 Feb 2004 16:36 GMT | 1 |
Tom/Arif -- you need sample code to decipher a linker warning? I think not -- the linker needs to be fixed to produce some usable context for the warning (and inevitable error). I'm working w/ a project consisting of hundreds of files. Posting source is
|
| pc.h header file help | 14 Feb 2004 15:10 GMT | 2 |
Hi! I'm doing my final year project in University and I'm currently trying to program my parallel port, but I cannot seem to compile because there isn't a pc.h header file. Is there any way I can download this header file? I'm using Windows XP as my OS, would the security rings ...
|
| VC code !! | 14 Feb 2004 05:26 GMT | 7 |
I have an issue with the VC++ code. I have a code in VBA that I am running in VC++. But there is a difference in the result of the two. Following are the details of problem:
|
| CLI Whidbey | 14 Feb 2004 00:51 GMT | 3 |
I have just stumbled on the proposal for the new CLI dialect for use with a future version of the visual C++ product Does anyone have timeline details for when an alpha from Microsoft will be available for experimentation Since, I've avoided the managed C++ dialect up until now, ...
|
| ICE with template function pointer | 14 Feb 2004 00:19 GMT | 1 |
VS.NET 2003 V7.1.3088 - Unmanaged code I'm getting: c:\Proj\pt.h(581) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701)
|
| Error C2247 for distantly-related static member function | 13 Feb 2004 20:27 GMT | 6 |
The following code snippet shows that VC++ 7.1 correctly compiles a static member function invocation from an Unrelated class, since this static member function is public. I expected to compile the same invocation from a DistantlyRelated class. What actually happened was that ...
|
| Linker warning about function ordering with VC.NET 2003 | 13 Feb 2004 18:16 GMT | 3 |
My project uses the /ORDER specifier to order functions as specified in file containing the decorated names of packaged functions (COMDATs). I am in the process of upgrading from VC6 to VC.NET 2003. When linking a release build of my project VC.NET 2003, the following warning ...
|
| send() return -1 - Console application | 13 Feb 2004 17:44 GMT | 3 |
I´m programming with Visual C++ since 1995. I have developed many client and server Windows applications using sockets and MFC. Now I need a Console Application to convert in a NT service and I´m sliding: I wrote a serverapplication and it accept connection from the cliente but, ...
|
| handle/reference? | 13 Feb 2004 17:05 GMT | 13 |
Specifically, is there any difference between usin void MyFunction(const HANDLE myhandle an void MyFunction(const HANDLE& myhandleref
|
| Single Pixel update bar for progress bars | 13 Feb 2004 13:10 GMT | 6 |
I want to do a single pix update bar instead of the big block that progress bars usually use. I can't seem to find any info on how to do this. Thanks in advance for any help, Kyle
|
| How to: Disable Alt + Ctrl + Del in Windows 2000. | 13 Feb 2004 08:04 GMT | 3 |
Any Visual C++ source code available for disabling the following keys in windows 2000. Alt + Ctrl + Del Ctrl + Esc
|