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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dArktEmplAr

  1. dArktEmplAr

    I'm kinda new at Visual C++, getting a link error

    I haven't seen this, but I think that the answer to the problem lies in your question. Go to the project settings and in the link options, enter the following: /NODEFAULTLIB:MSVCRT Once again, I am not sure abt the answer ;) Coming to books, did you try the SAMS series, there should be books...
  2. dArktEmplAr

    Timer or Service to run

    I am not sure if I got it correct. Running a service is the best option, but is it going to be on the client machine? If so how many clients are there? How frequent are the upgrades? Are the clients in the same location or across the country? If you run it off the server, then you don't have to...
  3. dArktEmplAr

    NT is dead :((

    Tnx guys, I took the easy road out! I tried doing a repair, but the drive was not visible. I reformated the machine. I could log in, but then the computer does not respond to CTRL ALT DEL. I think that it was searching for some services on the D drive. Welcome to the Pythian Games! Long live...
  4. dArktEmplAr

    Please help!!

    I have never seen that, but did you try reinstalling? Are you working in the same login that you used for installing? Why did you have to make the cfg files, they are already there? Welcome to the Pythian Games! Long live Godess Athena! dArktEmplAr of Delphi Oracle
  5. dArktEmplAr

    Installing a project

    Use InstallShield to do this. Welcome to the Pythian Games! Long live Godess Athena! dArktEmplAr of Delphi Oracle
  6. dArktEmplAr

    NT is dead :((

    Hi, I have done a crazy thing! I wanted to install linux on my system and decided to use Partition magic 4.0. It just froze in between and I had to reboot the system. On turning on the system, it tells me that corrupted file or folder \$BITMAP and asks to run chkdsk. I am able to login to my...
  7. dArktEmplAr

    Is C++ is good for game developing?

    The borland compiler is free. Visit http://www.borland.com Welcome to the Pythian Games! Long live Godess Athena! dArktEmplAr of Delphi Oracle
  8. dArktEmplAr

    Problems Linking MS .lib - COFF2OMF is no help

    use the implib utility Welcome to the Pythian Games! Long live Godess Athena! dArktEmplAr of Delphi Oracle
  9. dArktEmplAr

    Windows ME & Delphi

    Windows ME *GOSH* is not an operating system. Get rid of it, then your computer will work fine. Use Linux, Win 2000. Resist XP Welcome to the Pythian Games! Long live Godess Athena! dArktEmplAr of Delphi Oracle
  10. dArktEmplAr

    Capture Cntrl-Alt-Del

    Oops! I didn't read your question fully, but hope the function helps. I am not sure what the aim of your program is, but if you want it to keep running, why don't you register it as a service, but in this way, it won't appear on the task list! var bbb : Integer; bbb := 0...
  11. dArktEmplAr

    Capture Cntrl-Alt-Del

    Hi, You can disable Ctrl+Alt+Del, Ctrl+Esc and Alt+Tab combinations by persuading Windows that a screen saver is running. Use the SystemParametersInfo Win API function. Example: procedure DisableCtrlAltDelete(bDisabled: Boolean) var lpvParam: Boolean; X: Long; begin X :=...
  12. dArktEmplAr

    Adding a shortcut to the startmenu???

    Hi, A shortcut is a shell link. A shell link is a data object that contains information used to access another object in the shell's namespace that is, any object visible through Microsoft Windows Explorer. To create a shell link and set the values use the following methods (functions)...
  13. dArktEmplAr

    Minimizng memory use

    I get only 520K in the RAM. Are you sure that you turned all the debug option? What abt linking without the debug symbols? Are the optimizations turned on? The executable is only 15K! regards Welcome to the Pythian Games! Long live Godess Athena! dArktEmplAr of Delphi Oracle
  14. dArktEmplAr

    NT User system.pas problem

    It is better to run Delphi in the same login as the one that you have installed, coz many features sort of disappear when you login as a different user, starting with compiling problems (system.pas not found, then ffmt.obj not found). The todo list, ability to develop console apps, ctrl+mouse...
  15. dArktEmplAr

    Where is Visual C++ download (CCE) version (free)

    I would suggest to download the Borland C++ compiler. It is free, but it doesn't have a IDE, but who the heck cares. If you have a text editor, it should be file. Check outwww.borland.com and go to the downloads section. HtH Welcome to the Pythian Games! Long live Godess Athena! dArktEmplAr of...

Part and Inventory Search

Back
Top