9,867,109 members (38,931 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
22 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 1
Page Size:
10
·
25
·
50
Author filtered by: gssajith87
[x]
WriteFile Failure with error code 87 in 4096 Bytes per sector Disk
by
gssajith87
Answer
14 Apr 2013
license:
CPOL
Hi Thanks all,I was passing the handle to writeFile which was created by CREATEFILE with FILE_FLAG_NO_BUFFERING attribute, MSDN has clean link saying that, if i have a handle passed to writefile with FILE_FLAG_NO_BUFFERING , i should pass the input buffer equal or multiples of the Harddisk...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Windows
Win32
disk
os
VC++
break-point will not currently be hit. Invalid file line : nnnn
by
gssajith87
Answer
23 Mar 2013
license:
CPOL
Whenever you have a new piece of code added to the existing code that you are debugging, First thing is you should build the Solution once again and continue to debug.In case if you are debugging a exe that is running from a different location than that of your Project Folder, For...
General Programming
»
Uncategorised Quick Answers
»
General
VC6
VS2005
C++
C++
Visual-Studio
VC++
Debugger
PBYTE has 16 Bytes of Junk values.
by
gssajith87
Question
23 Mar 2013
license:
CPOL
PBYTE m_pSectorBitmap = new BYTE[512];memset(m_pSectorBitmap, 0xFF, 512);For the above code snippet, i am expected to get a BYTE array with FF upto 511 positions, But for some reasons i am getting another 16 Byte that is I am getting 511 BYTES of FF and another 16 Bytes of JUNK values....
General Programming
»
Uncategorised Quick Answers
»
General
C++
C++/CLI
Win32
Visual-Studio
VS2010
VC++
Need a Device Driver [Filter Driver] Programming Book
by
gssajith87
Answer
20 Mar 2013
license:
CPOL
"Windows NT File System Internals" seems to be helpful
General Programming
»
Uncategorised Quick Answers
»
General
C++
C
Driver
Device
drivers
Need a Device Driver [Filter Driver] Programming Book
by
gssajith87
Question
20 Mar 2013
license:
CPOL
Can Some One suggest a good Filter Driver Programming Book to purchase.Thanks in advance.-Sajith
General Programming
»
Uncategorised Quick Answers
»
General
C++
C
Driver
Device
drivers
Parsing MFT using Logical Volume Offset
by
gssajith87
Question
18 Mar 2013
license:
CPOL
Hi ,I am trying to Relate Volume offset with the MFT Record. Need help and suggestion on the same. This is what i am trying to do exactly., I have a Metadata File that have entry say 1's and 0's for every 4096 bytes in a volume. Now i need to find out the file name where the 1's...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C++/CLI
Windows
disk
os
WriteFile Failure with error code 87 in 4096 Bytes per sector Disk
by
gssajith87
Question
5 Mar 2013
license:
CPOL
WriteFile() Win32 call with input buffer size = 512 Fails., when i try to write to the disk that has bytes per sector = 4096.[3 TB disk]. Same WriteFile with input buffer size = 4096 works fine., Can any body explain this behavior.ExplanationThis what the call is.,res &=...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Windows
Win32
disk
os
VC++
DecodePointer could not be located in kernel32.dll Windows 2000 Server
by
gssajith87
Question
29 Jan 2013
license:
CPOL
My Application is compiled in VS2010 [c++]. Starting the application in Windows2000 Server Sp4 throws error popup saying - "Decodepointer could not be located in kernel32.dll". Google did not help. Have any one seen such problem before. All suggestions are welcome and...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C++/CLI
Windows
Visual-Studio
VS2010
DLL
Server
Kernel
HeapSetInformation entry point not found in kernel32.dll windows2000 server sp1
by
gssajith87
Answer
24 Jan 2013
license:
CPOL
Thanks for your time Matthew..I updated my Operating System to Windows 2000 SP4, applied the specified roll up package in this link - [^]. Now the application is working fine.-Sajith
General Programming
»
Uncategorised Quick Answers
»
General
C++
C++/CLI
Visual-Studio
VS2010
DLL
Server
os
HeapSetInformation entry point not found in kernel32.dll windows2000 server sp1
by
gssajith87
Question
23 Jan 2013
license:
CPOL
Hi,I am running OS windows 2000 sp1, when i run my application i am getting the error Heapsetinformation entry point not found in kernel32.dll., MSDN has provided a rollbackup update for windows 2000 sp4, which is not working in my OS [sp1]. Any suggestions on this.,Thanks,Sajith
General Programming
»
Uncategorised Quick Answers
»
General
C++
C++/CLI
Visual-Studio
VS2010
DLL
Server
os
Exclusion of Writer Components from a shadow Copy - Is it compulsory ?
by
gssajith87
Question
20 Dec 2012
license:
CPOL
In Vshadow.exe , when trying to create a shadow copy, there is procedure that excludes Writer Components from the shadow copy.Is this exclusion of writer component a necessary step during a backup operation that relies on Volume Shadow Copy Service ? What are the effects if this process of...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Windows
os
Virtualization
Backup
VSS
Debug compiled works, Release compiled code has issue.
by
gssajith87
Question
7 Dec 2012
license:
CPOL
Greetings,A same code that is compiled using vs2010 c++ compiler, in debug configuration performs its functionality but release configuration compiled code fails to perform the function. In general case, can some one discuss on what scenario leads to such situation.Thanks.
General Programming
»
Uncategorised Quick Answers
»
General
C++
VC++
Assigning String to Another String causes Access Violation
by
gssajith87
Answer
4 Dec 2012
license:
CPOL
Thanks All, i finally got it fixed, i changed setStringValue to take char * as argument. char *buff; void setStringValue(char *buffText) { buff = new char[strlen(buffText)+1]; memset(buff, 0, strlen(buffText) +1); memcpy(buff, buffText, strlen(buffText)); } Note to...
General Programming
»
Uncategorised Quick Answers
»
General
C++
VC++
Assigning String to Another String causes Access Violation
by
gssajith87
Question
4 Dec 2012
license:
CPOL
Hi,This is a simple set Function, I am trying to set a string from one class to another class using a simple function.void setStringVariable(string stringtext){ m_stringTest = stringtext;}When I call the function, I get ACCESS_VIOLATION ERROR.I am confused, what is going...
General Programming
»
Uncategorised Quick Answers
»
General
C++
VC++
DLL calling Issue from VC++ Project
by
gssajith87
Answer
30 Oct 2012
license:
CPOL
Thanks for the response. We concluded to use, static library for one and dll for the other, that had no conflict.
General Programming
»
Uncategorised Quick Answers
»
General
C++
Visual-Studio
VS2010
DLL
DLL calling Issue from VC++ Project
by
gssajith87
Question
25 Oct 2012
license:
CPOL
I am having a bin folder in where my application.exe resides. My program uses, two dll with same name that has different exposed functions. I will be able to put only one dll in my bin directory. Renaming other DLL is not working. Any Suggestion on this scenario ?
General Programming
»
Uncategorised Quick Answers
»
General
C++
Visual-Studio
VS2010
DLL
Attach a Network adapter to VirtualBox using COM VBox API c++
by
gssajith87
Answer
21 Aug 2012
license:
CPOL
Finally, i found it for my self:INetworkAdapter *adpt = NULL; rc = iMachine->GetNetworkAdapter(0, &adpt); rc = adpt->put_Enabled(TRUE); rc = adpt->put_AttachmentType(NetworkAttachmentType_HostOnly); rc = iMachine->SaveSettings();This adds Host_only Network Adapter to the...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C++/CLI
Oracle
VirtualMachine
Virtualization
virtual-machine
VC++
Attach a Network adapter to VirtualBox using COM VBox API c++
by
gssajith87
Question
20 Aug 2012
license:
CPOL
Hi,I have created a Oracle Virtual Box Virtual Machine and was able to successfully boot it automatically using Virutal Box sdk using C++. I wish to attach a Network adapter and connect it to a Bridged Network during the automated create process. I am not able to find any working example of...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C++/CLI
Oracle
VirtualMachine
Virtualization
virtual-machine
VC++
GetVolumePathNamesForVolumeNam...
by
gssajith87
Question
24 Jul 2012
license:
CPOL
I have a c++ project [vs 2010 compiler]that uses GetVolumePathNamesForVolumeName function of kernel32.dll. As the function is not supported in windows 2000 server OS, i am not able to run my program in Windows 2000 Server OS. Any Suggestions on how to change the project settings or any code...
General Programming
»
Uncategorised Quick Answers
»
General
C++
DLL
VC++
Suggest VirtualBox Api function to check if the machine has booted successfully.
by
gssajith87
Question
29 Feb 2012
license:
CPOL
I am trying to check if the OS has booted up successfully in Oracle Virtual BOX using Virtual Box api . Out of the Virtual Box API functions, i found that GetGuestEnteredACPIMode is the one that returns True if the OS is running successfully and returns False if the OS fails to boot with errors...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C++/CLI
COM
virtual
VirtualMachine
Virtualization
virtual-image
TakeScreenShot Succeeds in Virtual Box COM API C++, How to Save Screen Shot?
by
gssajith87
Question
24 Feb 2012
license:
CPOL
Hi,I am trying to verify my vhd file . I use Virtual Box Com Api c++ to do the verification job. My requirement is, i want to create a vm using the VHD and check if it is booting up, take screen shot of the VM that is running and save the screenshot in a particular screen shot as jpeg, or...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C++/CLI
COM
Oracle
VirtualMachine
Virtualization
virtual-machine
Automation
vmware
Post Install alternative in inno Script Installer
by
gssajith87
Question
11 Nov 2011
license:
CPOL
I am using Inno Setup to build installer. I want to force user to install driver at the end of installation. My driver installation will prompt the user to restart the machine. If i use Post Install Flag in [Run] section, i am able to achieve it, but here i am giving an option for the user to...
General Programming
»
Uncategorised Quick Answers
»
General
MFC
All-Topics
installer
VC++
Page 1 of 1
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid