| Thread | Last Post | Replies |
|
| C#'s REF or OUT in Managed C++ | 01 Mar 2004 22:33 GMT | 2 |
I'm working on creating a wrapper for some old code we have in C++ so that we can call it from a C# program. In C++ we have several functions defined that use the following notation: static long CalcCPL(double API60, double Temperature, double Pressure,
|
| COMMTIMEOUTS | 01 Mar 2004 15:16 GMT | 6 |
I am developing a com port application and am having trouble getting the following command to receive all sent bytes BOOL rc COMMTIMEOUTS CommTimeOuts CommTimeOuts.ReadIntervalTimeout = 1
|
| HttpWebRequest | 01 Mar 2004 14:19 GMT | 1 |
I have function: HttpWebRequest HttpWReq = (HttpWebRequest)WebRequest.Create("http://myserver.org/index.php"); HttpWReq.KeepAlive = false;
|
| Copy file | 01 Mar 2004 12:13 GMT | 1 |
I want to copy an existing file into a new one. How can I program this? Posted Via Usenet.com Premium Usenet Newsgroup Services ----------------------------------------------------------
|
| Bug in OnTimer? | 01 Mar 2004 12:12 GMT | 1 |
vc++ v7.1 Whenever I add an OnTimer message handler via the properties pane, I get the following code added to my files: afx_msg void OnTimer(UINT nIDEvent);
|
| __event handler test: if (OnEventHandler) OnEventHandler(Myfunc); | 01 Mar 2004 10:13 GMT | 1 |
I want to hook events handlers but need to test of any event handler is assigned or not. I need something like this: __event void OnEventHandler(Myfunc)
|
| HELP!!! - Files Linking | 01 Mar 2004 06:41 GMT | 7 |
I have two files x.h and y.h which define 'class X' and 'class Y' X has data member of type Y => there is - #include "y.h" in the file x. Y has data member of type X => there is - #include "x.h" in the file y. why the compiler doesn't let me do it ...
|
| __property strangeness behavious | 01 Mar 2004 05:28 GMT | 4 |
If I make a __gc type with __property set and get I set them to private:, those 2 methods are private ok but the actual generated property is public according to the object browser yet its not visible in C#. WTF? What kind of tosh is this ?
|
| can i compile and run .cpp file in .net environment as in VC++ | 01 Mar 2004 02:26 GMT | 1 |
I am confused and dont know how to use .net environment to work with C++. but i am just not sure whether it's possible or not. Can anyone tell me, pls?
|