| Thread | Last Post | Replies |
|
| There are any Path or Directory function to convert an absolute path to a relative path? | 08 Mar 2004 19:27 GMT | 2 |
There are any Path or Directory function to convert an absolute path to a relative path using a choiced directory as base to calculate the origin of the relative path?
|
| DocumentComplete Event. | 08 Mar 2004 06:39 GMT | 1 |
Can you teache me how to use this event as follows I have no idea about this There are not any example codes shown in MSDN on-line document Thanks in advance
|
| How to turn of LNK Warning | 08 Mar 2004 05:31 GMT | 2 |
Who can tell me how to turn off the annoying link warning, like this: Xxxx.lib(read_dose.obj) : warning LNK4204: '......xxxx\vc70.pdb' is missing debugging information for referencing module; linking object as if no debug info
|
| erro in using gdi+ | 08 Mar 2004 01:58 GMT | 1 |
I use vc6.0,something wrong when i use GDI+
in StdAfx.h I add the following code betwen
|
| managed class index property | 06 Mar 2004 22:35 GMT | 1 |
I have this funny problem defining a C++ (VC++ 2002) managed class index property: public: __property virtual String __gc *get_Prefixes(int aiIndex) { return m_pDatasetList->Prefixes[aiIndex].c_str();
|
| #include <iostream.h> | 06 Mar 2004 15:22 GMT | 1 |
when i use #include <iostream.h> in some files i get lots of error messages of the kind 'ambiguous symbol this is solved when i use #include <iostream why is that ? and can i use #include <iostream.h> in some way
|
| HTML Help Workshop | 06 Mar 2004 10:12 GMT | 2 |
Our HTML Help Workshop is dated 1999 and does not match the current HTML Help Work documentation. Our HTML Help Workshop version is 4.74.8702.0. This version is also reffered to as version 1.3 What we want is HTML Help Workshop version 1.4 or later. We hope that version 1.4 ...
|
| CreateWindowEx with WS_POPUP crashs. | 06 Mar 2004 08:17 GMT | 3 |
It s just a Windows application with a WinMain function, an own registered Window Class and a CreateWindowEx call, no mfc and other gimmicks. I made several applications with a the main window being a WS_POPUP
|
| How in VC++ .NET to set English to character of MS Agent? | 06 Mar 2004 03:37 GMT | 1 |
Hello. In project on Visual Basic .NET 2003 (File, New, Project, Visual Basic Project, Windows Application) after occurrence of Genie of Microsoft Agent and pressing of key Scroll Lock below Genie there is help "Genie is listening for command", and further it is possible to operate ...
|
| Not-managed code version of Path.ChangeExtension? | 06 Mar 2004 02:43 GMT | 4 |
I am looking for a implementation of the Path.ChangeExtension method for a Win32 Console Project (without .NET). I know I could write my own implementation parsing the filename string, but I wonder if there is anything in the standard C/C++ libraries or the Win32 SDK that would ...
|
| threads and synchronization | 05 Mar 2004 22:50 GMT | 1 |
I have some problems with threads. I have a class thats start a thread. After thread the class should wait nutil the thread is finish. I tried it like this: ----------------------------------------------------------------------------
|
| Exceptions | 05 Mar 2004 15:39 GMT | 3 |
sometime the following line produces an exception: ((CMessageDialog*)vec->at(0))->EndDialog(1); Now I want to catch this Exception, tried it with c++ and mfc exception handling, like:
|
| Debugging | 05 Mar 2004 10:38 GMT | 5 |
Is there any way to bypass stepping through the standard libraries when debugging? Thanks
|
| Unresolved external symbol "void __cdecl __CxxCallUnwindDtor | 05 Mar 2004 09:11 GMT | 1 |
Hello dear .Net experts I have created a Visual C++ class library (.net) project with two classes named Base and Derived wher Derived inherits from Base. When I add a destructur to base I get the following linker error Common.obj : error LNK2001: Unresolved external symbol "void ...
|
| Useful tip | 05 Mar 2004 09:09 GMT | 6 |
Sometimes all I want to do is build a particular solution without firing up vstudio in GUI mode and then wait whilst source control get its act together etc. Anyway I've found a nifty solution to this by adding some extra file associations. So here is how you do it:
|