| Thread | Last Post | Replies |
|
| How to avoid manual copying? | 31 May 2005 19:13 GMT | 2 |
I have an assembly ComnAssembly.dll which is used by 3 applications. In other words there are 3 solutions which include ComnAssembly.dll project. In order to avoid manual copying I use post-build event command line
|
| graph plotting | 31 May 2005 08:24 GMT | 2 |
any1 know how to plot graph using vc++?? thanks wayne --
|
| IServiceProvider error | 31 May 2005 07:30 GMT | 1 |
I'm writing a managed c++ project and have the following error:- error C2872: 'IServiceProvider' : ambiguous symbol could be 'c:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include\ServProv.h(48) : System::IServiceProvider
|
| error LNK2019: unresolved external symbol "long __stdca | 31 May 2005 06:27 GMT | 4 |
Hi, I'm trying to use some power management features with windowsx xp and I have visual studio .net 2003 installed. As per documentation of ACPI, you can
|
| Create an instance of a form | 31 May 2005 05:57 GMT | 4 |
I'd like to create and affich an instance of the form "Form2" as a mdichild of the actual form. In C#.net, I know that is like this : Form2 MyForm=new Form2();
|
| Form freezing form | 31 May 2005 00:51 GMT | 13 |
Why in this code the form *does not refresh* when it gets the focus/after some time? #using <mscorlib.dll> #using <system.windows.forms.dll> #using <system.dll>
|
| My first C++ Form | 30 May 2005 20:13 GMT | 2 |
I'm trying to use a Form in C++ for the first time. Alas, my only C++ .NET book is for 2002, so it does not cover Forms. In the snippet below, where lstOutput is a Listbox control, I get the error: i:\C++\C++Code\UseForm\Form1.h(121): error C2664:
|
| How to watch export function and class from a managed DLL? | 30 May 2005 19:08 GMT | 3 |
I can use the tool such as dllexp.exe to watch the export functions which built by unmanagedC++, but I can not watch the export function or class built by managedC++ . Who know where has the tool that can watch this?
|
| Streams and commas | 30 May 2005 14:11 GMT | 4 |
Why does the following code print "fail" instead of "123" in the vc 2005 beta? Thanks -John
|
| C++ assertion | 30 May 2005 10:37 GMT | 2 |
(Type your message here) I am supporting a system which uses ORACLE Forms, and we are getting an intermittent error: Assertion failed! Program: D:\Dev6i\bin\ifrun60.exe
|
| Can I use what kind of toos for viewing the class of a COM DLL? | 30 May 2005 03:17 GMT | 1 |
Can I use what kind of toos for viewing the class of a COM DLL? Regards, Joye
|
| developing managed c++ library | 29 May 2005 19:30 GMT | 7 |
I try to develop a .Net class library using managed c++ and have several problems: - If I use operator new, I get a linker error because operator new is missing. Searching the web I found out, that this is a well known
|
| Passing information between Visual C++ .net & Visual FoxPro | 29 May 2005 14:10 GMT | 2 |
I am developing an application on Visual Foxpro 7. I would like to inculde some .NET functions in it. For this purpose I have created a dll in VC++ .net using managed c++. I have written all the code in the .h file. What should I write in the .cpp file to
|
| assignment operator syntax | 29 May 2005 04:48 GMT | 5 |
To follow up on the "copy constructor clarification thread"... The assignment operator syntax shown previously: MyClass% operator=(const MyClass%); seems to have problems if you have member properties that need to be copied
|
| ASP/ActiveX Error | 28 May 2005 16:53 GMT | 1 |
I have set up a website and am testing ASPs. I have created a very simple ActiveX component with two interfaces: AboutBox() - displays About details calcpi() - returns 3.14159
|