First  |  Prev |  Next  |  Last
Pages: 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
Invalid memory access using regsvr32.exe
Hi, I am using Win2000 with SP4. I am registering an OCX through regsvr32.exe. It is showing an error. LoadLibrary Failed - Invalid Access to Memory Location. This is error is coming when I am building my project after this popup OCX is registered. Regards, Vibhor Mahajan ... 21 Sep 2005 12:03
linker error
I started my mfc solution today and it started giving the below errors:- Linking... uafxcwd.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new(unsigned int)" (??2(a)YAPAXI@Z) already defined in libcpmtd.lib(newop.obj) uafxcwd.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete(void *)" (??... 16 Sep 2005 12:35
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
'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
CListCtrl multiline cells
I have CListCtrl type report. I need to write into it's items multiline text. When I insert into text "\r\n", it does not help. How to write multiline text into CListCtrl cell ? Other thing what I need is to change font in some cells. I know SetFont(), but how can I retrieve HWND of cell ? Thanks ! Peter ... 1 Sep 2005 11:17
How to change the font in Static Text
Hai I want to change the font size and type of the static text. Is it posible to change the font in the static text. If posible how can we change the font of the static text. Regards S.Vinodh Noel (Bangalore) ... 1 Sep 2005 10:45
CreateFile() for USB
Can anyone point me to an example (that works) or specific information on how to enumerate the usb ports, retrieve a device name that will work with CreateFile()? I've been able to enumerate all of the classes with SeteupDiGetClassDevs() but have not been able to get SetupDiEnumDeviceInterfaces() to succeed to ... 25 Aug 2005 09:42
Webcam & createfile
Hi, I would like to access my webcam directly using CreateFile(). I have a Intel Webcam connected directly to one of my USB 1.1 ports on my computer. I have tried to enumerate all the USB devices on my computer using the SetupDiXXX functions but it has not worked very well for me. I also used QueryDosDevice()... 15 Aug 2005 13:30
Converting String to Time
I've a function that format time to string (see below). How do I write a function that converts the formatted string back to time? Could you please include your example with syntax? CString convertTimeToString(const long input_time){ CString str_time; str_time.Format("%.3d:%.2d:%.2d.%.3d", input_time/36... 10 Aug 2005 09:28
First  |  Prev |  Next  |  Last
Pages: 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93