| Thread | Last Post | Replies |
|
| Add Class wizard | 05 Mar 2004 07:06 GMT | 2 |
When I begin typing the name of a class to add, it simultaneously begins to appear in the .h and .cpp fields----unless the class name begins with C (capital C). For example, if I try to name the class Complex, I ge Complex for the class name bu omplex.h and omplex.cpp for the other ...
|
| Bug Report: Incorrect treatment of function types in VC7.1 | 04 Mar 2004 21:27 GMT | 2 |
According to 8.3.5/3 the types int(int(int)) and int(int(*)(int)) should be the same. Indeed, the test program at the end of this message compiles and executes correctly on Comeau 4.3.3,
|
| Is there a .NET equivalent to time_t??? | 04 Mar 2004 19:47 GMT | 1 |
Hey there, I believe the subject says it all..... Please let me know. Thanks
|
| Access .MDB file | 04 Mar 2004 17:59 GMT | 1 |
I have an Access Database (. mdb file). I want to open it and fetch data to my program using ODBC or ADO. Can any one suggest me a good weblink about it ? Best regard
|
| .NET Null Reference Exception in C library - I really need help.... | 04 Mar 2004 16:36 GMT | 2 |
Hey guys, I have narrowed down the location of the exception....it is occurring within a method call within the strtok function: Within strtok.c, there is a call like the following:
|
| CxxCallUnwindDtor? | 04 Mar 2004 15:31 GMT | 1 |
I have an abstract class that inherits from 'MarshalByRefObject' which is also abstract. When I add a destructor to my class Link errors with message error LNK2001: unresolved external symbol "void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" ...
|
| user breakpoint problem | 04 Mar 2004 15:02 GMT | 2 |
Wish someone can help me out. I have a windows appliction which uses both unmanaged and managed c/c++ code. Whenever I quit application I got following error: Heap block at 07A3DEDO modified at 07A3DEDO past requested size of 4
|
| Static class members in different T.U. ? | 04 Mar 2004 13:12 GMT | 1 |
I'm having problems using static members of a class (largely HANDLEs of various sorts) as static class members of a class. It compiles OK but the linker complains of unresolved external symbol. Declaring them as just normal globals or member variables doesn't cause the said ...
|
| generic function how to set up declaration,prototype | 04 Mar 2004 12:15 GMT | 2 |
Hi I am trying to learn how to set up and use generic functions (can operate on different data types). I have a simple function to add any type, set up a //template function to add any 2 types togethe template<class T T Addition(T first,T second
|
| TypeLoadException | 03 Mar 2004 21:42 GMT | 2 |
I am attempting to write a class to expose the STL map class to .NET languages as an IDictionary. As part of the implementation I created an implementation of IEnumerator that contains a pointer to an iterator. However any calls to the enumerators constructor result in a
|
| How I can logoff current user in Windows 2000 when the application is closed? | 03 Mar 2004 21:02 GMT | 1 |
Can anyone give me a suggestion: what WINDOWS API I can use to logoff the current Windows 2000 user when the my application is closed? Thanks.
|
| Execution Problem | 03 Mar 2004 20:16 GMT | 1 |
C++ will not execute a program that I have built. It links fine and compiles fine. There are no errors or any problems at all. But when I say execute it just gives me a quick mouse with hour glass and goes back to the regular cursor without executing it. All the resource files ...
|
| build | 03 Mar 2004 17:11 GMT | 1 |
If build creates a .exe where does it go...I feel like I need to set some configurations. Whenever I build I get a spawn error.
|
| Oracle Pro*C and VC++ 7.1 - source control and syntax color | 03 Mar 2004 15:29 GMT | 2 |
I'm developing code using Oracles embedded sql in .pc-files. These files are pre-processed by the proc-tool, which generates a .cpp-file. Here are my problems - Syntax coloring - how can I make the visual studio editor to color the the
|
| Dll in C++.NET and "Fatal execution engine error" | 03 Mar 2004 14:36 GMT | 1 |
I have project in old C++ (not .NET). I have prepared .dll in C++.NET for this old project. Project compile without any errors but after execution I got error "Fatal execution engine error". Does anybody know where is problem?
|