First  |  Prev |  Next  |  Last
Pages: 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772
how to compile emule source code?
Hi, when I compile the emule source , the result is MSVCRTD.lib(MSVCR71D.dll) : error LNK2005: __CrtDbgReport already defined in libcmtd.lib(dbgrpt.obj) MSVCRTD.lib(MSVCR71D.dll) : error LNK2005: __resetstkoflw already defined in libcmtd.lib(resetstk.obj) MSVCRTD.lib(MSVCR71D.dll) : error LNK2005: _wcscpy alr... 15 Sep 2005 22:42
CLISTCTRL, SORT ROWS
Hi, i am new to vc i have a clistctrl report=view sort = none owner data = false owner data fix = false i just want to click on a button and sort all items onbutton1() { //ascending sort ... m_List1.SortItems() // or whatever } can someone show me real working code? iam trying out for d... 14 Sep 2005 14:40
entering Unicode characters
Hi everybody, I have a MFC app with a dialog with a Rich Edit control. I need to enter Unicode characters. When I enter Alt+nnn, I get the corresponding Unicode character (for example Alt+937 gives the greek letter omega). When I do the same with a normal edit field (not Rich Edit) I get another character (... 22 Sep 2005 02:57
GetFtpConnection Last param, Passive?
Hi, I am trying to upload file from my computer to our server. Everything works as expected but I am not sure I understand the last parameter. CFtpConnection* GetFtpConnection( LPCTSTR pstrServer, LPCTSTR pstrUserName = NULL, LPCTSTR pstrPassword = NULL, INTERNET_PORT nPort = INTERNET_INVALID_PORT_NUMBER... 12 Sep 2005 04:18
'GetDefaultPrinter' : undeclared identifier.
Hiýý I created a VC6 dialog based app with MFC.I called GetDefaultPrinter in InitDialog(). But a compiling error appeared: error C2065: 'GetDefaultPrinter' : undeclared identifier. I added the #include "Winspool.h", but this error didn't disappear. Why? Do I need platform SDK? Thank you. ... 9 Sep 2005 08:10
building DLL
Hi, I am trying to build a systemC DLL and get some problem. The code (downloaded from systemc.org ), is writen using standard C++ originally to build a static lib(for console application). Now I want to build it as a multithread DLL, and some link error 2019 and 1120 complaining about "unresolved external... 9 Sep 2005 11:47
DoEvents in MFC (C++)
Hi I have an AxWebControl in my application. I want to print the page when it is done loading, how can i do this? In C# i use a function Application.DoEvents() after I tell it to display and before I tell it to print.I need something like this in MFC (C++). Regards, Mystique ... 14 Sep 2005 09:25
Working with DOM in VC++
Hello, I think I have a problem that can't be solved this way. But I'll try anyways. I am working with SVG and JavaScript and I have created a VC++ dialog that uses CWebBrowser. CWebBrowser's function is calling web pages that use JavaScript and SVG. My JavaScript is using DOM to alter SVG content but ... 17 Sep 2005 00:59
MSComm ActiveX
Hi, I'm using the MSComm Active X for managing the serial port in my application. I'm using also a software for remote control over the PC where the program is installed. It seems that when I read/write data on COM port the Active X force a redraw of the screen (CPU load for remote control is 90%). Can anyone con... 6 Sep 2005 15:08
CFileDialog and initial filename
Hello, I've customized CFileDialog by deriving my own class. I think my problem concerns to all CFileDialog usings. On the Ctor I pass the initial file name (3rd parameter), when the dialog appears the file name is indeed appears on the edit box but the file icon + name are not highlighted. I want the files to ... 7 Sep 2005 09:47
First  |  Prev |  Next  |  Last
Pages: 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772