| Thread | Last Post | Replies |
|
| fatal error C1001: INTERNAL COMPILER ERROR | 16 Jun 2005 23:56 GMT | 1 |
I'm getting this error when I try to rebuild my project: Compiling... stdafx.cpp c:\program files\microsoft visual studio .net
|
| Use another login | 16 Jun 2005 23:43 GMT | 4 |
I want have access to restrict folders when inside one application. A general user using the browser does not have access to these folders, but using the application is supposed have access to those folders. Is possible the application use a specific login to have access to a
|
| Managed C++ & P/Invoke in a web serice | 16 Jun 2005 20:32 GMT | 1 |
I am exploring using P/Invoke to call some legacy code from our customer contact software. I have been trying some simple test scenarios and haven't had success. Can someone point me to an example that shows how this can be done? Here is a snippet of code I am trying:
|
| bug in VC++ 7.1?? | 16 Jun 2005 17:14 GMT | 2 |
Hello, the code speaks for itself: is this a bug? #pragma once #include <list> template<class T>
|
| limit applications to one instance in Visual C++ .NET | 16 Jun 2005 17:07 GMT | 2 |
I have developped an application used by Windows Forms (.NET) at Visual C++ .NET v2003. I would like to limit my application to one instance working at a moment. More than one working application is not allowed. I am requesting help about this question.
|
| Dependent names lookup in VC2005 B2 | 16 Jun 2005 16:24 GMT | 2 |
I just checked that the following did compile with VC2005 b2, and I think it shouldn't: template <typename T> struct A {
|
| Does this VC.net dissasembly look right? | 15 Jun 2005 22:03 GMT | 12 |
I declare two variables and call a function. The second to last statement seems fishy to me. My other non-static function calls to other methods in the same class do not have "this" line. Furthermore, after executing this line, the addresses of my local variables change.
|
| label focus control | 15 Jun 2005 19:10 GMT | 1 |
I have a label such as : label1->text= “&method” and I have a textbox I want that the textbox receives the focus when the user press alt+m
|
| NULL undeclared identifier ! | 15 Jun 2005 18:46 GMT | 5 |
I'd like to clear a picturebox I used pictureBox1->Image=NULL; but I obtained
|
| ActiveX in .NET | 15 Jun 2005 11:02 GMT | 1 |
I wondering if i build an activeX DLL using .NET Framework and need to user it in client machine , should I install .NET framework in order to use it.
|
| ActiveX Registration | 15 Jun 2005 11:01 GMT | 3 |
I created an ActiveX control using Visual Studio .NET 2003 and will use it with HTML page , the problem I have that I need not to foce the client to Register the ActiveX in order to use, i need the registration process to be done automatically , how can I achieve this?
|
| use VS.net to write pure c++ | 14 Jun 2005 19:53 GMT | 3 |
I am using VS.Net2003 as editor to write my pure C++ program, in other words I am not using any .net feature and all the code are unmanaged. How do I tell the compiler(VS.Net 2003) this is what I want, as by defaulti it seems I cannot see the address information of the the ...
|
| error LNK2020 | 14 Jun 2005 13:32 GMT | 2 |
I am using VS.net 2003 and trying to build a very simple console c++ application. But got the Console error LNK2020: unresolved token (0A00000D) MyString.__dtor Console fatal error LNK1120: 1 unresolved externals
|
| Initializing a struct with an array literal | 14 Jun 2005 13:02 GMT | 7 |
I am trying to test a command line parser. So I came up with this (simplified): struct test { int argc;
|
| Threads created in unmanaged code always use the default app domai | 14 Jun 2005 00:09 GMT | 3 |
I have developed an application that uses mixed C++ to integrate managed .NET applications with an unmanaged C++ application whose behaviour I cannot change. The unmanaged C++ application uses the Win32 API's CreateThread fn to create
|