| Thread | Last Post | Replies |
|
| Codigo de Busqueda | 12 Mar 2007 17:21 GMT | 1 |
Hola, ante todo un cordial saludo. Tengo una duda de cual codigo colocar cuando creo una aplicacion en visual basic. para conectarme en la base de datos para aplicar una busqueda con un boton. yo
|
| 2 _set_invalid_parameter_handler questions | 12 Mar 2007 10:36 GMT | 1 |
1.Is Visual C++ 2005 the first version of Visual C++ to have _set_invalid_parameter_handler? and 2.Does Visual C++ 2005 Express have _set_invalid_parameter_handler?
|
| CString::ReverseFind in String | 12 Mar 2007 09:31 GMT | 5 |
Is there some class similar to CString::ReverseFind(...) in .NET?. // Example for CString::ReverseFind CString s( "abcabc" ); ASSERT( s.ReverseFind( 'b' ) == 4 );
|
| Dependency walker msvcr80d.dll missing coredll.dll and dwmapi.dll | 12 Mar 2007 04:00 GMT | 11 |
I've completed migrating one of our company's C++ Managed Code applications to VS2005. I'm now attempting to run the application but there seems to be problems when accessing an object that is properly exported from a utility dll of ours. The dll is written in MFC with sections ...
|
| Mixed assembly crashes on exit | 11 Mar 2007 01:19 GMT | 1 |
VS2005 - VC++/MFC: most modules compiled as native. Two modules compiled as /clr (managed). One of these two modules uses a .NET C# Windows form User control in an MFC dialog box. The program seems to run fine, but crashes when I exit.
|
| how to change or modify embedded string resource in an assembly at runtime. | 09 Mar 2007 16:45 GMT | 1 |
how to change or modify embedded string resource in an assembly at runtime. please help me. Thanks, Raghu
|
| Strange behavior with Standard C++ 'string' objects | 09 Mar 2007 16:41 GMT | 7 |
I'm new to the boards, and I've been struggling with a problem porting my company's code from Visual C++ 6.0 to Visual C++ 2005. We've found some crashes that I've traced to the 'c_str()' member of the standard string class. I've debugged into the deepest layers of the system
|
| Virtual Override of "Mixed" method in another assembly. | 09 Mar 2007 16:32 GMT | 4 |
I have the following situation: Assembly #1: class NativeSearchCriteria // NOTE: a native class {
|
| Refering a header file of unmanaged project in managed project | 09 Mar 2007 16:28 GMT | 1 |
I have a solution in which there is an unmanaged MFC application. Then i added a new managed .Net Windows Form application. I was trying to refer an header file of unmanaged project into the my managed project. But it leads to link error.
|
| using declaration of a function template | 09 Mar 2007 12:19 GMT | 1 |
Short example: namespace A { template<class Z>
|
| C++/CLI Interfaces | 08 Mar 2007 23:09 GMT | 2 |
Two questions: 1) I have an assembly that defines the interface for a component. The assembly only contains the interface (as per component development guidance), a different assembly contains the C++ classes that implement the interface.
|
| Get Windows Version (C++.NET 2003 ONLY) | 08 Mar 2007 11:01 GMT | 6 |
C++.NET 2003 ONLY Hi all, I need to check to see that the user is using Windows 2000 or later on program startup. If not, to disable one radiobutton
|
| add version to resource only DLL | 08 Mar 2007 03:14 GMT | 1 |
I have a resource only project/DLL, and I want to be able to add version information to it. There are make files (batch files) that create the rc file at build time and it overwrites whatever is already in there. I tried adding another resource file to store the version information ...
|
| Component Ion | 08 Mar 2007 02:37 GMT | 8 |
I have made a component to use in a form. I have add the component to the tools bar in Visual Studio 2005 to use in more than one project. I want to change the Icon asigned automatically by VS2005 to the component.
|
| How to debug a mixed assembly | 07 Mar 2007 23:31 GMT | 7 |
I'm new to working with mixed assemblies. All of my previous experience has been with VC++/MFC in native, unmanaged applications. When I create a mixed assembly in which one or more of the files compiles with /clr the instructions say that I need to change the switch for Debug
|