| Thread | Last Post | Replies |
|
| one more function template bug in VC 2003 | 18 Mar 2005 11:50 GMT | 2 |
Please could someone verify if this bug is fixed in VS 2005? (the code should compile, but it doesn't in VC 2003) Thanks, Stefan template <typename DerivedT>
|
| debugging multithreaded app | 18 Mar 2005 09:15 GMT | 4 |
i was debugging a multithreaded app, when i stumbled across some weird behavior of the debugger. in the destructor of my main object i send a stop event to the worker thread, and then wait until that thread has finished.
|
| Problem with C++ string marshalling in .NET 2.0 | 17 Mar 2005 17:28 GMT | 2 |
I'm working on a project where we're building a .NET wrapper to IBM's MQ Workflow C++ API. My original intention was to wrap the Workflow API with a managed C++ assembly that in turn could be consumed by .NET clients. I've developed a
|
| Can a service running as NetworkService see logged on users? | 17 Mar 2005 17:21 GMT | 1 |
I've got a windows service running as NetworkService on a WinXP Pro machine. Is there a way for it to find the Active Directory account of the logged on user? I don't mind switching the service to run as a "Domain Admin" if needed, but I *need* to find out the LDAP path for the
|
| virtual inheritance question | 17 Mar 2005 15:20 GMT | 14 |
i am having a problems with inheritance. consider the following: class A {
|
| Problem updating to .net | 17 Mar 2005 12:04 GMT | 3 |
We just recently got an MSDN subscription and obtained a copy of .Net. I am trying to convert a VC++ 6.0 code to .net and when I try to build it I get the following error C:\Program Files\Microsoft Visual Studio .NET
|
| text file and list box | 17 Mar 2005 10:42 GMT | 1 |
how can i load a text file into a list box, so that when i run th program, the list box will have a list of items in it? thank -
|
| MFC classes thread-safe? | 17 Mar 2005 01:23 GMT | 1 |
Could someone kindly tell me if all MFC classes are thread-safe? Thank you!
|
| Release build seg faults at vector.push_back above certain size, b | 16 Mar 2005 23:51 GMT | 4 |
i'm currently experiencing a strange problem under vc++ 2005 express. i hope someone has a hint for me, i'm kind of lost atm. i'm using a vectors of pointers in my code. using the release build i can add and remove elements aslong as i stay below
|
| Mixing setlocale() and c++ locales | 16 Mar 2005 19:38 GMT | 3 |
I was working with a co-worker the other day to work through the process of formatting numeric values by imbueing C++ iostreams with locales. His program's initialisation code had a call to setlocale("",LC_ALL) which I believe sets up locale information for the
|
| multithreading | 16 Mar 2005 19:37 GMT | 4 |
I have written a program which receives mails from server using POP3. it's downloading sequentially. now i want to use the multithreading in this regard where i can create threads for each and every mail...and download those mails simaltaneously.
|
| VC++ & Web Service & DLL -- Also, reading "H" instead of "Hello Wo | 16 Mar 2005 16:23 GMT | 3 |
We have a default "Hello World" web services that we can call from VC++ creating an unmanaged DLL. The DLL is used in old languages that calls the DLL-function and that is calling the web sevice. Everything looks fine but we can read the letter "H" and not the entire
|
| System.Xml.Schema in VC++ 6.0 | 16 Mar 2005 15:41 GMT | 12 |
Is there a way to use the System.Xml.Schema classes in VC++ 6.0? Regards, Maansi
|
| VC++2003: Methods implemented outside class body are never inlined for templates that are instantiated with __declspec(dllimport) | 16 Mar 2005 03:54 GMT | 5 |
Good Afternoon, I recently noticed that some very simple methods of a template declared and used in a DLL library get inlined when used by the DLL itself, but not by other DLLs and EXEs. After some investigating, I narrowed this down to a
|
| Add Event Handler | 15 Mar 2005 16:25 GMT | 6 |
I want to include some code for the MouseDown Event. I would like to add this for the formview or a picturebox, how come there are no messages for me to choose from. Even I created a button, no messages are shown in the pick dialog box....any help is appreicated
|