| Thread | Last Post | Replies |
|
| developing simple c toy programs using visual studio .net | 11 Feb 2005 05:17 GMT | 2 |
Hello.... I wanted to know if there was a way to write simple c code using visual .net? I really want to get used to the ide but i'm not sure how to.. Any comments will be appreciated...
|
| how i know TCP Connect already ? | 11 Feb 2005 04:42 GMT | 2 |
i use TcpClient client = new TcpClient(S"localhost", PORT_NUM); when run code above and now how to know when it connect server already
|
| Overlapped I/O operation is in progress | 11 Feb 2005 03:52 GMT | 1 |
In a W2000 server, we have the message: "Overlapped I/O operation is in progress. (997)" We are using SLNet telnet server, with PIPE. The application is VC++. The code to inicialize the PIPE is:
|
| Managed C++ #if | 11 Feb 2005 02:17 GMT | 1 |
Is there some kind of preprocessor switch that I can key off of to determine whether the compiler is compiling code in managed or unmanaged mode? I've found that some code needs to be changed when running in managed
|
| white spaces in command line | 10 Feb 2005 23:19 GMT | 6 |
I m in trouble with a white space included in the path of an .exe file. Precisely located in Program Files/... How to deal with the launching of a command that calls this .exe ? CreateProcess(NULL, ligne_de_com, NULL, NULL, FALSE,
|
| PlaySound with Resource Question | 10 Feb 2005 23:09 GMT | 2 |
I am trying to use PlaySound in a VC++.net Windows app (VS 2003). I can use it to play a file but now I want to play it from a resource. I have two questions: How do I add a wav file to my project as a resource (steps please)
|
| mysql joins not always working in c# | 10 Feb 2005 21:33 GMT | 2 |
i'm making a mysql call from c# to a mysql database for a windows application. when i try to use the join command it works fine until the column being joined gets to a null character and then the rest of that column becomes null. my statement is:
|
| !! DOWNLOAD THE MOST POPULAR 2005's CRACKED SOFTWARE(CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC) | 10 Feb 2005 19:53 GMT | 3 |
Our Team provide CRACKED engineering and technical software at thi topics: => Civil and Structural => Survey , GIS , Rock , Soil and Water
|
| stdafx.h | 10 Feb 2005 18:38 GMT | 2 |
All C++ files in VC++ must start with #include "stdafx.h" Did anyone ever figure out why? Other C++ compilers have precompiler mechanisms that don't need source code modifications to function. If the
|
| Difference in double precision... | 10 Feb 2005 15:14 GMT | 2 |
I'm porting my application from VC++ 6.0 to VS .Net and experiencing a difference in the double precisions. I have the following code in my application double val = 16e-6;
|
| Problems linking a BCB-DLL (.lib) under MSVC | 10 Feb 2005 09:13 GMT | 7 |
I'm trying to use a DLL (by static linking) which was compiled with Borland C++Builder (BCB) in Visual C++ (Visual-Studio 2003). All functions are declared with the directive 'extern "C"' so that a cross-compiler-usage must be possible.
|
| VS 2005: __clrcall error exporting DLL functions which are not __clrcall? + /clr:pure/safe question | 10 Feb 2005 02:15 GMT | 7 |
Some classes that once compiled without problems on VS 2003 have now problems on VS 2005 Beta 1. I'm talking about a __nogc class that is exported with __declspec(dllexport). The compiler message is this:
|
| Adding a double value to ArrayList | 09 Feb 2005 22:57 GMT | 1 |
I'm using a Managed C++ project with MFC support. I have an ArrayList pointer object alValue (ArrayList* alValue) to this object i want to add all the elements present in Vector<double> vVector to it.. I'm using this line of code..
|
| string class in Microsoft visual Studio 2005 | 09 Feb 2005 19:22 GMT | 1 |
I am developing under Microsoft visual Studio 2005 in C++. In my code I use the std:: string class and when I compile I don't have any mistakes. However, when I debug my program (with breakpoints) and i try to see the content of my std:: strings , i get
|
| Unresolved External Symbol - problem with template class | 09 Feb 2005 19:04 GMT | 10 |
Hi, I'm new to C++ so may be this is a trivial problem but... I'm trying to create a template class, in header file I declared it and in source file implement, seems nice, but linker won't link constructors and destructors as I'd like him to do.
|