| Thread | Last Post | Replies |
|
| error LNK2001: unresolved external symbol __RTC_CheckEsp | 23 Feb 2005 18:43 GMT | 8 |
I got the above error while compiling with Visual Studio .NET 7.0. I was building a DLL (DEBUG version) for Symbian OS emulator for windows. And it also gives error as ->error LNK2001: unresolved external symbol __RTC_CheckEsp
|
| Multithreading | 23 Feb 2005 12:33 GMT | 2 |
I am developing a TCP/IP Client application in Windows Forms (.NET) template. I use one MDI form as initial form where I connect to server and starts a background thread (thread_A) for receiving data. Here, I use the Socket_A
|
| Getting File size from network byte order | 23 Feb 2005 05:08 GMT | 9 |
Following code shows how a packet is sent from a client to a server's socket. The file size (fileSizeTemp) is converted to network byte order before sending to the server. *((unsigned short *)&dataBuff[6 + filenameLen + 1]) = htons((unsigned
|
| How to send file over internet using http headers | 23 Feb 2005 02:08 GMT | 1 |
I'm new to VC++.net and I searched through the forums and couldn't find anything related to this. I'm trying to send a flat file from a VC++.net program to a PHP file residing on a webserver. I know you can call a website from
|
| Post-Build Step Always Forces Project Build | 22 Feb 2005 20:21 GMT | 1 |
We are noticing that for a Utility project that we have in VS.Net (C++) that the Post-Build step is being performed every time that the IDE finds the project as a dependency. While it does not take a long time to do the step, it does have a ripple effect in that the output from
|
| PDB Reader | 22 Feb 2005 14:46 GMT | 3 |
How can I view PDB file in nice formatting page. TQ
|
| Can't open include file | 22 Feb 2005 12:38 GMT | 4 |
I'm using VC++ 7.1 and MFC. In a header file that is located in a different directory that the main project I include a header file that is located in the main project directory. The project is called SCLaser.
|
| VC unmanaged/managed issues for c# programmer | 22 Feb 2005 10:35 GMT | 4 |
I am attempting to write a DLL which wraps C# code. The issue at hand is a print driver allows you to extend it by writing a DLL. Seeing that VC++ seems to be hopelessly out of my mental reach, I thought I'd write the DLL in C#. Of course, it turns out I can't solely write the ...
|
| C2300 error : 'System::Enum' : class does not have a destructor called '~TYPE' | 22 Feb 2005 10:16 GMT | 1 |
I am having trouble trying to compile existing code with the /clr flag. The following error occurs and I can't figure it out how to fix this problem.
|
| Interface Copy Policy in dotnet | 22 Feb 2005 09:39 GMT | 2 |
My collection need to upgrade to dotnet. It is right in vc6, but is error in vc7.net following is code: template <class ContainerType, class InterfaceType>
|
| How to create a MFC MDI application without initial empty doc/window. | 22 Feb 2005 09:25 GMT | 2 |
When creating a MFC MDI application through the wizard, I get an application that starts with a new/empty document/view. How should I edit code so that to start without it ? that is with the situation I get closing the initial empty window ?
|
| Characters in a NumericUpDown | 22 Feb 2005 07:30 GMT | 2 |
Didn't find much documentation on value formatting on a NumericUpDown control. is it possible to separate numbers by a special character. For example, If I wanted to display an option to change a person's height in a NumericUpDown, I would not want them to see 62, I'd want them ...
|
| Microsoft Visual Studio v1.5 | 22 Feb 2005 02:46 GMT | 5 |
Anybody has a MSVC v1.5 compiler? Is this the only compiler that can run on native 16 bit DOS?
|
| Sorting in a Listview | 21 Feb 2005 15:28 GMT | 6 |
My question is this: How can I apply some kind of a function to a listview that allows it to sort by both string and numbers whenever a header is clicked? For example:
|
| atl programming . help me..plz .. how to use SafeArrary.??? | 21 Feb 2005 15:12 GMT | 1 |
i made ReverseArrary() and i wanna Get PACKET Struct in ReverseArrary of function but i don't know that's error.. How to Use SafeArrary ???
|