| Thread | Last Post | Replies |
|
| Mapping int out to managed C++ (now failing?) | 05 Sep 2006 17:06 GMT | 3 |
In the MC++ FAQ, we can find how to map a C# "out int" argument to managed C++. The following solution used to work, in previous version of VS, but fails with VC# and VC++ Express: // TestOutInt.h
|
| pointer arithmetic | 04 Sep 2006 20:17 GMT | 5 |
I'm having some trouble interpreting some legacy code...here's a single line of the kind of pointer arithmetic that baffles me. I need help both interpreting and understanding the reasoning behind it. Can someone help me?
|
| Candidate function(s) not accessible [?] | 04 Sep 2006 11:15 GMT | 2 |
Sorry another question on mixed code assemblys. I have a static class library containing a lot of unmanged code. I have created a mixed code assembly which I am attempting to use in a forms project.
|
| string to DATE | 04 Sep 2006 10:49 GMT | 1 |
This question continues on from a previous post "DATE to string" but I think it deserves a new thread. In my previous post I was trying to convert a DATE to string in a NON MFC C++ application which (with a little help) was achieved with the following
|
| ms visual C++ 6.0 | 04 Sep 2006 00:31 GMT | 4 |
I'm practising and running simple programs in C++, only after it's run, the output window disapears. How can I watch the resualts? thanks, Hezy.
|
| finding the header include file for matrix class | 03 Sep 2006 14:49 GMT | 8 |
I am new to VS 2003. I did programming in vb6 and vc6, but not through studio. I am having lot of confusion on how to start, where to start? I like to write a program in vc++ under vs 2003. i just need exe file that can be used in command prompt. where do i start?
|
| Memory leak | 01 Sep 2006 22:56 GMT | 6 |
All I'm doing is going through the webpage and analyzing the data, here's the outline of the code: in OnDocumentComplete(LPCTSTR lpszURL) {
|
| Using multiple _alloca()'s to build up a buffer | 01 Sep 2006 17:11 GMT | 6 |
I usually try to stay away from _alloca(). However, I'm considering using it for a logging function. Our current logging function maintains its own buffer which it grows to fit the string being logged. To work correctly in a multi-threaded environment there are locks around ...
|
| LINK : fatal error LNK1000: Internal error during LIB::Search | 01 Sep 2006 16:18 GMT | 1 |
When doing a "Whole Program Optimization" release build, I get the following error during LINK:- Searching \main\Binaries\lib\pc_retail\AAALibs.lib: LINK : fatal error LNK1000: Internal error during LIB::Search
|
| Passing a pointer to an object in an ActiveX event | 01 Sep 2006 09:23 GMT | 1 |
I have a class CMyObject, that I want to pass in an ActiveX event. I have not as yet found a way of passing pointers in events - any one knows how ? //PseudoCode IDL
|