|
Unresolved external Hi all... I have a DLL ( A ) that uses some controls present in another DLL ( B ). All works well except when I derive a class from a control implemented in DLL B. That derived class is present in DLL A. I receive the following linker error: Linking... Creating library Debug/Handkey.lib and object Debu... 24 Feb 2005 15:27
CEdit - Updating without Scrolling I have a CEdit control witha a vertical scroll bar in my dialog. The text in the CEditView gets updated periodically. The problem is when the user is reading the edit box at a particaular scroll position, and an update occurs, scroll position goes to the bottom where it got updated. This is because I set the cursor... 24 Feb 2005 02:06
Serial Port won't read I'm having a problem with my serial port routines that does not make any sense to me. I originally wrote the code to use non-overlapped serial port reading and writing. It works great. (the serial port anyway). The problem is the waitcommevent method hangs the program and it quits responding. Now for the weird... 25 Feb 2005 14:45
XP Themes on Forms Sorry to re-post this, but I still need a little assistance. "thatsalok" <thatsalok(a)NO_gmail.com_I_DONT_NEED_SPAM> wrote in message news:%23hl9kRlFFHA.2508(a)TK2MSFTNGP10.phx.gbl... You need to Enable Xp theme in your Appliation look for more info here http://www.developer.com/net/asp/article.php/3101831 ... 23 Feb 2005 21:32
Loading a file in the windows media activex control Hi There, I'm a total amateur writing a nifty little jukebox for my house, with a few bits of security in preparation for a party... ;) As a result I'm trying to use Visual C++ with an Windows Media Player ActiveX control.... And getting absolutely nowhere... Can anyone shed any light on the methods I need... 22 Feb 2005 18:14
VC6 to VC7.1 Hi What are the possible problems one may run into when recompiling a project done in VC6 in VC7.1? Is it trouble free? Does it tend to be trouble free or some things have to be recoded? ... 23 Feb 2005 21:32
USB Programming with C++/MFC Can somebody give me a link or info about the USB port programming with C++/ MFC Thanks, ... 23 Feb 2005 02:58
MSChart Problem - Is there runtime license for this control? Hello, I'm using MsChart control in my MFC application. I wish to know that if there is some runtime license for this control. I tried to execute the code onto a machine where Visual Studio was'nt installed. The application failed to create the control? I put there everything I found using dependency walker(... 21 Feb 2005 02:30
XP/SP2 Platform SDK (Aug 2004) & MFC Applications Does anyone know how you are supposed to compile & link MFC applications once the Windows XP/SP2 Platform SDK is installed and registered with Visual Studio .Net 2003??? You get unresolved errors if you #import type library files. To duplicate the problem, all you have to do is create a simple MFC dialog ap... 19 Feb 2005 13:12
VC7 upgrade, CFileDialog problem Hi everybody, Recently upgraded a project to VC7 and this seems to be the cause of a new bug for us. We have a class derived from CFileDialog. In OnInitDone() we do some customization but now: pParentWnd->GetDlgItem(edt1); doesn't seem to work anymore. the edt1 control is missing now?! Anybody know the... 8 Mar 2005 17:33 |