| Thread | Last Post | Replies |
|
| ANSI C to VC++ 2008 | 29 Feb 2008 19:27 GMT | 2 |
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 GMT | 2 |
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 GMT | 4 |
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 bit | 28 Feb 2008 12:51 GMT | 4 |
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 code | 28 Feb 2008 02:14 GMT | 17 |
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 arrays | 27 Feb 2008 23:33 GMT | 8 |
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 GMT | 6 |
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 GMT | 9 |
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 Function | 27 Feb 2008 10:01 GMT | 1 |
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 error | 27 Feb 2008 01:34 GMT | 3 |
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 GMT | 6 |
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 GMT | 1 |
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 GMT | 1 |
-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 GMT | 2 |
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_ptr | 24 Feb 2008 12:56 GMT | 1 |
I am confused to read what the compiler says. Could anyone explain what it means? Code: --------------------
|