| Thread | Last Post | Replies |
|
| broken cast operator | 05 Aug 2003 22:35 GMT | 1 |
I define an interface in managed C++: I call it ISgPlugin. I implement that interface in a C# dll: Using reflection, I try to load and instantiate that interface from the C++ module. I get far, but not far enough:
|
| __gc Array Aggregate Initialization Does Not Work As Advertized -- Why? | 05 Aug 2003 21:25 GMT | 2 |
This is a repost of a question that received no answer. In a module DATA.CPP, when attempting to initialize a __gc array as follows: // // Begin sample ... //
|
| Full control over user, how? | 05 Aug 2003 20:41 GMT | 2 |
How to prevent a user from rebooting computer, invoking Task Manager, activating Task Bar , etc. API? Any available tools, classes? Any ideas ? Regards,
|
| ADO.NET connection string | 05 Aug 2003 20:39 GMT | 1 |
I am trying to connect to an INTRBASE database through the MS OleDb.NET provider, however I am unsure of what to use for the connection string. How can I find this out???
|
| Compiler error C2146 in standard header file | 05 Aug 2003 19:25 GMT | 2 |
I'm trying to compile a VC++7 application from code loaded from a VC++6 project, but I keep getting the following compiler warning -> c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
|
| ActiveX and CSocket | 05 Aug 2003 14:43 GMT | 1 |
I have created an MFC ActiveX control. If I connect to my local machine on some port, everything works fine. If I try to connect to a different computer, I get an error (from CSocket.Create) that says "The requested address is not valid in its context."
|
| Can MSVCR70.DLL/MSVCP70.DLL be used from VC++ 2003 | 05 Aug 2003 08:29 GMT | 1 |
Our product(library) built with MSVC++ 7.0/.NET 2002 is already in the market. This is dynamically linked with MSVCR70.DLL and MSVCP70.DLL. Can developers using VC++ 2003 (7.1 ?) use our library directly ? Will there be a
|
| Internal linker error | 05 Aug 2003 07:08 GMT | 3 |
I intermittently get the following error "fatal error LNK1000: Internal error during Pass2" There doesn't appear to be any info on this error, the output window has the following in it also:
|
| linker error2019 | 05 Aug 2003 07:05 GMT | 2 |
I am trying to call a C function (in static library) from C++ class ( Dll application). The C function is declared as follow in the multitheaded library as follows: #ifdef __cplusplus
|
| pointer to pointer to a managed class | 04 Aug 2003 20:57 GMT | 6 |
I want a member in my class that will save pointer to pointer to System::Drawing::Image class. When I write on my class code: System::Drawing::Image **bmp;
|
| 64-bit compiler | 04 Aug 2003 17:08 GMT | 1 |
Does anyone know if visual studio .net 2002/2003 comes with a 64-bit compiler?
|
| ctl3d.h not found in VC++ 7.0 ??? | 04 Aug 2003 07:53 GMT | 1 |
I have my own class library. When I tried to compile it on VC7, I got an error that CTL3D.H not found. I read somewhere that the MFC makes use of the CTL3D.DLL
|
| urgent: size_t error | 04 Aug 2003 00:32 GMT | 2 |
Hi i was trying to run a code in c++.net and i got this following error warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
|
| Printing error messages to the output window | 03 Aug 2003 14:59 GMT | 2 |
I want to print a message to the Visual Studio Output Window at run time. How can I do this? Thanks for any help, Hamish
|
| Double list memory problem....Help: i am going mad!!! | 02 Aug 2003 16:36 GMT | 1 |
Ok, anybody who can help please do so. This is a Doubly Linked List that is been used to store data in the form of a queue. The strange thing is that it queues up to 961 entries. The the program will throw out a Debug Assertion
|