| Thread | Last Post | Replies |
|
| void* equivalent | 17 Sep 2004 00:42 GMT | 1 |
I am new to Managed C++ and am working on my first project with this. In native C++, we could have a function that takes void* and call that function with any type. Is there a way to do that with MC++? If I had something as follows in native C++,
|
| Right-clicking in VC7 editor is slow | 17 Sep 2004 00:11 GMT | 3 |
when editing my C++ programs in VC++ 7.0 simply right-clicking in the editor window or pressing F9 to set or unset breakpoints is slow -- it takes around 12 seconds before anything happens! Is there any way of getting rid of this delay?
|
| webservices in C++ | 16 Sep 2004 21:38 GMT | 2 |
i'm wondering if i can write webservices in c++ ? instead of VB or C# ... if this is a case how do some specify a WebMethod attribute ? tnx
|
| Detecting the Operating System | 16 Sep 2004 20:19 GMT | 5 |
Is there any way to detect the Windows version at run time using .NET?
 Signature Ioannis Vranos
|
| Calling a .NET Dll in C++ / COM | 16 Sep 2004 13:47 GMT | 2 |
We use a sotware development language called Dexterity, which is propritery of Great Plains, now part of Microsoft. I have a .NET Assembly, Cryption.dll, which has two functions "encrypt" and "Decrypt". This Dll encrypts and decrypts a string using TripleDESAlgorithm. I know ...
|
| How to code text file IO in DLL, unmanaged | 16 Sep 2004 05:30 GMT | 2 |
I'd like to write a DLL in C++ which does text file IO. I plan to be using the VS .Net Dev environment, but I want the DLL to work without .Net runtime on the machine. If I understand this right, that means I want my DLL to be compiled as
|
| C#.net inner classes | 15 Sep 2004 21:01 GMT | 1 |
Hai one and all..I have a doubt about inner classes in C#.net..Here by I need a full description about that.plz sent it to me.. -------------------------------- From: raja sekar -----------------------
|
| doubt in .net | 15 Sep 2004 20:59 GMT | 1 |
(Type your message here) How do i dynamically retrieve path for a particuler file name in vb.net.is there any namespaces to be include?.kindly tell me what is the procedure?.-------------------------------- From: selvi ss -----------------------
|
| Decimal or String Covert to Hex Value | 15 Sep 2004 14:26 GMT | 1 |
Any idea that I can convert a value of type Decimal or String into Hex value in MFC VC++.NET? I know there is a function hex(std::ios_base&), but I don't know how to ultilise it in MFC as I only know in console mode.
|
| Delegating Constructor only supported by native class objects? | 15 Sep 2004 02:03 GMT | 3 |
Are or will delegating constructors (constructors that can call sibling constructors) be available for ref classes or only for native classes? The CLI/C++ specs seems to say that it is a native class thing so I just want to make sure so that I can include/exclude it from the ...
|
| decryption code throwing a hissyfit. | 14 Sep 2004 21:10 GMT | 1 |
Here is a method that throws a NullReferenceException at the line pointed to below . szCharKey is undefined at that point. Before FromDoubleByte() is called , szCharkey has a value of "1234" The call stack shows FromDoubleByte(char* pszIn = 0x001bfb18, unsigned char*
|
| How to make the Windows to run a console program during OS startup? | 14 Sep 2004 21:02 GMT | 8 |
How to make the Windows to run a console program during OS startup, like the Chkdsk program to do when the OS does not shutdown properly? Now I want to run my program instead of Chkdsk during the OS startup, is there a way to do that?
|
| VC 7.1 Bug related to templates ?! | 14 Sep 2004 18:04 GMT | 8 |
Microsoft Visual C++ .NET 69586-112-0293626-18840 doesn't compile the code below, it issues a C2146. template<class T> class A {
|
| What Control is that? | 14 Sep 2004 12:34 GMT | 3 |
I use ZipGenius 5.5 for archiving. The left half of the GUI has a series of expandable menus - "Common Tasks", "Archive Tasks", "Other Tasks" Can anyone advise what control performs this functionality?
|
| VC++ 7.1 annoying bug? | 14 Sep 2004 10:32 GMT | 5 |
Why does this annoying thing happen? #include <windows.h> #using <mscorlib.dll> using namespace System;
|