| Thread | Last Post | Replies |
|
| Rewrting over an ostringstream object with seekp(0) | 11 Jan 2005 17:22 GMT | 1 |
The following simple program overwrites the content of an ostriungstream object. #include <iostream> #include <sstream>
|
| Problem in the calling the dll functions | 11 Jan 2005 14:36 GMT | 1 |
i am making the dll for clamav antivirus libraray so that i can make activex control for windows. i complied the library successfully and make the Libclamav.dll file using win32 Api project in debug mode.
|
| Array of Button like in C# | 11 Jan 2005 13:01 GMT | 1 |
I need to create a form with multiple buttons instances. In C#, this would look like this static string[] strCaption={"Button A","Button B","Button C"}; Button[] btnShow=new Button[strCaption.Length];
|
| __gc new and __nogc new | 11 Jan 2005 12:25 GMT | 1 |
I tried to confirm that two different heap allocation calls were being made, i.e., one for __gc and one for __nogc. However, the addresses of the calls (as seen in disassembly) are not what I expected. As you can see the four calls in tmain are all to the same routine, while the ...
|
| Problem Relating NTdll.dll | 11 Jan 2005 10:11 GMT | 1 |
Hello all Fellow Programmers! I am making a Dll which Use Symbol from Kernel.dll or rather say NTDLL.dll. every time i execute my Exe it fails on symbol(Function) exported by Ntdll.dll
|
| Incorrect name of named pipe (LPTSTR -> ?) | 11 Jan 2005 09:18 GMT | 1 |
I've piece of code like follow: <code> LPTSTR lpszPipename = (LPTSTR) "\\\\.\\pipe\\testpipe"; hPipe = CreateNamedPipe(
|
| Collection problem in Managed C++ | 11 Jan 2005 01:19 GMT | 5 |
Is it possible to do collections of struct __values in MC++ 2003? How can I translate the following C# example to C++: public sealed class PointsCollection : CollectionBase {
|
| Missing DLLs? | 10 Jan 2005 22:43 GMT | 2 |
We re-compiled a COM VC++6.0 project using Visual Studio .NET 2003 (unmanaged code). Next, we copied the DLL to a Windows 2003 Server computer. When we tried to register the COM object, the registration failed (the VC++6.0 version registered OK).
|
| How implement VB.NET interface event in managed c++? | 10 Jan 2005 04:12 GMT | 3 |
I have a VB.NET interface that my managed C++ code is to implement. I seem to be stuck implementing an event defined in that interface. Does anyone have a
|
| How do I add an event handler tied to a Form's Closed event? | 09 Jan 2005 07:47 GMT | 1 |
I'm new to Windows programming and am diving into managed Visual C++. I'm trying to tie an event handler to the closing of a Form and I need help understanding what I'm doing wrong. This is from TestApp.cpp: __delegate void CloseHandler(String*);
|
| Extract Data from CFormview "View" class | 08 Jan 2005 10:44 GMT | 1 |
Hi all... New user new to VC++. I've used the AppWizard to create an SDI with the CFormclass. The "View" file is a dialog. I want to create a few EditBoxes, associate
|
| Managed Extensions and XML question | 07 Jan 2005 21:21 GMT | 4 |
I have a need to read in a very simple xml file and initialized some objects from the data. I was reading on the ms website that .net contains its own XML parser, and it sounds pretty good for what I need. However, to use the code, it looks like I need to compile with managed
|
| WS2_32.dll has not a getaddrinfo function. | 07 Jan 2005 17:34 GMT | 1 |
My enveronment - IE6 - .Net 1.1 sp1 - Windows 2000 sp4
|
| VS.NET2003 Trail: fatal error | 07 Jan 2005 17:25 GMT | 1 |
I'm trying the VC++.NET with the VS2003 Trial before I decide to upgrade my VS02. The VB and VC# are running great except I couldn't BUILD any VC++ in the IDE. Problems: fatal error LNK2023: bad dll or entry point 'msobj10.dll'
|
| Odd build errors? | 07 Jan 2005 10:16 GMT | 1 |
I am currently trying to compile a VC++6 application in VC7 and I am finding it difficult to overcome the errors listed below. Any suggestions would be most welcomed. Many thanks Tom c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlalloc.h(336) : error C3861: ...
|