| Thread | Last Post | Replies |
|
| Japanese literal strings | 28 Mar 2004 09:33 GMT | 2 |
I have a code source compatible with Unicode data that I want to traduce to Japanese. The problem is that I use VC++ 6 (english version) which is not Unicode and I can't paste Japanese inside literal strings in the code that I use to define user messages.
|
| Where to find program VC++ .NET on 3D-Graphics? | 26 Mar 2004 08:11 GMT | 8 |
Hello. Inform, please, where to find programs for Visual C++ .NET 2002 or 2003 on building the three-dimensional solid and surface z=f(x, y) in 3D-space (without usage of other libraries such as DirectX and OpenGL)? In the answer I can inform, where to find these programs on Visual ...
|
| C2621 when using "find_first_of" (STL) | 23 Mar 2004 09:28 GMT | 6 |
I'm now building some VC6-compatible programs under VC7 (VS.NET 2003). Here is my problem: vector<wstring>::iterator itArgv; // ......
|
| register corruption occurs when managed C++ calls unmanaged C++ | 18 Mar 2004 13:36 GMT | 1 |
I have a simmilar problem to the user posting at http://groups.google.com/groups?q=managed+code+register+changed&hl=en&lr=&ie=UTF -8&oe=UTF-8&selm=AIG1b.816455%243C2.18525716%40news3.calgary.shaw.ca&rnum= I have an C++ managed class calling an unmanaged function on an unmanaged C++ ...
|
| Help with prinf.c | 12 Mar 2004 16:28 GMT | 1 |
Everytime I try to execute my program it gives me an error and stops execution and pulls out the printf.c in the debugger. Some one please tell me what to do to overcome this error. If I posted a mesg to the wrong group do tell me which group to join.
|
| stream I/O conversion | 09 Mar 2004 17:53 GMT | 1 |
We are converting our apps from C++ 6.0 to C++.Net 7.1. The compile fails when is sees the statement: #include <fstream.h>. In fact fstream.h is not in the 7.1 directory structure. The documentation says to use <useoldio.h> but it is not in the 7.1 directory structure either
|
| How in VC++ .NET to set English to character of MS Agent? | 06 Mar 2004 03:38 GMT | 1 |
Hello. In project on Visual Basic .NET 2003 (File, New, Project, Visual Basic Project, Windows Application) after occurrence of Genie of Microsoft Agent and pressing of key Scroll Lock below Genie there is help "Genie is listening for command", and further it is possible to operate ...
|
| MIDI library for conversion to guitar tablature | 05 Mar 2004 23:46 GMT | 1 |
H Im looking to create a C++ program that will take a MIDI file as its input and analyse the data that it contains, extract the necessary information and create a Guitar tablature file Where Im stuck at the moment is finding a library file that has the functionality to do the ...
|
| LINK : fatal error LNK1104: cannot open file "atls.lib" | 01 Mar 2004 17:06 GMT | 1 |
I tried to build a sample and then I got this error LINK : fatal error LNK1104: cannot open file "atls.lib I linked all the libraries I need. I can't find this atls.lib anywhere, on my computer or the Internet. I tried to make visual c++ to ignore this lib too, but nothing works Can ...
|