Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / March 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
C#'s REF or OUT in Managed C++ 01 Mar 2004 22:33 GMT2
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,
COMMTIMEOUTS01 Mar 2004 15:16 GMT6
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 GMT1
I have function:
HttpWebRequest HttpWReq =            
(HttpWebRequest)WebRequest.Create("http://myserver.org/index.php");
HttpWReq.KeepAlive = false;
Copy file01 Mar 2004 12:13 GMT1
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 GMT1
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 GMT1
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 Linking01 Mar 2004 06:41 GMT7
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 behavious01 Mar 2004 05:28 GMT4
 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 GMT1
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?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 February, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.