First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
WinHttpOpen while using using a Proxy
Language: VC6 I'm using WinHTTP, direct API, and cannot use anything else, so please don't tell me to use some other API process. I have code to use a proxy however, I dont have a proxy to test with yet, so I'm preparing the code but not clear if it's correct. When using the proxy, I have the following. ... 23 Apr 2008 23:40
App built by VS2008 causes "side-by-side configuration"-error in Vista
I created a simple service with VS2008. The output binary worked fine on XP, but when I test it on VISTA (Ultimate), it spat out following error message. ==== "The application has failed to start because its side-by-side configuration is in correct. Please see the application event log for more detail." ==== ... 26 Mar 2008 11:19
VirtualAlloc,GlobalAlloc,HeapAlloc,..what to use in my case,...
Hi, i have a application that reads a unknown bunch of files to a block of memory, handles them and finally frees the memory. For now, i work with VirtualAlloc, but i get after processing ~250 Files a GetLastError=8 for any memory request, even i know that memory has been released with VirtualFree=TRUE. Why is ... 11 Mar 2008 12:54
Warnings about deprecated / insecure function usage
When building some portable cross-platform code in a .cpp file, I get the following warning at build time: c:\projects\test01.cpp(887) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help fo... 6 Mar 2008 18:50
Problem when defining my own string.h
Hi, I'm having a weird problem when using Visual Studio. I'm creating a small library with different utility classes. Thing is that everything compiles ok, but when I create a string.h / string.cpp files, I get the following errors: *** \microsoft platform sdk for windows server 2003 r2\include \guiddef.h(16... 29 Feb 2008 18:43
error C2065: 'PROTECTED_DACL_SECURITY_INFORMATION' : undeclared identifier
The following is ok ::SetSecurityInfo(hProcess,SE_KERNEL_OBJECT,DACL_SECURITY_INFORMATION ,NULL,NULL,pAcl,NULL) but error C2065: 'PROTECTED_DACL_SECURITY_INFORMATION' : undeclared identifier ::SetSecurityInfo(hProcess,SE_KERNEL_OBJECT,DACL_SECURITY_INFORMATION | PROTECTED_DACL_SECURITY_INFORMATION,NULL,N... 18 Dec 2007 19:56
Fatal error LNK1104:File "C:\Programme\Microsoft.obj"can not be opened!!
I'm trying to access a device connected to my computer.More precisely I'm trying to send some voltages to the pins of a high amplifier unit.In order to do that I wrote a dll and by compiling I'm always getting the error message: Fatal error LNK1104:File "C:\Programme\Microsoft.obj"can not be opened!! althoug... 22 Nov 2007 03:44
Module definition file
Hello everyone, The PRIVATE keyword of module definition file (.DEF) means, http://msdn2.microsoft.com/en-us/library/hyx1zcd3(vs.80).aspx -------------------- The optional keyword PRIVATE prevents entryname from being placed in the import library generated by LINK. It has no effect on the export in the im... 22 Nov 2007 01:30
CFtpConnection GetFile cause memory leaking. Why?
I'm trying to use CFtpConnection GetFile to download files from a WS_FTP server. I found if I download 1000 files (Size from 17KB to 25KB ), it can cause about 10M memory leaking. When I commented out the GetFile( ) line, there was no memorry leaking. WHY? Following is part of my source code: try ... 10 Nov 2007 07:47
Volume Shadow Copy - BackupComplete and VSS_E_BAD_STATE
Hello! I'm using and testing VSS both on Xp and 2003. I use CreateVSSBackupComponents(); InitializeForBackup(); SetBackupState(); GatherWriterMetadata(); StartSnapshotSet(); AddToSnapshotSet(); PrepareForBackup(); DoSnapshotSet(); GetSnapshotProperties(); VssFreeSnapshotProperties(); BackupComplete(); ... 23 Oct 2007 05:50
First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35