Search found 2 matches

by juanfdezgcia
Wed Jul 21, 2010 1:33 pm
Forum: General
Topic: TextPad opens automatically when starting Windows XP
Replies: 1
Views: 200

TextPad opens automatically when starting Windows XP

Maybe I should post this in a Windows XP forum, but I hope someone can give me a hand here :-)

I'm experiencing the following: each time I start my PC, which runs Windows XP Home Edition SP3, TextPad is launched automatically. I've checked the following files contained inside C:\WINDOWS\System32 ...
by juanfdezgcia
Mon Feb 02, 2009 11:11 am
Forum: General
Topic: Textpad can´t find Include files
Replies: 3
Views: 685

Well!, actually you should create not just one but two files:
a file called bcc32.cfg which has to contain the following 2 lines:

-I"c:\Borland\Bcc55\include"
-L"c:\Borland\Bcc55\lib"

a file called ilink32.cfg which have to contain the line:

-L"c:\Borland\Bcc55\lib"

Both files have to be ...