First  |  Prev | 
Pages: 25 26 27 28 29 30 31 32 33 34 35
GetFileVersionInfo example
Search keywords: GetFileVersionInfo example GetFileVersionInfo example C++ GetFileVersionInfo example Visual C++ GetFileVersionInfo example Visual C++ XP How to use GetFileVersionInfo How to get a file's version under Windows XP ---------------------------------------------------------------- It is based on ano... 5 Jan 2006 10:55
SetWindowsHookEx
hi here we go again with another question about system hooks... I compiled a dll and exported a function using a .DEF file. lets call it lib.dll . Inside my .exe i load the library and i call the exported call StartHook (see code below) Now the question i have is : What do i need to do to get notified fo... 29 Dec 2005 07:19
where is a copy of atlstr.h ??
Where does the header file atlstr.h reside? I can't find it, yet #include <atlstr.h> This line appears at the top of a sample thread program *and* it appears numerous times at the top of MS sample programs. Yet I can't find it anywhere! The lack of this header file, negates any effectiveness of the example ... 1 Jan 2006 14:43
Where can I download MSDN library for Visual C++ 6.0
Hi, My MSDN CD (disk 1 and 2) for Visual Studio 6 was damaged. Where can I download that document disks ? Thanks Tran Hong Quang ... 25 Dec 2005 09:34
ON_MESSAGE change from VC++ 6.0 to VC++ .net 2003 ?
I'm trying to compile a VC++ 6.0 project in my VC++ .net 2003 compiler. I opened the project and told it to convert it when it asked and did a compile. But I get 2 errors both on the same type of line. The errors are: c:\temp\ZipDemo\TextProgressCtrl.cpp(145) : error C2440: 'static_cast' : cannot convert fr... 3 Dec 2005 10:14
Invoking WebBrowser Object from a windowless application
Hello, I have a windowless application that runs as a process. This process needs to support HTML printing functionality. What are the possible options to print HTML file from a process? ShellExecute with option "printto" doesn't work for me because it pops up the printer dialog and my process can not have UI.... 7 Dec 2005 10:20
URLDownloadToFile
URLDownloadToFile is a blocking function. To avoid hang of GUI, if to make use of the URLDownloadToFile() callback, inside the callback, peek and dispatch messages waiting in the message queue, then continue processing. void OnProgress() { MSG msg; while (PeekMessage(&msg,0,0,0,PM_NOREMOVE)){... 6 Sep 2005 00:43
Weird behavior / bug(?) with VC++ Studio 2005 (Beta 2)
I am getting the following 2 error messages from the compiler: f:\development\projects 2005\fc\fc.cpp(296) : error C2664: 'wsprintfW' : cannot convert parameter 1 from 'LPSTR' to 'LPWSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast f:\... 16 Jun 2005 14:41
LNK2001
Hi, I have a project for a debugger which I want to recompile ***in file emu1_module1.asm, I have PUBLIC main_IT main_IT instr_properties <<0, 0, 0>, 0, 0> ;NN_null ***in file emu1.inc, I have main_IT equ ?main_IT@@3PAUinstr_properties@@A ***in file winNT_x86_emulator.cpp, I have extern instr_prope... 15 Jun 2005 10:06
__imp___CrtDbgReportW
Hi! I've got an unresolved symbol : __imp___CrtDbgReportW But I never use _CrtDbgReport... :-/ Here is my config : - VC8 Express beta 2 - Compiling in debug mode - Using /MDd (Multithreaded Debug DLL) - Using RTTI (/GR) - Project imported from VC6 and modified - <crtdbg.h> never included directly in the pr... 15 Jun 2005 06:54
First  |  Prev | 
Pages: 25 26 27 28 29 30 31 32 33 34 35