Search found 104 matches

by webmasta
Fri Jan 04, 2008 11:57 pm
Forum: General
Topic: Textpad 503: Error when double clicking associated files
Replies: 2
Views: 1358

Textpad 503: Error when double clicking associated files

WinXp pro.

1/ Double clicking associated files result in TP 503 opening the file followed by a windows alert claiming:

"Windows cannot find the file... Make sure you typed the name correctly and then try again. To search for a file, click the start button and then click search"

But the file is ...
by webmasta
Sat Mar 05, 2005 9:08 pm
Forum: General
Topic: .net compiler
Replies: 19
Views: 17569

ok, and thnx for the interest... I gave up trying to get TP to compile my code /

My apologies, I also just realized we are doing different languages .. I am doing C#, I think you are persuing C++, no?.

/Pete
by webmasta
Thu Mar 03, 2005 3:55 pm
Forum: General
Topic: .net compiler
Replies: 19
Views: 17569

ummmm, your code dont seem familiar and it doesnt compile from the cmd prompt , you might want to check that syntax again.

This is correct AFAIK: public class FirstClass
{
public static void Main()
{
System.Console.WriteLine("Hello World");
}
} I tried compiling yours from TP and got ...
by webmasta
Thu Mar 03, 2005 11:45 am
Forum: General
Topic: .net compiler
Replies: 19
Views: 17569

hmmm... heres my hello world public class FirstClass
{
public static void Main()
{
System.Console.WriteLine("Hello World");
}
} And heres my results: Microsoft (R) C/C++ Standard Compiler Version 13.10.3077 for .NET Framework
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved ...
by webmasta
Thu Mar 03, 2005 10:48 am
Forum: General
Topic: .net compiler
Replies: 19
Views: 17569

Good one!

That quote must have come from when I copied the path from the tut as it was exactly the same path as mine... now it executes without error but still not compiling .. strange, it compiles from cmd.


Microsoft (R) 32-bit C/C++ Standard Compiler Version 13.10.3077 for 80x86
Copyright (C ...
by webmasta
Thu Mar 03, 2005 10:24 am
Forum: General
Topic: .net compiler
Replies: 19
Views: 17569

Ya .. paths are quoted in the parameters field:

-I�C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include� -EHsc -c $File

-LIBPATH:�C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib� -LIBPATH:�C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 ...
by webmasta
Thu Mar 03, 2005 10:00 am
Forum: General
Topic: .net compiler
Replies: 19
Views: 17569

Its a darn good tut on how to configure TP, but I simply cant get it to work the way it should, I keep getting the errors below and all the paths etc are correct - although the same program compiles and runs ok from the command prompt.. :?

Closing TP and reopening with the .cpp file loaded will ...
by webmasta
Fri Feb 25, 2005 4:21 am
Forum: General
Topic: Two Issues : Multiple instances
Replies: 7
Views: 2904

Just as I thought, 30 mins ago when I submitted the previous post I was able to overwrite the dll, now I cant.. but the dll hasent been changed back... Yet.

This may be related to the Panda doing some bg work and locking down dll files... who knows?

/Pete.
by webmasta
Fri Feb 25, 2005 4:12 am
Forum: General
Topic: explorer hangs
Replies: 4
Views: 1832

I'll tell ya what I noticed after this last set of updates I did yesterday:

Apart from this issue with shellext.dll being replaced.

1/ I had IE set to empty cache on closing the browser... that stopped working and now I cant find back the option nowhere in tools/internet options. :x

2/ I have a ...
by webmasta
Fri Feb 25, 2005 3:43 am
Forum: General
Topic: Two Issues : Multiple instances
Replies: 7
Views: 2904

Could that be running some file protection system on your little desktop mainframe and thus restoring the dll?

Desktop mainframe .. good one... and that prompted me to go into msconfig and disable each startup item in turn, reboot and try replace.

Seems like theres an item called Inicio.exe ...
by webmasta
Thu Feb 24, 2005 8:14 pm
Forum: General
Topic: Two Issues : Multiple instances
Replies: 7
Views: 2904

I replaced shellext.dll as suggested and all worked fine until today.... now the old behaviour is back opening files in the tabbed interface using the context menu.

On checking the TP\system folder I see that the old dll (48kb) is back.. :shock: I did not put it back nor restored system etc ...
by webmasta
Wed Feb 23, 2005 12:10 am
Forum: General
Topic: Reg file warning
Replies: 3
Views: 569

Thnx.. I understand the gist of it but surely I am totally lost which font to use for .reg files so it opens correctly - currently its set to Courier New.

/Pete.
by webmasta
Mon Feb 21, 2005 2:36 pm
Forum: General
Topic: Reg file warning
Replies: 3
Views: 569

Reg file warning

Trying to open my entire reg file I get the warning :

'file.reg contains characters that do not exist in code page 1252 (ANSI - Latin1). They will be converted to the system default character, if you click OK'

This seems to happen only with the entire registry file, cos I have edited snippets from ...
by webmasta
Mon Feb 21, 2005 2:18 pm
Forum: General
Topic: Two Issues : Multiple instances
Replies: 7
Views: 2904

Steve:

Ok that worked for opening multiple files via the context menu, however doesnt work if I double click each file - which I can live with.

This used to work like a charm in win98, this new machine is XP pro with tons of space and 2GB dual channel Ram/ double processors x 2660 MHz each ...
by webmasta
Mon Feb 21, 2005 2:50 am
Forum: General
Topic: Two Issues : Multiple instances
Replies: 7
Views: 2904

Two Issues : Multiple instances

Hi dudes:

How do I get multiple instances to run (yes the box is checked in preferences) -- I need to be able to click on different files in explorer and have them open in another instance instead of in the tabbed interface.

/Pete.