| Thread | Last Post | Replies |
|
| Managed C++ and the Compact .Net Framework | 15 Aug 2003 12:45 GMT | 1 |
I am trying to use Managed C++ and the Compact .Net Framework on a Windows CE.Net 4.2 device. As far as I can tell, to use managed C++ you add the /CLR option to the C++ compiler
|
| Visual c++ Inline assembler problem | 15 Aug 2003 12:06 GMT | 1 |
can sombody tell me why if i create a global variable i cant acces the OFFSET inside de _asm statment?? i mean: UCHAR MyVar;
|
| Trouble setting value of integer parameter for Insert Statement | 15 Aug 2003 09:25 GMT | 1 |
I'm trying to add a parmater of OleDbType SmallInt. It supposed to map to int16, so I do the following: OleDbParameter* pP2 = new OleDbParameter(S"FK_tblRaces", OleDbType::SmallInt, 0);
|
| C++ to C# conversion | 15 Aug 2003 08:57 GMT | 1 |
I am working on developing an application in c# but I need to access some class libraries which are in c++. What I understand is that I can use my c++ library classes in C# code if I write managed C++ wrappers around
|
| C++ to C# conversion | 15 Aug 2003 08:55 GMT | 2 |
I am working on developing an application in c# but I need to access some class libraries which are in c++. What I understand is that I can use my c++ library classes in C# code if I write managed C++ wrappers around
|
| Hello! Hello! Is anybody there! I really could use some help on 2 line so code? How about it. | 15 Aug 2003 07:58 GMT | 1 |
Dear Associaties: I asked this question last Friday, and here it is Wednesday and NOBODY has replied. Come on. Help a little. All that I am looking for is 2 lines of code. One of you must know how to do this. Please respond. I'm trying to get the DataLink to work under C++, ...
|
| noob String::Format question | 14 Aug 2003 23:09 GMT | 2 |
I am trying print the length of a managed array, but I cannot figure out how to correctly cast the result so String::Format will use it. I wrote a simple test to duplicate the problem (below) -- can anybody explain to me why the following generates an error?
|
| create Bitmap from rawbuffer(BYTE*) | 14 Aug 2003 15:09 GMT | 2 |
How can i create a Bitmap from a rawbuffer-BYTE* (from framegrapper). I do following: Bitmap *myBit2 = new Bitmap(wImage,hImage,wImage*sizeof(BYTE),PixelFormat::Format8bppIndexed
|
| scalar deleting destructor | 14 Aug 2003 04:58 GMT | 4 |
what does the phrase: "scalar deleting destructor" mean? i'm getting this in a debug error message using c++ 7.1 thanks Al
|
| behaviour change in operator<< | 13 Aug 2003 19:56 GMT | 2 |
I found a change in the following code, that behaved correctly in VC++ 6. #include <strstream> using namespace std;
|
| "continue" key word equivalent in VB | 13 Aug 2003 15:06 GMT | 14 |
is there an equivalent key word for C++'s "continue" in VB (.net) in this context? CString szLine; szLine = myReader.ReadLine();
|
| unmanaged dll in 1 place | 13 Aug 2003 13:24 GMT | 1 |
i built a c++ managed class library,that is wrapping an unmanaged dll. when im using the the managed/wrapper dll , i must copy the unmanaged dll to the directory of the client application. the question:
|
| Weird error message with VC7.1 | 13 Aug 2003 12:45 GMT | 2 |
I have some expression template code that I want to get to work. I had a typo in it and just spent two hours to find it, because VC7.1 gave a really weird error message for it.
|
| Line Number and Absolute Path in a generated IDL | 13 Aug 2003 10:22 GMT | 1 |
Attribute Programming generates IDL file automatically. The IDL looks like import "C:\Program Files\Microsoft Visual Studio .NET\Vc7\PlatformSDK\include\prsht.idl";
|
| VC 7.1 Bug with namespaces | 13 Aug 2003 08:01 GMT | 2 |
There is a small bug in VC7.1, the following code doesnt compile while it should: ---- namespace Test {
|