| Thread | Last Post | Replies |
|
| _bstr_t leads to a crash | 07 Apr 2006 19:03 GMT | 4 |
I am using _bstr_t class in a function. This is used in an application that is used in an multi-threaded environment. The function is implemented as follows: int Function(wchar_t *sqlCmd)
|
| system::string to int with VC++ | 07 Apr 2006 18:47 GMT | 11 |
hello all, i've a problem :s i've tried to convert a "system::string" (a textbox) to an "int" but i have only found a function to convert system::string to char and char to int :s :
|
| Web Service, Multithreaded, Logging to Database | 07 Apr 2006 15:27 GMT | 6 |
I'm trying to build a Web Service that will kick off threads as logging requests come in. These threads will then log to the database. I have been able to make a simple Web Service. I have been able to get a simple multi-threaded example working. I have been used the
|
| 'System.NullReferenceException' | 07 Apr 2006 12:03 GMT | 3 |
i've created one DLL (testlib) and i want to use it in my application as an array of its instances ... i'm getting an exception as 'System.NullReferenceException'
|
| Use of ODBC in C++ .NET | 07 Apr 2006 07:10 GMT | 2 |
I want to use postgreSQL database in my C++ .NET application but when I try to connect to it, through connect to database, it is shows dialog box as follows: Unable to connect to database
|
| DLL chaining? : LoadLibrary() | 07 Apr 2006 03:35 GMT | 1 |
I want to write a an application A, which calls LoadLibrary to load a DLL (B). However DLL (B), also calls LoadLibray (NOT IN DLLMain) to laod another DLL (library C)
|
| gcc v2.95.3 --> VS | 06 Apr 2006 20:15 GMT | 12 |
Hello people, I have C++ code compiled with GNU compiler gcc version 2.95.3. which I need to edit and run under windows. (I have access to VS6 and VS.NET)
|
| How to [properly] calculate sales commission in C/C++? | 06 Apr 2006 20:02 GMT | 7 |
I have 10+ experience in C/C++ - mostly automation and graphics. I have never written any business apps though. Recently I've been asked to write a simple report that would calculate sales commission. The report needs to be generated from within a C/C++ app. I don't want to ...
|
| Wie benutze ich WNetGetConnection korrekt mit C++ | 06 Apr 2006 12:02 GMT | 1 |
Hallo zusammen, möchte rausfinden, ob zB das Laufwerk "W:\" ein gemapptes Netzlaufwerk oder ein lokales Laufwerk ist. Ich denke, das geht mit WNetGetConnection.
|
| Testing type of void* | 06 Apr 2006 11:44 GMT | 4 |
I have some code where I need to store a value as LPVOID. I'd like to be able to do some runtime testing about whether the thing that's pointed to is of a certain type. I've tried using RTTI's typeid and dynamic_cast functions (the latter won't compile), but they've not worked ...
|
| Advantages and Disadvantages | 06 Apr 2006 09:20 GMT | 1 |
I have research about advantages and disadvantages of C++ languages In one of my programming courses. Can Any one help me and told me about advantages and disadvantages of C++ or redirect me to some web sites proffessinal about this kind of reserach ?
|
| events and delegates accessing from another class | 06 Apr 2006 08:35 GMT | 1 |
Here is my problem: In file form1.h I have the following code: #pragma once #include "Test.h"
|
| Accessing Form Class in another Class in C++/CLI | 05 Apr 2006 20:14 GMT | 2 |
I have a form Form1 in my application. I now create a generic class Test1. In this class I declare a variable of type Form1. I also include the header file for the form in this class. This gives me a compiler error. Can someone tell how do I access it.
|
| WndProc | 05 Apr 2006 19:01 GMT | 3 |
I have a vc++ WinForms app. Can I override the WndProc so I can send custom messages to my app. Is there any way to do this? I need to notify the main form of events from a library. How is this done in VC++? Thanks
|
| -1.#IND000 can't be compared with 0.0 | 05 Apr 2006 16:28 GMT | 2 |
this problem happened after we upgrade our program from vc6.0 to vc.net2003 unmanaged code. Following are the sample code: float p, cpr = 3.4028234663852886e+038;
|