| Thread | Last Post | Replies |
|
| Calling a struct constructor in a class constructor body | 19 Dec 2004 13:21 GMT | 4 |
Hi C++ experts! Definitely I skipped C/C++ 101 because I have this pitfall: I need to call the struct ctor in the class default ctor body see below: //Some.h
|
| [BUG] ICE cause by template class with constructor-like declaration with name of different class and template const parameters | 18 Dec 2004 00:26 GMT | 3 |
This was posted by someone in comp.lang.c++, and later in microsoft.public.vstudio.general, but since I know Carl is in this group, and he's the one that should read this, I've reposted it here. I've also minimalised the code that causes the bug.
|
| closing form | 17 Dec 2004 15:38 GMT | 2 |
i wonder how to avoid (trap) closing Form when user clicks 'X' button in right-top corner of the form. has anybody idea how to do it? thanks in advance.
|
| VS2005 C++ won't build and crashes | 17 Dec 2004 13:11 GMT | 2 |
I want to start coding in C++ but this always happens:{ Most often it says build started, never finishes, and freezes. Sometimes I get an error about a background thread problem and VS that must shut the program down.
|
| OnInitDialog() equivalent in Managed C++ | 17 Dec 2004 07:25 GMT | 1 |
What is the function (event) equivalent to VC6 OnInitDialog() for VC7? Hugo
|
| Convert int to enum | 17 Dec 2004 02:02 GMT | 6 |
I've posted this before but obviously to the wrong groups, as no-one's got back... I can't believe I'm venturing into uncharted territory by trying to use ADO in a Win32 SDK application... I am having a problem with MIDL producing output that is acceptable to C,
|
| Debugger Gone Haywire | 16 Dec 2004 19:37 GMT | 2 |
Has anyone experienced the problem where you're stepping through the code (i.e. F10) and your *.cpp is being brought up in the debugger but the debugger seems to be several lines off and/or running code that is not there? I finally decide to reinstall VS.Net 2003 after ...
|
| how do i open hidden folder in my program ? | 16 Dec 2004 15:37 GMT | 1 |
hi i trying to open some new folder in my program , i write this function below , but i dont know how to make the folder "dataFile" to be hidden. bool CPoliceDBApp::changeDirectory()
|
| Visual Studio 2005 Beta 1 Refresh vs Visual Studio 2005 CTP vs Visual C++ 2005 Express Beta1 | 16 Dec 2004 15:30 GMT | 1 |
Which of these is the best one to download, and do they all contain/are compatible with the latest version of the VC Compiler? I wanted to try the Visual Studio 2005 Beta 1 Refresh with Team System, because I am eager to look at SourceSafe's replacement.
|
| Debugging a Mixed Mode dll | 16 Dec 2004 13:44 GMT | 1 |
Hello, I have a mixed mode DLL that I am trying to debug that's acting really weird, Basiclly I expose a bunch of functions through virtual functions and other code loads it that way. What's really weird is in my CPP file I have breakpoints set where it jumps
|
| About SEHException | 16 Dec 2004 11:58 GMT | 3 |
As I understand things, when my unmanaged C++ code throws an exception it is wrapped into a SEHException when it reaches managed code. Now is there a way from the managed catch clause to get the original unmanaged exception class that was wrapped
|
| Custom attributes are not consistent? | 16 Dec 2004 01:17 GMT | 1 |
I started to experiment with VC++ 2005 Beta1. So far everything went fine, and already have a working project, but soon I realized that the compiler was ancient (not supporting half of the C++/CLI standard). So I downloaded the VC++ 2005 Tools Refresh (http://tinyurl.com/5mdq2). ...
|
| Why does MS play these FIX games??? | 15 Dec 2004 23:35 GMT | 3 |
One of *MANY* 'available' fixes for VS (and related): http://support.microsoft.com/default.aspx?scid=kb;en-us;822759 But, you have to play the "contact Microsoft Product Support Services to obtain the fix" game -- *WHY*???
|
| Can't get "typedef INTERNETAPI (*fp)()" to compiled with VC++ 7.0 (unmanaged) | 15 Dec 2004 21:03 GMT | 1 |
The below code compiles fine in VC++ 6.0, but with VC++ 7.0 (VS 2003), I keep getting an error about "More than one storage class specified". The #define for INTERNETAPI in VC++ 7.0 expands out to include more garbage than it did for VC++ 6.0.
|
| Usign old DLL in VC .NET App | 15 Dec 2004 20:06 GMT | 1 |
I have an existing DLL in C++ usign __declspec() macro to import/export symbols. I want to call a function, in DLL, on a button click in main form of a .NET C++ App. Seems pretty easy ... The problem is that my function use types like "BYTE" and "HWND". In the
|