| Thread | Last Post | Replies |
|
| SetIcon bug | 10 May 2004 06:11 GMT | 14 |
I found possible bug with set icon. I'm not sure but I don't think this is supposed to work like this. Program uses large instead of small icons. Please tell me is it known bug or maybe I missed something.
|
| error C2912: explicit specialization; ... is not a specialization of a function template | 08 May 2004 19:30 GMT | 1 |
Can anyone give me a simple work around to fix this compiler error on VC7.1 ....cpp(23) : error C2912: explicit specialization; 'bool Equal<_F32>(const _F32::type,const _F32::type)' is not a specialization of a function template For this code:
|
| Binary searching | 08 May 2004 00:15 GMT | 8 |
can anyone tell me what's the best way to search in binary content? Best if someone could post or link me to some source code (in C/C++). The search should be as fast as possible and it would be great if the engine (or so) would accept multiple parameters (like a search offset, a ...
|
| Data Structure question | 08 May 2004 00:08 GMT | 3 |
I have an application that loads a 150 MB text file containing 6.6 million strings. I want to be able to quickly determine run lookups against this and determine yes or no; is a given string in this collection. This obviously requires a binary tree (or possibly a hash table). My
|
| __fastcall functions in a static lib, cant be called from managed code ?? | 07 May 2004 21:44 GMT | 10 |
I have this giant library, it's static and it's all compiled in __fastcall fashion. I can not call any of those functions from winforms... even doing a wrapper off the main class, I still cant call it....
|
| Virtual functions not being called | 07 May 2004 14:56 GMT | 1 |
I have a pointer to a form form->DoStuff(); but the subclass of form is not being called despite the DoStuff() being declared virtual in the base class. One thing that is interesting is that
|
| Using STL in a forms application | 07 May 2004 13:09 GMT | 2 |
I found out the hard way that I can't include an STL container in a form object, and spent a half day trying to locate authoritative documentation on exactly why. So far I've concluded from indirect evidence (no thanks to the online help) that what I want to do cannot
|
| Suspected parser bug in VC7.1 | 07 May 2004 11:47 GMT | 2 |
For this template< typename T > struct X { void f(X) {}
|
| Changing places on items in treeview! | 07 May 2004 10:46 GMT | 1 |
During drag&drop of items in a CTreeView - how do I replace items on the tree which I drag an item on top of. We can use the example of WindowsXP. In the start menu -> Programs -> Startup. I can change places on items in that folder. How can I do that in
|
| Problem using OCX in Mixed MFC & Managed App | 07 May 2004 09:56 GMT | 4 |
I have a VC7 App consisting of "old" MFC-Source and new Manged Source that uses an OC in one of its MFC-based dialogs When started, AfxOleInit (called in InitInstance) fails with a message that "OleInitialize returne scode RPC_E_CHANGED_MODE"
|
| Question about right click in a CTreeControl! | 07 May 2004 08:48 GMT | 3 |
Having problems about right clicking on an item in a tree control. The item that is clicked on is not the right one. If I have three items in a tree. Here is my problem. I click on the first item with normal click. I click on
|
| devenv bug with project reloads | 06 May 2004 21:38 GMT | 1 |
If you have a solution open that contains multiple projects and more than one of those project files is changed outside of the environment (getting from SourceSafe, for example), then the environment only offers to reload one of the projects. The remaining projects are then out of ...
|
| VC++ Program compilation/ debugging on Solaris machine | 06 May 2004 17:40 GMT | 1 |
How can we debug a VC++ application on Solaris machine? There is one header file called debugger.h but how to use it?
|
| Send message from ProcA to ProcB | 06 May 2004 16:32 GMT | 4 |
How do you send a message from one App to another (say ProcA to ProcB)? TIA Augie
|
| Managed C++ and Jagged Arrays | 06 May 2004 08:51 GMT | 3 |
Does anyone know the forthcoming Whidbey release of the C++ compiler support Jagged (or Ragged if you prefer) Arrays If so how?
|