| Thread | Last Post | Replies |
|
| error LNK2019: unresolved external symbol | 24 May 2006 23:50 GMT | 3 |
I'm trying to program serial communications in C++ with Visual Studio 2005. I'm using the class provided at http://www.codeguru.com/cpp/i-n/network/serialcommunications/article.php/c2503/ . The source compiles but does not link when I call any functions of the
|
| Last 'supported' platfrom SDK for Visual C++ 6.0 | 23 May 2006 15:09 GMT | 4 |
I have to compile an old TAPI-Application and need to do this in Visual C++ 6.0. I need a platform SDK which is supporting Visual C++ 6.0. I could only find the actual Platform SDK (February 2006) and read that this one is not supporting Visual C++ 6.0 anymore.
|
| your help urgently required..... | 17 May 2006 00:06 GMT | 1 |
hello all i am anil kumar, pursuing master's degree in Computer applications . now i have got some opensource project. that is related to USB sniffing. tha t is snoopypro. Actalluy this is developed under Microsoft visual c++. i am getting the folloeing problems at ...
|
| New to VC++ .NET | 17 May 2006 00:03 GMT | 1 |
We want to migrate to VC++ 8 I have some question: 1 - Can I implement the property grid with the new version of 8 if yes where can I find an example
|
| failed to register .dll | 17 May 2006 00:01 GMT | 1 |
I got the error when I attemped to register .dll file to server. The error message is as follows: Module c:\program files\ test \xtcexport.dll failed to register. HRESULT-2147024770. Contact your support personal.
|
| Trouble with heap after call of DLL method | 12 May 2006 17:26 GMT | 3 |
I am having serious trouble with my pointers in a programm that uses dlls (written by myself, same compiler) and was hoping that somebody in this group could help me: I export my DLL classes with declspec(dllexport) and link against them
|
| problems with function "_tfindfirst()" | 11 May 2006 05:58 GMT | 3 |
HI, ALL I found a surprising problem when using function "_tfindfirst()" and "_tfindnext()" to enumerate all the files in a specified directory, the code is like below:
|