Documents And Specifications
Language
Platform
Any
License
Any
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...
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...
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...
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 ?
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...
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.
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...
Please provide more details. What is exact name of EXE file? What is the version of Windows? What is the version of VC++?
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...
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...
Hey can you please post that c program that plays wav files ?
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...
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....
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%\\.......
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...
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
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...
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...
Follow these rules (download a doc to read these):
http://www.microsoft.com/whdc/driver/kernel/DLL_bestprac.mspx