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 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
sending data to opened notepad file in desktop20 Feb 2005 01:09 GMT11
can mfc application, send text data to opened notepad file in desktop?(live
transfer of data) . can anybody help
MC++ String::Format?19 Feb 2005 11:27 GMT7
The first three of these statements work. The fourth doesn't.
    String::Format("{0}{0}{0}{0}", S"");
    String::Format("{0}{1}{0}{0}", S"", S"");
    String::Format("{0}{1}{2}{0}", S"", S"", S"");
VB.NET & C++.NET18 Feb 2005 23:04 GMT1
When developing a console application how do I place the cursor at a specific
colomn and row?
C++ Overloading stream-extraction operator - HELP!18 Feb 2005 22:16 GMT1
I can't find anything wrong this with this class. Especially,
Overloading Stream-Extraction Operator (in blue). Any one know what
do I need to fix this problem please reply. Thank you for your help!
---------------------------------------------
Still a bug....18 Feb 2005 21:41 GMT1
I'm still playing with this managed/unmanaged code within my VC++
project.  I'm sure it's gonna work, need just some tuning that you could
help me to find out.
Here is below the .h and .cpp I use.
error LNK2001: unresolved external symbol _WinMain@1618 Feb 2005 19:01 GMT2
Just installed Service Pack 5 for Visual C++ 6.0. Now I'm getting an error
when linking as follows:
inking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Managed code within unmanaged code ?18 Feb 2005 17:14 GMT3
Can I mix my managed code within my unmanaged code?
Just for instance, I have a socket class that is managed code.  It is
include in my unmanaged VC++ project and it compile.
The point is, when I want to instantiate my class, I still get this error:
Why call member function through this pointer?18 Feb 2005 07:59 GMT2
Why would someone call a non-static provate member function from
another non-static member function of the same class via the this
pointer?
Thanks
Subtle diffs between C++IJW, unmanaged, __nogc, etc18 Feb 2005 06:07 GMT2
Compiling a straight C++ module under VC++ 7 would seem to autogen an
'IJW' type .NET module, even if the module has standard VC++ syntax.
I'm assuming that the 'unmanaged' flag would have no further affect on
this code.  Nor would __nogc.  Correct?   Or are there subtle further
GetLocalPathName could not be located in Kernel32.dll18 Feb 2005 03:29 GMT1
I have C++ .NET mixed (managed/unmanaged) application.
I build it under W2K and it works fine.
However when I tried to run it under NT 4.0 I've got the
following error message: The procedure entry point
Need help, may be easy for you , I'm getting nuts.17 Feb 2005 19:15 GMT3
I have this DLL made with VB.NET made as a Class Library project.  I
know this is managed code.
I have my other made with VC++.NET, unmanaged code.
The point is that I want to use function within my DLL in the VC++ project.
How to compile simple command prompt apps in VC++ .NET like in VC+17 Feb 2005 19:05 GMT6
I have the following simple program:
#include <iostream>
#include <map>
#include <string>
MSDN17 Feb 2005 06:31 GMT1
When a new version of MSDN library is installed, the previous one
remains installed too. Is it needed, or should we remove the previous
version ourselves?
GC still seemingly moving pinned pointers17 Feb 2005 05:46 GMT1
I wrote this letter to a colleague, and I thought I'd share it here:
---
We had a problem with pointers being passed between managed C++ and
unmanaged C++ code, but it only occurred once in every 2000-3000
Fatal Error C1019. No error if it is compiled in VC++ 6.016 Feb 2005 20:34 GMT1
I have a C++ source file (mymessage.cpp), it is used by two different
platforms. PC and VxWorks.
The file has a header section to include header files depending on which
platform it is compiled. The code is like this:
Pages: 1 2 3 4 5 6 7 8 9 10 January, 2005
 
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.