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 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ANSI C to VC++ 200829 Feb 2008 19:27 GMT2
I'm not too much of a C++ programmer but I have a bunch of C programs
(they compile with GNU) and want to get them to compile in VC++ 2008.
In Unix I go "./configure" and it makes a "Makefile".  I then do
"make" and when thats done I do "make install".
In C++ /CLI is there a "MyClass( ) : this( )" type of constructor like in C#?28 Feb 2008 18:16 GMT2
Does this type of thing exist in C++ /CLI as in C#
public class A
{
   public A(int foo)
Template in cpp file?28 Feb 2008 15:47 GMT4
I have a project that contains a templated routine.  This same project contains
code that tries to construct an instance of that templated routine.  I have the
following bits and pieces:
Something.h
Migration of 32 bit application to 64 bit28 Feb 2008 12:51 GMT4
We are in the process of making the code to be compatible for 64 Bit windows
OS. We have dlls/exes are built on Smalltalk and Vc++ ( versions 6.0, 2002,
2003). Is it enough to do a system test on 64 Bit OS? or is it required to
build the code to detect the portability issues for ...
Calling a managed function from native code28 Feb 2008 02:14 GMT17
I need some education on something that is apparently so basic that it's not
described anywhere in the MSDN docs (that I can find).
Here is the underlying problem I am trying to solve:  I have two existing
products.  One is a managed code product that includes a singleton (exposed ...
Converting native arrays to managed arrays27 Feb 2008 23:33 GMT8
I'm writing C++/CLI code (compiled with /clr) that accepts a native char array
(and its length) and calls a managed routine that expects an array of
System::Byte.  I was just wondering if there is any magic that I'm missing that
easily marshals the native array into a managed ...
Where can I find XP version of FILECOPY.AVI ?27 Feb 2008 22:47 GMT6
Where can I find XP version of FILECOPY.AVI, to use in a dialog?
There is a movie called FILECOPY.AVI which is included with Visual
Studio 2005, but it is the 16 bit (Windows 95) version. There are a
few other videos in the same directory that look like the 32 bit
C2143 for apparently clean code,...27 Feb 2008 18:03 GMT9
i am gettin this compiler error over and over for AFIAK perfectly
clean code:
error C2143: Syntaxerror : Missing ';' before ']'
for the Line with the  " char szMultibyteString[4096];"
Drive Ready Function27 Feb 2008 10:01 GMT1
I downloaded a file manager example with drives being listed and
supposing E: was a cdrom, how do you that e: is ready? is there a win32
function to tell you that it is ready for reading without doing a
physical read, and having it pop up with insert a disk.
Linker error27 Feb 2008 01:34 GMT3
I downloaded a small sample solution (DLL) from PayPal and I'm getting the
following error when I compile it:
Error 2 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ"
(?.cctor@@$$FYMXXZ) ButtonEncryption.obj ButtonEncryptionLib
Compile only for debug?25 Feb 2008 15:58 GMT6
I'm hoping someone can suggest a clever way that I can cause a function call
to become a noop when the user builds the Release configuration.  Here's the
whole sordid story...
I've created a function that operates like cout except that it directs its
calling a web service from a dll developed in C++25 Feb 2008 14:56 GMT1
I need to develop a dll in C++ which calls a web service for a smart
device/WM. The reason for using C++ is because, that this dll has to
be invoked from a non-dot-net application from the device.
I need to develop the Dll in such a way that i don't have to install
Did this happened to you?24 Feb 2008 23:24 GMT1
-I created a DB with SQLServer Express 2005 under WinXP and started to try
little things with VisualStudio Express 2008's C#
-When configuring the DB conx under VSE2008 it copies the DB files to the
project folder.
¿A alguien le ha pasado?24 Feb 2008 22:47 GMT2
Hola,
Hago el  post en este grupo porque no sé cuál es el más adecuado, y el
desarrollo lo hago en syshark.
-He creado una DB en SQLServer Express 2005 en una estación con WinXP y
compile error about auto_ptr24 Feb 2008 12:56 GMT1
I am confused to read what the compiler says. Could anyone explain what
it means?
Code:
--------------------
Pages: 1 2 3 4 5 January, 2008
 
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.