| Thread | Last Post | Replies |
|
| .Net 2003 ifstream getline(buff, sze) jumps to EOF if line>size | 08 Jan 2004 21:37 GMT | 6 |
In .Net 2003 if a line, read from a text file is larger than a size parameter, the ifstream getline(buff, sze) put the file pointer to the EOF, so next peek() returns EOF. I saw this problem also when size was 2000 but line was
|
| EventLogger and XP question! | 08 Jan 2004 20:02 GMT | 4 |
Hi, all! When my application writes to event log the XP (it occurred only on XP machine!) adds to my message not expected additional info: For more information, see Help and Support Center at
|
| CString compilation error on VC++ 7.1 | 08 Jan 2004 19:33 GMT | 1 |
When I compile existing MFC project in Visual Studio.NET 2003... I get class undefined error for CString... Does any one have experianced these problems?
|
| Life Cycle and Events : comparison between ASP.NET and ATL Server | 08 Jan 2004 19:03 GMT | 1 |
i have recently been interested in exploring ATL server. i have been doing development on asp.net and server controls the past 1 year or so. in ASP.NET, the Page and ALL its contained controls get a chance to
|
| the differnce between Win's Lib file and Linux's | 08 Jan 2004 16:24 GMT | 1 |
Hi, All I have a stupid question that I got some Lib's file which can be linked by VC.net 2003. the exefile can run well on windows platform, but the Lib's provider also gave me the message that the same's file can also be linked on
|
| What are big difference between .NET 2002 and .NET 2003... | 08 Jan 2004 14:35 GMT | 2 |
Hye, Jigar from India... What are big difference between .NET 2002 and .NET 2003... I am using the 2002 version but planning to upgrade to 2003 so, please give me big diff bet. two if you have it handy, or suggest me a URL
|
| Managing VC++ 6.0 projects with C++ .NET | 08 Jan 2004 13:52 GMT | 1 |
Can existing vc++6 projects be managed with c++ .net? johannes
|
| using GDI+ | 08 Jan 2004 08:45 GMT | 5 |
How can GDI+ be used from C++?? I tried the following methods, but all failed with about 100 different errors relating to stuff that was not in any file I created. The file <gdiplus.h> only exists on my (XP pro) system in
|
| dll sample or walkthrough? | 08 Jan 2004 08:40 GMT | 5 |
Hi, I need to create a simple dll which will be used by MS Access and .ASP apps. What type of dll would be best and can anybody point me to a complete example which I can compile and run with Visual C++ .net?
|
| compiling from the command line | 08 Jan 2004 07:07 GMT | 3 |
what's the vc++.net compiler name? you have vbc.exe for vb, csc.exe for C#. what's the name for C++? I can't find it. :-( TIA!
|
| Mdi Child Form in Mdi Parent Form | 07 Jan 2004 18:50 GMT | 1 |
I am developping a Visual C++ application. In my application, I created a Mdi parent form with a main menu. I also created a "menuItem" click to display a Mdi child form. I want in this case to display the Mdi child form in all the Mdi parent form.
|
| how to access c# code into vc++ .net | 07 Jan 2004 18:24 GMT | 1 |
how to access code of C# dll into vc++ .net. and aslo if i want to take code of c# directly in to vc++ .net project how it is possible.
|
| Question concerning dotnextfx.exe in project deployments | 07 Jan 2004 17:54 GMT | 3 |
Suppose a developer has a setup.exe file that can be downloaded from his online site, rather than from a distribution CD. If the targeted user were using a CD, of course it would be easy to include dotnetfx.exe on the CD and install it silently (or relatively
|
| tool/utility that converts the address into source code line - for memory leak | 07 Jan 2004 17:49 GMT | 1 |
I am looking for a tool/utility that converts the address into source code line. Purpose is that I have written a basic mfc application that purposely has a memory leak.Now at the exit of the application I get a memory dump in the
|
| Binary "and" operator in enum loop | 07 Jan 2004 11:35 GMT | 3 |
I'm trying to write a function taking an "flagged" enum as parameter. The function should then loop through the enum and do some stuff for each flag that are set. Below is some sample code showing what I'm trying to do. The problem is in the line:
|