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++ / August 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Return value changed.31 Aug 2005 07:42 GMT1
I have 2 modules, I am using .net dialog for user interface and unmanaged c++
for library. In library, I have a function that returns true or false. If I
call the function from managed code, I am getting true though the function is
returning false. The return value is changing.. ...
[NSDictionary DictionaryWithContentsOfFile] question31 Aug 2005 01:40 GMT1
does '[NSDictionary DictionaryWithContentsOfFile]' support XML list format?
or only the old {} () format?
HOW: SSL/SSH connection ??31 Aug 2005 01:37 GMT9
I have a project to do, that has to transfer files over  SSL/SSH
connection.(FTP over SSL or some other method)
I searched a lot but didn't find anything usefull :((
Has anyone any clues how to do that ??
SocketFlags.None does not work30 Aug 2005 17:12 GMT1
maybe it is not the right place to ask .
Hi , i have problem about sending data over socket . It waits for another
socket.send
// str = Encoding.ASCII.GetBytes("hello");
Bluetooth and COM port emulation30 Aug 2005 17:09 GMT1
Hello.  I have a .net application that utilizes COM ports to
communicate with serial devices (namely a GPS).
This may not be the right group for this question, but bear with me as
I am not sure where else to ask.  (I would appreciate any NG
MFC or.NET29 Aug 2005 15:36 GMT3
I am making a new application (server) which will beserving about 10,000
peopleand i would like to know if .NET is ssuitable language to make this
server .
Iwas thinking about making it inC++ with the winsock2 API and use MFC to
For those interested in all .NET languages, not just C++...29 Aug 2005 10:31 GMT2
Hey guys,
I found a group that includes all the .NET languages, not just VC++.
It's a good idea, because when you go on to ask a question, you might
see a question about C#, for example, that you too are unsure of. I've
KillTimer() has not been after destroying the CWnd.29 Aug 2005 09:02 GMT1
I have CView inherited class. After creating the window, I call SetTimer( ,
, NULL) to set a periodical timer. When the window is no longer need, I just
call DestroyWindow() to destroy the window but without calling KillTimer() to
kill timer. Is this code safe?
#import29 Aug 2005 04:24 GMT4
I want to use an Activex dll that has written with vb.
I use @import to imprt that..I don't have any errors at compile time..
but at run time I get an error..
How can I use a dll in my application..
Using Win32 in .Net29 Aug 2005 01:54 GMT1
This may be a stupid question, but if I create a Win32 project using VC++
7.x, will it build the same as VC++ 6 or will it be a .Net app?
Formating a string using sprintf and showing it in MessageBox!28 Aug 2005 07:17 GMT12
I want to format a string (using sprintf) and put it in a messagebox
but however I try to do it, it doesn't seem to work.
Here is an example sample of what i try to do:
char msg[120];
CompileAssemblyFromSource() throws a "not implemented" exception27 Aug 2005 23:49 GMT2
Using the June CTP of VS2005
I have code that loads a script, and based on the extension, creates the
appropriate CodeDom provider and calls the CompileAssemblyFromSource()
function.
IF Statements26 Aug 2005 22:07 GMT4
Hi, I'm still new to C# and haven't been able to find an solution to an IF
statement problem.  Is it possible to use an OR condition in an IF statement,
i.e
            if (fileExtention == ".tmp" or fileExtention == ".lsi")
There must be a way to garbage collect pointer to pointers in mana26 Aug 2005 20:30 GMT1
My problem is I am trying to migrate code from Version 6.0 C++ to C++ .NET
managed code and cannot figure out the __gc syntax for a pointer to an array
of pointers.
In C++ I can declare an object pointer type to an array of object pointers
Beta2 can't catch exceptions?26 Aug 2005 19:28 GMT11
I was shocked to learn that VC++ 2005 Beta 2 can't catch Access
Violation exceptions in unmanaged code.
To reproduce this, I created a minimal Win32 console application:
#include "stdafx.h"
Pages: 1 2 3 4 5 6 7 8 9 July, 2005
 
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.