There is a newsgroup thread posted http://www.thescripts.com/forum/thread726628.html. This site would not let me respond directly to it, which is a shame because I've found an answer that I think gets more to the root of the problem than the response on the thread itself. I am posting this message hoping whoever posted the original question will see it:
I recently had a C++/CLI project start throwing 351 instances of the C4945 warning...
User Profile
Collapse
-
Response to C++ Warning C4945
-
VS2005 breakdown after installing VS2008B2
Hello,
Does anyone know anything about problems with running VS2005 / VS2005B2 side-by-side? When I installed 2008B2, it seemed to break a number of things in 2005. Consider:
I have an extensive 2005 C++/CLI project. Is used to build with 0 errors and 0 warnings. On the weekend I installed VS2008B2, I went back to 2005 and tried to rebuild my project. BOOM! 351 WARNINGS! First thing I did was check to make sure I was... -
ASP.NET Membership password problems
A while ago I posted a message regarding an ASP.NET (.NET 2.0) webstie I am working on for a client, which utilizes the Membership API. The problem was that a seemingly random contingent of the 400+ users are having password change/reset problems. Apparently the users change their passwords, and then after a period of time their login magically stops working.
The obvious answer is that the users making typos. Since I was using asymmetric... -
C++/CLI nested custom control help please
OK. I'm making a DLL with a bunch of Win forms controls. The project is in C++/CLI, compiled with the "/pure" switch.
I made a control that contained a TextBox, and two Panels. Each panel has a background image, which I set up using the BackgroundImage property in the "Properties " window. I built the project, the custom control shows up in my toolbox, life is good.
Now, I went to make a second control... -
Membership API data corruption????
Hello,
Has anyone ever experienced data corruption when using the .NET 2.0 Membership API security framework and SQL Server 2000? I wrote a web app for a client that has 300 users. Most of the users are fine, but a handful are complaining that they use their account for a week or two and then "all of a sudden" their password is not valid anymore.
They also claim that when they try to use the password reset... -
Dynamic menu items not raising Click event?
Here's the 30,000-ft. view: I wrapped an asp:Menu control in an ascx control. When I try to dynamically populate the menu in the ascx control, the items appear, but clicking on them fails to trigger the MenuItemClick event handler. However, if I statically declare the menu items in the .ascx page, everything is fine. Any ideas?
Here's the details:
My ascx page:
...Code:<%@ Control Language="VB"
-
I see I'm reading your post about 9 months after you posted it, so you probably already have your answer. But just in case you don't...
From what I understand, #pragma directives in general are pre-compiler directives that are specific to a development environment. They provide options in telling the compiler how to compile your code. With your specific example, you are telling the compiler to not generate warnings for warning message... -
Instantiating a native class from a /clr DLL
I have a little C++/CLI problem. I have a DLL that contains the following definition:
...Code:// ************************* // IN THE HEADER FILE // ************************* #pragma once #ifdef EXPORTS #define MYAPI __declspec(dllexport) #else #define MYAPI __declspec(dllimport) #endif class MYAPI NNative { public: NNative();
No activity results to display
Show More
Leave a comment: