| Thread | Last Post | Replies |
|
| Stringy bits of rubbish. | 15 Dec 2005 00:08 GMT | 7 |
I am starting to really hate managed C++. Ok. I am trying to add a newline character to a std::string and it won't do it. Whenever you put in << endl or + endl it wont compile because the managed
|
| Single thread application with MC++ | 14 Dec 2005 10:24 GMT | 1 |
Hi, I need set a single thread an application developed mc++ vs2003 to create an activex into a form, so I try to set the ApartmentState property on _tWinMain method but this doesn't work the ApartmentState is always set to MTA.
|
| Why can't I attach information in AssemblyInfo.cpp to the executable file? | 13 Dec 2005 23:12 GMT | 2 |
Hello, there. When I create new 'VC++ -> CLR -> Windows Form Application' project, there created AssemblyInfo.cpp file. There exists strings like
|
| IntPtr != HANDLE conversion problem | 13 Dec 2005 20:23 GMT | 7 |
Me again. I have (roughly) the following code: HANDLE hConsoleOutput; HANDLE hConsoleInput;
|
| ATL composite control hangs in MFC | 13 Dec 2005 18:50 GMT | 1 |
I have an ATL composite control which I drop into a tab control dialog page of an MFC application. When I click on the composite control and then click anywhere outside the MFC application, the application immediately hangs! Spy++ indicates that the application is hanging on the ...
|
| Managed event, unmanaged sink | 13 Dec 2005 16:53 GMT | 1 |
I have created a .NET component in C# that has 2 interfaces. One is an incoming interface with methods being exposed to COM-aware clients. The other is an outgoing event interface that the unmanaged C++ sink implements. Here is the C# code:
|
| 64 bit counter in c | 13 Dec 2005 14:16 GMT | 1 |
Hai, I need to implement 64 bit counter addition in c language........ plz help me in this. Tx in advance
|
| How can I access AssemblyVersionAttribute in AssemblyInfo.cpp | 13 Dec 2005 14:02 GMT | 2 |
I tried a few more thing. I found that I can access the AssemblyInfo.cpp like follows.(This is from the VS help system.) Type^ clsType = Form1::typeid;
|
| Problem with dependency (using VS2005) | 13 Dec 2005 07:19 GMT | 2 |
I'm trying to write a small utility DLL for my InnoSetup script so it could detect the presence of abscence of some system component. When I looked at the DLL produced by VS.NET I have a dependency on MSVCR80.DLL
|
| Image resize using GDI+? | 12 Dec 2005 23:23 GMT | 4 |
I'm trying to create a simple program that amongst other things creates a thumbnail of an image (Bitmap) to a set size determined by the user in pixels? The problem is: All of the examples I have seen so far are in c#.
|
| Suppress project warning PRJ0018 | 12 Dec 2005 22:58 GMT | 1 |
My .vcproj references an environment variable that no longer exists: Creating library... Project : warning PRJ0018 : The following environment variables were not found: $(WXWIN)
|
| audio waveform | 12 Dec 2005 22:34 GMT | 1 |
I need to play a video file, see the waveform of its audio and use the waveform as a slide bar for seeking in the video. Thanks and regards, David. --
|
| Why isn't this variable considered "in scope"? | 12 Dec 2005 13:37 GMT | 3 |
I am making a map generator and for some bizarre reason I have a variable that will not come in scope. Code snippet: void placeContinents(int NumberOfContinents)
|
| __property/__declspec(property) in managed class? | 12 Dec 2005 13:22 GMT | 9 |
Hmmm. I just got the following compiler messages: test_cpp.cpp d:\src\logsolar\datasources\test_cpp\test_cpp.h(18) : error C3760: please use __property keyword to declare property in managed 'test_cpp'
|
| first C++ .NET program | 12 Dec 2005 13:17 GMT | 1 |
I am writing my first C++ .NET program. For reasons I will not go into, I have to write a GUI in a dll called from an executable. All this is done without MFC. Right now the button bar classes and the menu classes are not loading.
|