Search found 6 matches

by johnsea
Mon Aug 07, 2006 6:36 pm
Forum: Comments and Suggestions
Topic: Navigator Class function display feature
Replies: 2
Views: 12407

Navigator Class function display feature

It would be nice to group the functions displayed in the Navigator Classes tab by file group.

Currently, when clicking on the Navigator Classes tab, all function in the project are displayed. Giving the user the obtion to display all functions or only those functions based their location in a file ...
by johnsea
Mon Aug 07, 2006 6:29 pm
Forum: Reporting a Bug
Topic: underscore '_' disappears in comment line
Replies: 1
Views: 10319

underscore '_' disappears in comment line

If I make a comment line with either // or /* */ any underscores '_' in that line are displayed as spaces. If I remove the // or /* */, the '_' is displayed correctly.

for example:

// this has underscores

this_has_undersores
by johnsea
Fri Aug 04, 2006 5:25 pm
Forum: Comments and Suggestions
Topic: Color code comments
Replies: 1
Views: 10078

Color code comments

I think that functions should have the capabilty to be color coded/hightlighed.
by johnsea
Fri Aug 04, 2006 3:09 pm
Forum: Reporting a Bug
Topic: .c files are not added to the source file directory
Replies: 1
Views: 10240

.c files are not added to the source file directory

Right-clicking on Project and then adding my source files does add the files in the Project but I was expecting the files to be added to the source file directory.

I tried to drag the files into the source file directory but drag and drop does not function.

I have to remove the files and then ...
by johnsea
Fri Aug 04, 2006 2:45 pm
Forum: General
Topic: doskey.exe application error in a batch file
Replies: 3
Views: 15041

Thanks for the reply.
After analyzing the batch file, I realized that the doskey command was not needed.

This batch file was obtained from the Microsoft DDK and was used to setup the environment. I used it to setup the environment and compile my driver. Doskey.exe was not needed.
by johnsea
Thu Aug 03, 2006 11:43 pm
Forum: General
Topic: doskey.exe application error in a batch file
Replies: 3
Views: 15041

doskey.exe application error in a batch file

I do not know if this is a configuration problem or a bug.

I setup my project using project option to run a .bat file that does stuff to compile my project. This .bat file has been used for years on NT, 2000, and XP with no problems.

Everytime I build the project I get this doskey.exe ...