| Thread | Last Post | Replies |
|
| FILE and line feed question | 01 Jul 2005 17:48 GMT | 3 |
I'm using "FILE" function to write an array in a file and in this way I see that when is present a line feed (10) the function automatically insert a carriage return(13). This cause an error when i try to read the file. I would like to know why this carriage return is inserted ...
|
| Shell Compressed Folder | 01 Jul 2005 15:11 GMT | 2 |
I'm having a trouble with a Shell.Folder object when I'm trying to use it from a C++ application, but at the same time, the same object works fine from within html script. The effect is that, I cannot put data into a compressed folder in C++, in
|
| Forward declarations and #pragma managed/unmanaged | 01 Jul 2005 15:09 GMT | 3 |
Going directly to the point: myclass.h: //-------------------------------------- #pragma managed
|
| what's wrong with this ! | 01 Jul 2005 12:41 GMT | 6 |
I am making a managed C++ wrapper for calling legacy C++ code from C#. I don't understand what's wrong with following code : __gc public class SerialBuffer {
|
| casting &Byte[] to long value | 01 Jul 2005 03:41 GMT | 2 |
I have an array of bytes like Byte m_Data[] = new Byte[2000] ; Byte sequences starting at a random index (4 byte aligned) should be interpreted as unsigned long values and compared with each other.
|