Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / February 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Future of VC++ MFC Developers and .NET16 Feb 2004 07:21 GMT5
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 Problem15 Feb 2004 21:07 GMT4
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 GMT2
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 GMT5
   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 CLR14 Feb 2004 16:36 GMT1
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 help14 Feb 2004 15:10 GMT2
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 GMT7
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 Whidbey14 Feb 2004 00:51 GMT3
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 pointer14 Feb 2004 00:19 GMT1
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 function13 Feb 2004 20:27 GMT6
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 200313 Feb 2004 18:16 GMT3
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 application13 Feb 2004 17:44 GMT3
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 GMT13
Specifically, is there any difference between usin
void MyFunction(const HANDLE myhandle
an
void MyFunction(const HANDLE& myhandleref
Single Pixel update bar for progress bars13 Feb 2004 13:10 GMT6
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 GMT3
Any Visual C++ source code available for disabling the following keys in
windows 2000.
Alt + Ctrl + Del
Ctrl + Esc
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 January, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.