| Thread | Last Post | Replies |
|
| Converting byte[] to string - removing NULLs?? | 26 Jan 2007 19:03 GMT | 1 |
I've eliminated the bulk of code, this should be sufficient: byte[] fromEncrypt; string sDecryptedString; //Read the data out of the crypto stream.
|
| c++/cli and web applications development | 26 Jan 2007 18:59 GMT | 1 |
is it c++/cli mature, compared to the c#, for the web applications development?
|
| Is #include inside stdafx.h a bad idea? | 26 Jan 2007 17:56 GMT | 16 |
In our Visual Studio 2005 application, we have several of our application's H files that are #included into stdafx.h. What is odd, is that when we change those application H files, VS2005 doesn't trigger a rebuild of the entire app (or of anything, for that
|
| Help: Can I migrate assembly language code to x64 via VC++.NET 200 | 26 Jan 2007 17:12 GMT | 6 |
Can anyone tell me if it is possible to make the following function work under VC++.NET 2005 – x64 platform? How? Originally it works under VC++6. Thanks a lot! static PTIB GetTIB ( void )
|
| INTERNAL COMPILER ERROR | 26 Jan 2007 10:48 GMT | 6 |
I write some project, and after few lines (ok, not few, after a lot of lines) i got internal compiler error. After few hours of looking trough my code, I find error: two same names in typedef and in class. So, I write
|
| Converting VB DDE Client program to VC++ | 26 Jan 2007 02:46 GMT | 3 |
I am trying to connect to a electromyograph machine for my thesis project, and I have a VB DDE client whose DDE functionality I want to convert to VC++. However I can't make my VC++ version connect to the DDE server somehow -- DdeConnect(idInst,hszService, hszTopic, NULL) is not ...
|
| Application crashes with a Windows XP error dialog | 25 Jan 2007 21:09 GMT | 1 |
I have created a MFC exe using VC++ .NET 2003 on Windows XP Prof service pack 2 and it works properly on my machine, but when I run the same exe on a different machine (Windows XP Prof SP-2), The application is bought up and after some time its throwing a windows xp error dialog
|
| read .lnk files, modify the data and rewrite the file | 25 Jan 2007 20:49 GMT | 7 |
Years ago I wrote a program to read .lnk files, modify the data and rewrite the file. I modified it slightly and used it for .pif files. I can't find it nor can I find the API calls I used.
|
| Managed C++ for Excel Add-in | 25 Jan 2007 20:32 GMT | 1 |
I was able to create an automation Add-in for Excel using C#. But I was unable to do the same in Managed C++ (VS2005). The code posted below is almost a direct translation from C# to C++. Build was OK, and I could see MyTest.Fun in the Excel Add-In list (in the exact same way
|
| Simple code doesn't work on two systems | 25 Jan 2007 00:48 GMT | 10 |
I wrote this very simple code in .NET VC++. I compiled it on my system, and tried to run it on my friend's computer (he doesn't have the compiler). We both have Windows XP Professional. I have .NET framework 2.0, and he had 1.0 and it didn't work; then he installed 2.0 and it ...
|
| Services, C# | 24 Jan 2007 17:57 GMT | 5 |
I've started my first practice windows service project in C#, and I'm already stuck. Let's say I'm trying to make a simple service (and useless, but good for practice). It is supposed to listen on port which is stored in its configuration
|
| Pointer to a generic type parameter | 24 Jan 2007 14:51 GMT | 1 |
I'm new in VC++ and have a question to generics. I have a generic class, which contains an array of the generic type. This array I can pin and then I would like to get an unmanaged pointer to it. Therefore I wanted to creat a class member which represents the pointer to the
|
| System::String to wstring | 24 Jan 2007 14:43 GMT | 3 |
hi.. group, quick question: how to convert a managed data type system::string to unmanaged wstring? thanks.
|
| Application has requested runtime to terminate it in an unusual way | 24 Jan 2007 12:30 GMT | 5 |
I am developing a Dialog based application using visual c++ .net 2003 running on XP, and when I run I periodically get the following error message. "The application has requested runtime to terminate it in an unusual
|
| 'Simple' Kill button/progress bar problem | 24 Jan 2007 00:44 GMT | 1 |
I'm a n00b to Visual C++ and OOP, but not to programming in general. Here's the problem: Not knowing what I'm doing, I've made my VC++ application as a CLR Window Forms project. Now, I have a process that is lauched by pushing a button. The code for this process is inside
|