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 SkipVought 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: *

  1. CrazyScorpion

    Accessing Windows API functions from Delphi

    I need to know how to: create / delete directories (folders) with the Windows API from Delphi. create / delete / move files with the Windows API Of course, I prefer to do all this within the Delphi IDE, but I cannot find the commands to do so within the help file. BTW, I'm using Delphi 4...
  2. CrazyScorpion

    Assembly books?

    This is really 3 questions in one? Anyone know of a book that.... teaches Windows assembly language? advanced graphic routines (morphing, frame animation, character animation, etc.) (no boxes, circles) speed optimazation. mixing assembly with c++ Thanks in advance.
  3. CrazyScorpion

    CString help

    BTW, SDowd, I'm not sure if I'm using AFX.h or not! I'm basically an C++ Builder coder, and havn't yet learned all the options that Microsoft offers me as yet!
  4. CrazyScorpion

    CString help

    Thanks guys I'll try to download the WTL. Are there any advantages to using that dll compared to MFC.
  5. CrazyScorpion

    CString help

    The version of VS I'm using is VS 2005 Express I'm trying to create a string object using the CString keyword. The syntax is womething like the following: CString Objective; The compiler errors I'm receiving are: 1>c:\users\gary\documents\visual studio...

Part and Inventory Search

Back
Top