| Thread | Last Post | Replies |
|
| unresloved external when using struct and new operator | 22 Oct 2003 19:09 GMT | 1 |
I get a unresolved external error when linking this code. Does anybody know why? .h-file namespace TestDll
|
| fstream.h | 22 Oct 2003 18:59 GMT | 1 |
It seems that VC7 does not have fstream.h, I am wondering if any one had any experience to convert a VisualStudio6 project to .NET and fstream.h is included some where. TIA,
|
| Scratching my head - compiler error with linked list STL | 22 Oct 2003 17:05 GMT | 2 |
I am really scratching my head on this problem. I am trying to set up a very simple linked list using the <list> STL. As an example I wrote sample code just like what is given in the help files. An example is as follows:
|
| online notification | 22 Oct 2003 14:51 GMT | 4 |
I want to develop a software that need to know the notification when a windows PC in the LAN is powering on, I don't want this software to do polling, I want this software can get the notification from the powering on PC.
|
| error with "mfc42u.lib" | 22 Oct 2003 13:27 GMT | 1 |
i'm trying to build the project of the MFC's sample "VCTERM", and this error message appears: LINK : fatal error LNK1104: cannot open file "mfc42u.lib" can you please tell me where i can find this library.
|
| Non-standard ASCII | 22 Oct 2003 12:23 GMT | 1 |
I'm having problems with non-standard ASCII chars. cout << "???" << endl; prints garbage to the console. Is this a problem with the text editor or some system setting in Windows? Either way, how can I fix it?
|
| LogonUser | 22 Oct 2003 09:27 GMT | 8 |
If I want to access the shared folder in other Windows PC, a popup dialog will popup to input the username and password. Is it possible to access the files in shared folder in coding without the popup dialog if I have the user name and password in that host pc?
|
| how to handle messages to a hidden program? | 21 Oct 2003 21:43 GMT | 1 |
I want to know how i can make my program always get the messages sent by keyboard even when its window is hidden, minimized, or not in focus? i know that the usual message handlers like:
|
| Visual C++ vs C# | 21 Oct 2003 21:26 GMT | 4 |
Is in the future the days of Visual C++ is numbered?Will C# will replace Visual C++.....
|
| System.security.Policy.PolicyException | 21 Oct 2003 14:33 GMT | 2 |
When using Visual c++ in Visual Studio.net, I am receiving errors "An unhandled exception of type 'System.Security.Policy.PolicyException" when trying to "build withoug debugging". I only receive this error when I(or students) save the project to the network.
|
| Telnet Client | 21 Oct 2003 13:33 GMT | 1 |
I want to develope a telnet cleint using C++ .net but I am beginner in c++ .net so i dont know whether any API's ,functions or classes are in C++ .net if u can help me then let me know
|
| Volunteer coders needed! | 21 Oct 2003 10:38 GMT | 1 |
We are seeking devs who could contribute to our project, mCode. Very informal, whatever you could contribute would help us achieve our goal. We are working on a graphics engine for linux (windows threading is far too
|
| AT89C51 chip | 21 Oct 2003 10:11 GMT | 1 |
I'm working on AT89C51 chip. Can anyone support me weblinks ? Thanks in advance
|
| which version of c++ ?? | 21 Oct 2003 08:51 GMT | 2 |
I'm new to c and have the following question, the software i am using requires me to develop apps in c++ v 7.0 (see below) is this the same as c.net? thanks in advance
|
| New operator returns null in some cases | 21 Oct 2003 08:13 GMT | 5 |
I have an unmanaged C++ ray tracer which I am working to put a C# front end on. It runs fine as just the unmanaged code. I have made a MC++ wrapper DLL to expose the required types to the C# project. Things seem to be getting through from the unmaged side to the managed side - the ...
|