all groups > visual c libraries > march 2004
key events on browser contained in my application
Posted by Jordi Gou at 3/31/2004 9:26:15 AM
Hi!
I'm developing a client application to chat with other people. This one has
several functionalities that are not important here. My problem is that it
contains a web browser where I load a page to chat with other people. I use
my own class to implement the browser container. It inherits fr... more >>
MSVCRT.DLL
Posted by Giovanni at 3/31/2004 1:21:08 AM
Hi there
Hope someone can help me. My PC is running on WXPhe, P4. I installed a digital video editing software, Adobe Premiere 6.0. The installation files for this software have a version of MSVCRT.DLL which is causing the application to close. I did visit the MS KB pages, but so far I did not fin... more >>
Any free SSH API?
Posted by Joachim at 3/27/2004 10:06:06 AM
Is there any free SSH API to use with C++?... more >>
C2621 when using "find_first_of" (STL)
Posted by Neo at 3/22/2004 5:34:19 PM
Greetings!
I'm now building some VC6-compatible programs under VC7 (VS.NET 2003). Here
is my problem:
vector<wstring>::iterator itArgv;
// ......
if (basic_string<wstring>::npos !=
itArgv->find_first_of(L"ABCDEFGHIJKLMNOPQRSTUVWXYZ", 1)) // error C2621
{
// ......
}
Based on ... more >>
___mb_cur_max unresolved: Yet MSVCRTD exports it!
Posted by deane at 3/13/2004 3:56:05 AM
I have a DLL which I am trying to link in debug mode. To that end I've specified the multithreaded debug DLL version of the runtime lib which, if I've read the docs correctly, should leave me linking to MSVCRTD.LI
My DLL is also linking to a static lib which was built using LIBCMT.LIB. When I tr... more >>
Help with prinf.c
Posted by satya NO[at]SPAM uky.edu at 3/12/2004 7:14:41 AM
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.
This is the error and the printf.c pull ... more >>
stream I/O conversion
Posted by tomaste at 3/8/2004 3:46:09 PM
Hi there
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
Does 7.1... more >>
register corruption occurs when managed C++ calls unmanaged C++
Posted by Michael van der Bokke at 3/5/2004 12:16:06 PM
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++ class in an unm... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How in VC++ .NET to set English to character of MS Agent?
Posted by Dr. Zharkov at 3/4/2004 11:35:24 AM
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 Genie through
... more >>
Japanese literal strings
Posted by Jordi Gou at 3/3/2004 12:42:28 PM
Hello
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.
Does anyone know how I can ma... more >>
MIDI library for conversion to guitar tablature
Posted by Alan Dunne at 3/1/2004 12:36:11 PM
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 necessary MIDI anal... more >>
LINK : fatal error LNK1104: cannot open file "atls.lib"
Posted by nn at 3/1/2004 5:46:11 AM
Hi
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 anyon... more >>
|