| Thread | Last Post | Replies |
|
| consuming unmanaged dlls in VC++ | 24 May 2006 09:13 GMT | 1 |
I've this problem: I'm working on a download meter, based on wpcap. As wpcap code is unmanaged, I decided to create the needed functions in a unmanaged project (one for opening an an adapter and capturing the packets (and
|
| Creating copy of structure instance via reflection? | 24 May 2006 09:05 GMT | 1 |
I'm checking to see if there is an easy way to "clone" a structure instance via reflection. I have a System::Object that boxes a structure instance, and I want to create a new structure instance with the same field values.
|
| Equivalent to run-time dynamic linking in .NET | 24 May 2006 03:02 GMT | 11 |
I have an unmanaged Win32 app that looks up the name of a DLL (unknown at compile time) from an external location, loads it with LoadLibrary, and then uses GetProcAddress on three exported functions (whose names and signatures are known at compile time). The app then calls these ...
|
| C1001: INTERNAL COMPILER ERROR | 23 May 2006 22:55 GMT | 6 |
Hi, I'm trying to compile a login function using ADSI, but I keep getting the following error: D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\Iads.h(502) : fatal error C1001: INTERNAL
|
| C++ 2003 vs C++ 2005 | 23 May 2006 19:10 GMT | 2 |
I'm trying to use unmanaged C++ code with Visual Studio 2005. My libraries were built using VC++ 2003. When I'm calling my functions I get an AccesViolationException: Attempted to read or write protected memory. This is often an
|
| question on array in c++ | 23 May 2006 17:40 GMT | 1 |
Hi, I have a question about array in vc++. I initialized an array from 0 to 480 using memset. and I just realized that in one instance of my code i am putting a value in array position -2, which the array does not have. will this action cause a problem if i try to use delete ...
|
| The "ResolveNativeReference" task failed unexpectedly | 23 May 2006 13:18 GMT | 6 |
I have a C++ project (assembly) and a C# project (client that uses the C++ assembly). These projects used to work when compiled under VS 2003 but when I upgraded my projects to VS 2005 I got the following error when I compile the C# client,
|
| StartDoc fails on W2003 SP1 on a restricted user | 23 May 2006 10:54 GMT | 3 |
After upgrading to Windows 2003 SP1 when trying to print a CDC, StartDoc called on CDC fails (with error code -1) if the process is impersonated with a restricted user. This is happening only after upgrading to SP1 and only when the process is
|
| files I need to distribute | 23 May 2006 07:47 GMT | 4 |
Is there an easy way to tell which files I need to distribute with my Microsoft Visual Studio 2005 MFC application? I keep getting a vague message on my target computer saying the application configuration is incorrect.
|
| Anonymous Delegates | 23 May 2006 00:46 GMT | 1 |
Is it possible to define anonymous delgates in C++/CLI the way you can in C#? delegate void MyDelegate(); private void Function()
|
| using mod(%) operand on double data | 22 May 2006 16:59 GMT | 2 |
While I try to find the modulus on double data , Compiler throws following error "Test.cpp(180): error C2296: '%' : illegal, left operand has type 'double' "
|
| VC8 and C4996 | 22 May 2006 15:52 GMT | 3 |
So we finally switched a big project to VC8. Good. However, now I can't see any compiler messages anymore, because they are burried under gazillions of messages that some C std functions are declared deprecated. Bad. This code is compiled
|
| fatal error C1189: #error : "No sstream/strstream implementation" | 22 May 2006 11:38 GMT | 2 |
I am trying to build a static library, while building the library i am getting the following error: fatal error C1189: #error : "No sstream/strstream implementation" Following is the code that is giving error:
|
| VC++ 2005 & books | 22 May 2006 06:11 GMT | 5 |
I'm a VC++ programmer with around 5 years of experience using VC++6. My company have plans to migrate to VS 2005 in the future. I know C++/CLI is pretty new and there aren't too many books on it but I wonder if someone can suggest some titles for me.
|
| static linked Windows Forms application project | 22 May 2006 05:29 GMT | 2 |
I'm new to VS2005 and I'm having trouble getting my executable to run on another machine. It's a Windows Forms app. and both PCs have the .NET framework installed. However, I still get the "This application has failed to
|