Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gjcsot
  • Order by date
  1. gjcsot

    removing files from module error

    I am using CVSNT and TortoiseCVS which all seems to work fine but I am having a problem when I try removing files from a module. I have tried various methods of removing the file but they all come up with the same error: Removing file.ext; cvs.exe [commit aborted]: end of file from server...
  2. gjcsot

    Problem with the repaint of a child window client area

    I've create a dialog window which is member of the CView class, I have then Created a second dialog window which is a Child of the first dialog. On the OnDraw method of the CView class I position the first Dialog relative to the main window using MoveWindow and position the second dialog to...
  3. gjcsot

    why is my code faster on a Centrino vs 3Ghz P4?

    It is useful as the benchmark code is exactly what I want to machine to do, I just wanted to understand why!
  4. gjcsot

    why is my code faster on a Centrino vs 3Ghz P4?

    I had assummed that the P4M was the same thing as the centrino. The data in the code is store in arrays one of them being a square array of 512x512 floats which I would assume wqould be store in the RAM so the bus speed is important I guess. But I still don't understand why the P4 3GHz is...
  5. gjcsot

    why is my code faster on a Centrino vs 3Ghz P4?

    I have a bit of benchmarking code which envolves multiple loops. At the core of each loop are some floating point divides, multiplcations and MACs. I have found that the laptops with centrino chip sets are faster than any other processors including fast desktops (3Ghz P4). It doesn't seem to be...
  6. gjcsot

    Editing the String table - IDR_MAINFRAME

    How do I add list items to the open file window using the IDR_MAINFRAME String. At present it looks like this Programme name\n\nProgramme\text Files (*.txt) \n.txt\ntext\ntext Files Which gives me a list containing: text Files (*.txt) All File (*.*) I need to add more item (for example log...
  7. gjcsot

    How do you customise file open and file save browse windows?

    I what to customise OnFileOpen() so I can change the file filter to a list of my choicing but I can't find any help on this. I also want to do the same for the save browse window by customising OnFileSaveAs but this does even appear in the help files? Can you point me to where I can find out...
  8. gjcsot

    Help on CWinApp::DoPromptFileName

    I'm using Visual C++ version 5 and I wish to edit the file extension options shown in the standard FileOpen dialog (that appear on the OnFileOPen Commard) so that there is a list of different file extension, but they appears to be no help on the CWinApp::DoPromptFileName operation. Can you...
  9. gjcsot

    Editing AfxCore.rtf using latest versions of word

    I am using Visual C++ 5.0 and wish to edit the Afxcore.rtf help files created for you by the developers studio using word. I have tried using both office 2000 and XP and both save the rtf in a wrong format and I get the following message on complying the project after saving: hlp\BL_L.hpj(1) ...

Part and Inventory Search

Back
Top