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...
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...
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...
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
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...
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
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...
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 :=...
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)...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.