First  |  Prev |  Next  |  Last
Pages: 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
Recommendation needed for embedded scripting solution
Hi all I have an MS Visual C++ MFC application. I want to allow my users to write plug-ins to extend the app. I would like to expose a simplified version of my internal object model, so that users can manipulate my objects in the plug-ins. I am looking for a small-footprint, light-weight scripting languag... 20 Jan 2010 12:56
Video Card Performance Characteristics Effecting Text Glyph Rendering?
I want to understand the specification details of video cards so that I can choose one that provides the fastest glyph rendering. My current guess is that memory throughput (bandwidth) is one of the most important aspects of video card performance. What am I missing? ... 20 Jan 2010 09:32
Load a DLL procedure
Hi, I am having difficulties to load some procedures from a certain DLL. While I am able to load couple of them, I fail on some others. For example, I succeed to load lr_message procedure: ---------------------------------------------------------- From the DLL h file: #if defined(cplusplus) || defined(__cp... 18 Jan 2010 14:18
Dialog Editor display slightly different than app's
When I use the Dialog Editor in VS2005, the editor displays buttons with rounded corners and group boxes with text in blue. When the MFC application is run, the same dialog displays buttons with square corners and group boxes with text in black. Also, the font size is slightly different. Is there a way to make t... 20 Jan 2010 16:20
Visual Studio Setup project. Vista and Xp differences
Question 1: I develop on Vista and my project consists of myExe.exe and myProj.dll. I use Visual Studio 2008's Setup Project to produce setup.exe and .msi. It installs and works on other Vista systems but on Xp systems, it installs but upon launch I get 'procedure entry point _ftol2 not found' errors. Not s... 15 Jan 2010 19:27
How to get the count of kernel object?
Hello all: I want to know How to get the count of kernel object? For example:When several processes open the same DLL file, I want to know the count��How to do? Thank you very much. ... 15 Jan 2010 09:22
Anyway to change app's foreground-background state?
When a windows app in foreground, it's title bar and taskbar label become blue, and in background, become gray. Now I want to customize my app's appearance, when my app in background state, I hope it's title bar is still blue(just like in foreground state). I hope it needn't me to draw the title bar myself. ... 15 Jan 2010 02:51
EnumDisplayDevices("\\\\.\\DISPLAY1") fails under VirtualPC
DISPLAY_DEVICE dd2; dd2.cb = sizeof DISPLAY_DEVICE; EnumDisplayDevices("\\\\.\\DISPLAY1", 0, &dd2, 0)) // Returns 0 under VirtualPC 2007! However, if I call the function with the first parameter set to NULL it succeeds. Is this by design? In native OS it works ok for both... Thanks! ... 14 Jan 2010 14:42
Reading Unicode text files.
I am getting increasingly frustrated at the shortcomings of CStdioFile for reading Unicode text files (unless I've missed something). I've found a nice looking class on CodeProject <http://www.codeproject.com/KB/files/textfiledocument.aspx> but it is several years old. Has something been introduced into MFC... 15 Jan 2010 19:27
First  |  Prev |  Next  |  Last
Pages: 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62