First  |  Prev |  Next  |  Last
Pages: 54 55 56 57 58 59 60 61 62 63 64 65
linker problem: __iob
I am getting the following error when compiling a project: jpeg.lib(jerror.obj) : error LNK2019: unresolved external symbol __iob referenced in function _output_message I am having to ignore libcmt.lib as I am getting many linker errors when it isnt ignored. Does anybody know how I can resolve the above link... 23 Mar 2006 04:49
Heap management?
Hi. I have an application in which I need to dynamically allocate multiple instances of large amounts of memory (used to store large datasets). They can vary in size, but 250 MB is typical. On a machine with 2 GB of memory, I can generally read in three of them before I get an out of memory error. The app is wr... 27 Feb 2006 13:57
WMI compiing problem
I use VS6 and tried to compile program in C++ making WMI queries. When I linked required 'wbemuuid.lib' I got the following error for debug build: "fatal error LNK1103: debugging information corrupt; recompile module" No matter what I do I get same error. What's the remedy? Thanks. Eric ... 20 Feb 2006 06:11
Creating a new Power Scheme - Power Management!
Hi, I've been trying to create a new Power Scheme in my machine programmatically. My machine is a Windows XP SP2. The following is a sample code that creates a new Power Scheme, ------------------------------------------------------------------------------------------------------------------------- BOOLEAN C... 30 Jan 2006 05:55
generating mouse clicks
How do you generate a mouse click in a windows environment? I can read the output of the mouse but would like to program a double click event, at best through generating two left clicks fast after each other by software, not the hard way. I know that mouse clicker software exists which can time artificial clicks.... 2 Feb 2006 01:59
Opened windows' hWnd
Hi all, is there any way to retrieve the hWnds of all the opened windows? Plz help.. I'm getting crazy!! ... 14 Nov 2005 13:14
Calling WIN32 API SetEntriesInAcl() always fails and returns the error code 1332.
I'm writing a service procedure which can run in Windows 2K/XP/2003 platform. The procedure creates a mutex object which can be accessed by processes with all kinds of RIGHTS, such as SYSTEM Rights, Administrators Rights, User Rights, etc. When I call Win32 API SetEntriesInAcl() to create a SECURITY_ATTIBUTES ob... 6 Nov 2005 15:15
Sysevent
Hallo, I need informations about the structure from the data in the file windows\system32\config\sysevent.evt from Windows XP Sorry my english is very bad, i hope you can understand me J?rg ... 9 Oct 2005 04:34
Delete Printer
Does anyone know how in the hell (do I sound frustrated? or what) how I can delete the default printer. (programatically) I want to programatically delete the default printer just as if you would right click on the default printer ICON in the Printers dialog box and select the delete option. I have tried all W... 14 Sep 2005 20:22
CreateFile with unicode (Hungarian) filenames
Hello, This post is regarding a problem I am experiencing opening files with Hungarian letters in the file name. I am using CreateFile with UNICODE and _UNICODE defined in my VC6.0 projec, running Windows XP Pro, with U.S. English code page. This is my test app: int _tmain(int argc, LPTSTR argv[]) { TCHA... 14 Sep 2005 14:41
First  |  Prev |  Next  |  Last
Pages: 54 55 56 57 58 59 60 61 62 63 64 65