Hey I need to get the size of a virtual memory page. I am creating a small memory tool that needs to align some blocks in order to efficiently protect them. So far it's working fine, assuming the...
Curiously it doesn't work. I had (and still have) the same predicament.
Thanks to a class from CodeProject ( http://www.codeproject.com/KB/dialog/scrolling_support.aspx?fid=195884 )
I almost got...
Hey. I am trying to create a multi-language MFC application, with languages changed at runtime, because, it being freeware, I will count on users to translate the program. Now I am aware of the...
Hey, I'm developing a program that uses two pretty big memory mapped files. One 512 mb and one 256 mb. It works fine with Windows Vista (32 and 64 bit) and Windows XP 64 bit, but when ran under 32...
I have a mfc sdi application without a doc/view architecture. The "view" is derived from CWnd. When the user right-clicks on the view a popup menu is created. Some commands of the popup menu might...
Take a look at SciTE. It's my personal favourite. Fast, simple with some pretty nice features for a developer (like syntax highlighting, code completion and integration with a lot of compilers and...
Take another look at the problem and at the sample i/o :) By 'split' I meant a pure geometrical split. Inserting spaces in the appropriate places if you like
There are several extensions for visual studio that enable the environment to behave in a special way for file types different from the original ones that it supports (cpp, bas, cs ......
This particular software is an internal company tool that will operate with huge, GIGANTIC even, data and we prefer for it to work straight 10 days, rather than 11. So no users will complain about...
About the dlls.
Unfortunately with this program, speed is of the utmost essense, and dll files give a good 2-3% overhead when being executed.
Anyway a 9mb executable file is not a very disturbing...