Documents And Specifications
Forum Post

Re: "Decompliling" C++ Code? Possible To Get Into An Exe File

You need a good debugger for this. IDA PRO comes to mind, but it cost money. Try to get a trial version - it may work for 30 days or so. Best free debuffer for Win32 is OLLYDBG. Google for it and get...
Forum Post

Re: opening a file from the disk and putting it in a structure

Try this: 1. Get the full path to the program EXE file. In Win32 use GetModuleFileName() function. You get back a string with something like this: "C:\Dir1\Dir2\Dir3\Program.EXE" 2. Cut off...
Forum Post

Re: GetDIBits failing problem

I fixed some of the code (see RED). Not sure what exactly do you need. If you need the contents of client area, then you need to use GetClientRect and not GetWindowRect. However, if you need to...
Forum Post

debug c++ visual studion and c++ builder

hello i make dll in vc++ 10 i import the dll into borland now i see the program run but cant debug i try to set in vc start program the name of the exe in borland but still cant debug any help ?
Forum Post

Re: picture display in c++

It depends on a type of a picture, for BMP you need to use BitBlt API, but for JPEG, PNG and others - you need IPicture interface: http://msdn.microsoft.com/en-us/library/ms680761(VS.85).aspx I...
Forum Post

Re: Press <ENTER> to continue in C

Use the same compiler on a server which you use on your system. Or simply move the ready EXE file from your system to the server, so there is no need to compile it.
Forum Post

Re: C++ program crashed upon close

VB6 is even more prone for that kind of stuff. :-) So, before the same machine was not crashing and now it is crashing? Then recent upgrades caused this. Try to run it in NTSD debugger: open Command...
Forum Post

Re: VC++ .exe has encountered a problem

Please provide more details. What is exact name of EXE file? What is the version of Windows? What is the version of VC++?
Forum Post

Detection of USB device connect and discoonect in vc++ DLL Pin

Hi, I want a notification for the usb device connection and disconnection in vc++ DLL. I am implementing J2534 DLL in that i want a notification for usb device connect and disconnect. I read...
Forum Post

Detection of USB device connect and discoonect in vc++ DLL

Hi, I want a notification for the usb device connection and disconnection in vc++ DLL. I am implementing J2534 DLL in that i want a notification for usb device connect and disconnect. I read...
Forum Post

Re: Sound Output from C?

Hey can you please post that c program that plays wav files ?
Forum Post

Inter calling DLL's

I am upgrading a legacy project with 2 levels of DLL. DLL-A is low level hardware action DLL. DLL-B Calls Entry into DLL-A and other processing bit. user can call either DLL-A or B Originally...
Forum Post

SOAP XML WebService

I need a simple example of how to use the SOAP server application in C++ Builder I have used the WSDL importer (which worked great) It creates a Webmodule1 with 3 components on it 1....
Forum Post

call exe

please tell me the way to call exe placed in ssytem32 folder with use of shellexecute command in vc++, without specifying path of file. Instead of path i want to call file with %systemroot%\\.......
Forum Post

Problem while code integration in Visual C++ .net framework.

Hi friends, there is a project which contains more than 10 small projects. These projects contains their respective exe's. Each project has some dlls to perform particular operation. Each dll is...
Forum Post

Windows notifier

Hi, I would like to create an application that could be launched by clicking an icon in the task bar (near windows clock). Any idea? Thanks
Forum Post

Re: RPG team looking for a few good programmers

new to the board, but yea I'm interested but this would be very challenging for me. I just completed a C++ course where we were required to program an Asteroid game from scratch. Its not much but...
Forum Post

Re: Problems with creating a DLL file in C++

Thanks for that, I've solved the problem now. It was basically the use of the C-style memory allocation routines in constructors which was causing the problem, so I've just copied the constructor...
Forum Post

Re: Problems with creating a DLL file in C++

Follow these rules (download a doc to read these): http://www.microsoft.com/whdc/driver/kernel/DLL_bestprac.mspx
1 2 3 4 5 6 16 26 36 46  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.