| Thread | Last Post | Replies |
|
| Checking which method a delegate points to | 21 Jun 2004 08:36 GMT | 2 |
I have a delegate which I use to store a current 'state' function (for a statemachine inside a form). __delegate void State_t(const Message_c& Message); I assign to it such as
|
| Is VC++ .Net dead/dying? | 21 Jun 2004 07:47 GMT | 4 |
I have cruised around http://msdn.microsoft.com/visualc/ and the rest of the site, and i am not able to find a single C++ or VC++ certification exam that will be available after June 30, 2004. I emailed support, and the reply was:
|
| MSMQ with plain sockets | 19 Jun 2004 11:08 GMT | 1 |
I am sorry for this is definitely not the group where this shud be posted, but i dont know the right one . I want a simple setup in such a way that an MSMQ is setup which receives a message ( Binary or Text ) and sends it to some otehr listening
|
| Can someone report this VC 7.1 Compiler internal crash to Microsof | 19 Jun 2004 05:31 GMT | 1 |
I accidently named an enum value the same as a fwd-declared class name and it crashed VC 7.1 with an internal error. This repros with cl /Od /G6 /FD /EHsc /RTC1 /RTCc /MTd /GS /W3 /WX /c /Zi /Zm200 Can someone report this bug? ----------------- namespace RWS
|
| working with IHTMLDocument and friends | 19 Jun 2004 04:50 GMT | 2 |
Hi, I need to get the following VB6 code to work in .NET: '///// Dim doc As MSHTML.HTMLDocument ...
|
| file io, reading in dates, problems with the 26th of every month.. | 18 Jun 2004 23:37 GMT | 1 |
Hello. I'm writing an application that writes to a file a month, day, year, number of comments, then some strings for the comments. So the format for each record would look like: mdyn"comment~""comment~"\n Now, I wrote some code to read these records, and it works perfectly for ...
|
| Linker error C2732 | 18 Jun 2004 22:59 GMT | 1 |
Hi, who can help me on this. what error can cause the linkage error: string.h(130): error C2732: linkage specification contradicts earlier specification for 'strerror'
|
| memory used by a process | 18 Jun 2004 20:04 GMT | 2 |
How can an application find out how much memory it allocated. thanks, andreas
|
| Debugging with VC6 and Toolkit 2003? | 18 Jun 2004 18:59 GMT | 1 |
I downloaded the Visual C++ Toolkit 2003 and installed it over my existing compilers for my VC++6. Now I'm not able to debug an application, because it say's there are no debugging-informations in that exe-file! Can that be possible?
|
| Assertion in AMD cross-compiler | 18 Jun 2004 16:17 GMT | 1 |
Sorry if it is offtopic here, I wasn't able to find any more relevant group... I'm slowly approaching AMD64 build for our product (as my personal fun project). And after I ran that Amd64 cross-compiler from DDK 3790 build (proven to be good enough for my driver stuff) over the ...
|
| struggling with __gc arrays as parameters | 18 Jun 2004 11:12 GMT | 2 |
I am fairly new to Managed C++ extensions. I started trying to implement a interface defined in a C# project, in C++. The problem was with passing value arrays from c# to c++. I found examples on the web which worked, but found mine didn't. After narrowing down the interface I found ...
|
| How to hook mouse input? | 18 Jun 2004 03:11 GMT | 3 |
Hi, I am coding for an application with dialog window. I need intercept mouse input. I need catch raw input, pretty much everything for WM_INPUT: such as Left/Middle/Right button down/up, srcoll/wheel, pull and drag, device source. I checked SetWindowsHookEx, it seems it can't ...
|
| Problem with ListView_GetGroupMetrics & LVM_GETGROUPMETRICS | 17 Jun 2004 21:38 GMT | 1 |
I found a huge design flaw with ListView_GetGroupMetrics (aka LVM_GETGROUPMETRICS) and I think this flaw is the reason the newsgroups do not mention this macro. Basically this macro is supposed to return the metrics of a group in a listview, but none of the parameters in the data ...
|
| Desctructor being called for Unknown reason | 17 Jun 2004 19:00 GMT | 3 |
Sorry if this is a dumb question. I'm having a problem with a class I designed. For some reason the destructor is being called before I am done with it and I can't see a reason for it. The constructor appears to work fine when it is called
|
| accessing remote print queue | 17 Jun 2004 17:30 GMT | 1 |
I've to get the queue details from the remote printers in th network.How can I identify those automatically and get the details o those using vc++? I know how to do this for the local printer n its not working if I giv
|