| Thread | Last Post | Replies |
|
| Return value changed. | 31 Aug 2005 07:42 GMT | 1 |
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] question | 31 Aug 2005 01:40 GMT | 1 |
does '[NSDictionary DictionaryWithContentsOfFile]' support XML list format? or only the old {} () format?
|
| HOW: SSL/SSH connection ?? | 31 Aug 2005 01:37 GMT | 9 |
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 work | 30 Aug 2005 17:12 GMT | 1 |
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 emulation | 30 Aug 2005 17:09 GMT | 1 |
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.NET | 29 Aug 2005 15:36 GMT | 3 |
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 GMT | 2 |
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 GMT | 1 |
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?
|
| #import | 29 Aug 2005 04:24 GMT | 4 |
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 .Net | 29 Aug 2005 01:54 GMT | 1 |
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 GMT | 12 |
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" exception | 27 Aug 2005 23:49 GMT | 2 |
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 Statements | 26 Aug 2005 22:07 GMT | 4 |
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 mana | 26 Aug 2005 20:30 GMT | 1 |
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 GMT | 11 |
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"
|