| Thread | Last Post | Replies |
|
| Run-time check failure #0 | 04 Feb 2004 17:34 GMT | 3 |
I get this exception everytime I debug and is just annoying. "Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a ...
|
| How to get notification of menu click added dynamically??? | 04 Feb 2004 11:23 GMT | 3 |
Hye, This is Jigar mehta from India. I have made one application that adds dynamic menu items from the database. Each menu item has one ID and menu item's text is coming from the database. Now, I want to get the notification
|
| Where to find program VC++ .NET on 3D-Graphics? | 04 Feb 2004 00:18 GMT | 2 |
Hello. Inform, please, where to find programs for Visual C++ .NET 2002 or 2003 on building the three-dimensional solid and surface z=f(x, y) in 3D-space (without usage of other libraries such as DirectX and OpenGL)?
|
| Problems with allocation | 03 Feb 2004 16:39 GMT | 1 |
I have a problem. The following program throws a "0" instead of a "25". I´m from the JAVA world, and in JAVA the output is "25" Hope, anybody can help me Thanks .. class Content
|
| "All public methods should be virtual" - yes or no / pros & cons | 03 Feb 2004 12:05 GMT | 164 |
I'm on a team building some class libraries to be used by many other projects. Some members of our team insist that "All public methods should be virtual" just in case "anything needs to be changed". This is very much against my
|
| set up include and lib path in .NET? | 03 Feb 2004 08:05 GMT | 1 |
In Visual C++ 6.0, it is easy to setup include path and lib path. But I cannot find the way to add include or lib path for .NET through project property? How it can be done? Thanks,
|
| Declaring a parameter as a REF or OUT ARRAY | 03 Feb 2004 02:39 GMT | 2 |
Good afternoon, I am creating an interface in C++ using the managed extensions. I need to declare a parameter as an out string[] (as would be represented in C#). Does anyone know how to do this? Declaring out parameters generally takes the
|
| rs232 synchronization issues at 115200 | 02 Feb 2004 21:57 GMT | 6 |
I developed two applications to test a flush() method in my application, but I am having some problems when running it at high baud rates (115200) I connected two computers using a cross-talk cable and wanted to test if all data sent from application 1 was correctly received by ...
|
| cast using reflection | 02 Feb 2004 19:51 GMT | 1 |
I have an object created via reflection of type CateringObject.FBO. I'm trying to assign it to a property that accepts objects of type CateringObject.IDeliveryDestination (which is implemented by CateringObject.FBO). When I try to set the property to an object of type FBO, I ...
|
| I'm a newbie | 02 Feb 2004 10:16 GMT | 1 |
I used to use VS 6.0 to create my C application. I just started learn how to use Visual Studio.Net. I wrote a small program like this: int main() {
|
| How do I force a window to scroll? | 02 Feb 2004 09:09 GMT | 3 |
I want to force a window to scroll and am finding this to be an impossibly difficult task. First I tried using the API functions ScrollWindow and ScrollWindowEx but they do not work. The portion that is being exposed in the scroll is not painting properly even though I've ...
|
| Reading binary file | 02 Feb 2004 04:07 GMT | 1 |
Can someone tell me the best way to read fixed length string content from a binary file. There are no delimiters between strings. I only know the starting byte and that each string is 64 Bytes long. I was doing something like the following but it seems as though I must be doing ...
|
| Once again, attributes for MC++ properties | 01 Feb 2004 23:41 GMT | 4 |
In MC++ properties are syntactically created through member functions declared with the __property keyword and using set_ and get_ naming conventions. Given that a property is specified in this way, how does one set an attribute for a property ? Does one have to precede both the ...
|
| Please help with managed array syntax | 01 Feb 2004 22:14 GMT | 2 |
I have a C# module that defines a type and then makes several arrays of that type. public class ArrayEntryType { byte member1;
|
| Problem on defining Multiple Level Namespace (Company::Application::Components) | 01 Feb 2004 21:10 GMT | 6 |
How can I define a multiple level namespace for my class? I got compilation error using the "::" as separator: namespace MyCompany::GenericApp::CommComponent {
|