| Thread | Last Post | Replies |
|
| managed c++ and c# | 02 Aug 2004 20:48 GMT | 2 |
I am porting code from c++ and would like to use managed c++ to turn it into an assembly for c#. The c++ code uses templates heavily ( via custom STL containers ) and from what I read so does managed c++. How can I expose a templated class for use in C#, or is it just an ...
|
| catching unmanaged exceptions in managed code, not working in release build | 02 Aug 2004 10:57 GMT | 12 |
I have a Problem with unmanaged exception. In the debug build it works fine to catch unmanaged c++ exceptions from other dlls with //managed code: try
|
| C# Dll in a non dot net environment | 02 Aug 2004 03:33 GMT | 5 |
Is it possible to use a c# dll in an environment where the dot net framework has not been installed ? For example will a C++ wrapper do the job? Thanks. DD
|
| How to Send/Receive Intensive Data? | 02 Aug 2004 00:35 GMT | 3 |
Hello Developpers I am using Visual C++ .NET Standard Edition 2003 on Windows 2000 Professional. I would like to send intensive collection of data, which includes int, float, names, through ethernet using TCP/IP from Server to Client or vice verse. During this communication the ...
|
| Problems with ArrayList::ToArray | 01 Aug 2004 19:49 GMT | 2 |
The following code does not work ArrayList __gc* allControls = new ArrayList(); .... // put some Controls in allControls
|