Search found 2 matches

by mary steiner
Wed Jan 05, 2005 6:52 pm
Forum: General
Topic: How to configure Textpad for Microsoft Visual C++ v.6.0
Replies: 2
Views: 2552

How to configure Textpad for Microsoft Visual C++ v.6.0

I didn't see any info on how to configure Textpad to Compile and Link a Microsoft Visual C++ v6.0 file.

Here was my attempt:

Compile C++ Settings (Add…Program)
Command: C:\Program Files\Microsoft Visual Studio\VC98\Bin\CL.EXE
Parameters: /I%MSVCDir%\INCLUDE $File
Initial folder: $FileDir ...
by mary steiner
Sun Oct 17, 2004 10:27 pm
Forum: Java
Topic: Does Textpad auto create an applet html if none exists?
Replies: 1
Views: 1233

Does Textpad auto create an applet html if none exists?

I searched the forums, but I didn't see this question:
Does Textpad automatically create an html file with the appropriate class name capable of running a Java applet if one doesn't exist?
When I run a Java applet with no html file, I get a popup dialog which
prompts me to select a html file. If I ...