| Thread | Last Post | Replies |
|
| Debug question | 16 Mar 2004 19:31 GMT | 4 |
This is my error message
>>>First-chance exception in test.exe: 0xC0000005: Access Violation<< And the line that generated this error is
>>> timevalue[loopcountt] = duration;<< |
| Confusion about .h and .cpp files | 16 Mar 2004 12:52 GMT | 14 |
I am moving from Delphi to Visual C++ (vis studio 2003). I always thought header files were for prototyping only and the cpp file was for code All (managed) C++ code samples I have seen (from MSDN), the cpp file is
|
| Converting hex into ascii | 16 Mar 2004 10:03 GMT | 1 |
I'd like to know how to convert a code in hex into a code ascii. thx Posted Via Usenet.com Premium Usenet Newsgroup Services ----------------------------------------------------------
|
| Pointer corruption calling across a DLL boundary | 16 Mar 2004 01:41 GMT | 4 |
I have a problem where I call a method in a C++ class with a pointer which is a static member in that class. When I use a debugger, I see the pointer having a certain value, but when I step into the method (F11), the pointer has a different value and is not pointing at
|
| how to Get a handle of edit controle | 16 Mar 2004 01:16 GMT | 1 |
H How can i get a handle of edit controle Any help would be apprecaited Thank
|
| Adding non-virtual, non-inline method to a class requires all dependent dlls to be recompiled | 16 Mar 2004 00:53 GMT | 4 |
We have a weird situation, and want to ask whether this is normal, and if not, the things we should check for. In our large system, compiled on Win 2000, we have these DLLs: a.dll
|
| Prb building in Debug mode | 15 Mar 2004 23:22 GMT | 3 |
I just switched from VC6 to VC.Net (7.0). A project I'm working on build fine in Release mode, but when I switch to Debug, I get errors. I'm not really sure where to begin with regard to finding the problem, so I would appreciate any help.
|
| Need the smallest bound of RichTextBoxText | 15 Mar 2004 22:36 GMT | 2 |
Given a RichTextBox I need to be able to determine the smallest rectangle that bounds the text. In other words the size of the smallest paper it would fit on. For example, if the box contains text only I need to know the width of the
|
| Mysterious linker errors (LNK2019 + LNK2001) not present in VC6 | 15 Mar 2004 18:13 GMT | 1 |
Converting an standard mfc-app (which compiles without error in VC++ 6.0) yields some mysterious linker errors in VS.Net (7.1). I have to include two SAP-libs (cause my app calls an sap-rfc-module) which seem to be the source of the linker troubles. The linker messages state:
|
| Double destructor? | 15 Mar 2004 17:56 GMT | 1 |
I have a c++ dll which i use in c# classes with the help of a wrapper class. In that wrapper class I have a destructor but I also have a destructor in my c++ class. It looks like thios
|
| Internal compiler error | 15 Mar 2004 17:23 GMT | 5 |
The following code gives an internal compiler error on VC++ .net 2003. It compiles on Comeau online, so I guess its leagal code. Can anybody confirm the error and report it to MS? Benedikt
|
| Why do I get this linker error in an assembly | 15 Mar 2004 17:10 GMT | 2 |
Help ! I have created a Visual C++ class library (.net assembly) project with two classes named Base and Derived where Derived inherits from Base.
|
| Unresolved external symbol CxxCallUnwindDtor with exception handling on | 15 Mar 2004 17:04 GMT | 4 |
I have created a Visual C++ class library (.net) project with two classes named Base and Derived where Derived inherits from Base. When I add a destructur to base I get the following linker error:
|
| MFC 7.0 - Differences in W2k and WinXP? | 15 Mar 2004 08:30 GMT | 3 |
I developed a simple application using MFC and Visual Studio .NET C++ 2002 (7.0). I developed the app on a computer with Windows 2000 Professional. Other users of the application viewed the GUI as intended as long as they were running Win2k operating systems. Users with Windows XP ...
|
| font metrics | 15 Mar 2004 08:27 GMT | 2 |
Given a Font object, how can I extract ALL font metrics, including characters metrics (possibly including kerning pairs) ?
|