| Thread | Last Post | Replies |
|
| C++/CLI issue: using STL and CLI value types (C# structs) | 28 Aug 2006 19:07 GMT | 4 |
I'm having a major problem trying to use value types like System::Drawing::Rectangle with std::vector. Is it possible to use STL containers with these type of objects, or am I just doing something wrong? Thanks!
|
| Problems with my .exe symbol | 28 Aug 2006 15:16 GMT | 2 |
I've generated a program. It compiles and runs ok, but I can't debbug it. I've got the following error: Loaded "D:\CMS\Debug\CMS.exe', no matching symbolic information found. I'm compiling a debug version of course.
|
| What would be the best choice for new client-side apps? | 28 Aug 2006 03:12 GMT | 11 |
I've been reading MSDN to find out the answer for the question above, but I think I should ask in this newsgroup (since nearly everything I read in MSDN Seems to recommend me to move to .NET). Here's the scenario:
|
| Converting VC++ 6.0 executable code to .Net DLL | 26 Aug 2006 18:07 GMT | 1 |
I wish to convert c++ code written using VC++ 6.0 to the .Net development environment (Visual Studio 2005). So far I have copied the code into a new C++ Class Library project and recompiled it. I got some errors from the linker and had to change the
|
| Cannot compile any cpp programs | 26 Aug 2006 12:40 GMT | 13 |
Whenever I try to compile a VC++ program using VS .NET 2003 I get an error saying mspdb71.dll not found. How can I fix this error? PS. I ran vsvars32.bat and it did not change a thing.
|
| 'System::String __gc *' to 'std::string' | 26 Aug 2006 01:56 GMT | 2 |
Can anyone tell howt to convert 'System::String __gc *' to 'std::string' Thanks
|
| Double characters | 26 Aug 2006 01:05 GMT | 1 |
I'm using std::strings in a program, and was wondering what the most efficient method of performing the following two tasks would be: 1. Locate all apostrophes (') in a string and replace with two apostrophes ('')
|
| Changing Collations | 25 Aug 2006 21:32 GMT | 2 |
I have a strange little issue. I need to load some data from VC++ into SQL Server but I need to "map" (for lack of a better word) some of the strings to a different collation. Is there a VC++ function to convert strings from one collation to another? And would anyone know if ...
|
| Need template work-around in VC6 | 25 Aug 2006 16:34 GMT | 6 |
I am using VC++ 6 (sp6) and cannot change compilers. I have something akin to this code: #include <iostream> using namespace std;
|
| no matching symbolic information found. | 24 Aug 2006 12:29 GMT | 1 |
I've developed a program under VS 6.0. I can compile it and run it, but when I try to debbug , all my breakpoints are dissabled and I can see the following messages: Loaded 'D:\prj\simulador HMS\Enviar Datos al sim\CMS\Debug\CMS.exe', no
|
| How to write a managed wrapper class for a unmanaged Dialog class in VC++? | 23 Aug 2006 21:15 GMT | 1 |
I have a dialog application that is created using VC++ 6.0 and a Windows form application using .NET 2003. I'd like to access the Dialog from the form. I have tried every thing I know to write a wrapper class for the dialog class but failed. Would someone here help me out on ...
|
| Static object not constructed by loader: ctor not called? | 23 Aug 2006 15:48 GMT | 3 |
Im getting a runtime error because Ive got a static object that is not properly initialized. ---------- header file xxx.hpp --------------- class SomeClass {
|
| Passing none static member function as callback parameter to manag | 23 Aug 2006 15:45 GMT | 12 |
I have my main application class(unmanaged) that has a none static member function that I need to pass as a delegate to managed C# method. In one of the methods of this class(unmamanged), I am calling a managed C# method(I use gcnew to instantiate the managed class). One of the ...
|
| How can i check the String letters? | 23 Aug 2006 15:44 GMT | 2 |
How can i check the String letters? i have a textbox and will filled with numbers. i want to check if the number contain a '0' in font of the numbers, e.g. '090',i would like to cut the 1st '0', that will change to '90'.
|
| Operate a Program??!! | 23 Aug 2006 13:06 GMT | 7 |
Please can any body tell me: How can I operate (or deliver) the " Visual C++.NET ", from its mother program " MS Visual Studio 2005"?? A beginner needs Help.
|