Custom Query (44 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 44)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#26 invalid Redirection issues Steven Levine Lewis Rosenthal
Description

From CMD.EXE, running the following command results in the expected output:

DumpIDE b > report.dumpide

 2-09-14  13:39           6,336      0  report.dumpide

However, from 4OS2.EXE, we get a 0-length file:

 2-09-14  14:17               0      0  report.dumpide

I have tried all manner of stderr, stdout, etc. which come to mind, but no matter what I try, I cannot redirect the output of this particular executable to a file under 4OS2.

For reference, the verison of DumpIDE.EXE I am using is:

Signature: @#slainc:0.1#@##1## 2012/10/12 01:00:00 slamain::EN:US:0:U :@@dumpide utility (c) 2006 Daniela Engert, Copyright (c) 2012 Steven Levine and

Associates, Inc. All rights reserved

Vendor: slainc Revision: 0.01 Date/Time?: 2012/10/12 01:00:00 Build Machine: slamain Language Code: EN Country Code: US Uniprocessor only File Version: 0.1 Description: dumpide utility (c) 2006 Daniela Engert, Copyright (c) 2012 Steven Levine and A

FWIW, pipe doesn't seem to work, either:

[c:\os2\apps\dani]type report.dumpide | grep 3249
18:00.00  1106:3249  IRQs: PCI:11 PIC: 0 APIC: 0
Found native mode VIA VT6421 SATA (1106/3249 rev 50) on 18:0.0
VendorID 1106, DeviceID 3249, Subsystem VendorID 1106, DeviceID 3249

[c:\os2\apps\dani]DumpIde.exe b | grep 3249

:-)

#23 invalid Problems compiling when set makeshell= sh.exe Tellie
Description

Hi I have also set the set CDPATH=.;..;..\..; in my cmd file, as Andy told me to do. also i have set makeshell= sh.exe

When i compile a program i all-ways see:

"c:\usr\share\qt4\mkspecs\os2-g++"\runmapsym.cmd "c:\usr\share\qt4\mkspecs\os2-g++"\wmapsym.cmd opentail.map opentail.sym c:\usr\share\qt4\mkspecs\os2-g++runmapsym.cmd: not found make.exe: * [opentail.exe] Error 127

also when i run make clean i get:

[n:\qt_src\opentail]make clean del moc_mainwindow.cpp moc_tailwidget.cpp moc_highlighteditor.cpp moc_traylauncher.cpp moc_settingsdialog.cpp whighlight.cpp moc_filelist.cpp moc_QRecentFilesMenu.cpp moc_smtp.cpp moc_fileinfoframe.cpp >nul 2>&1 del: not found make.exe: [compiler_moc_header_clean] Error 127 (ignored) del qrc_Icons.cpp qrc_TextFiles.cpp qrc_translations.cpp >nul 2>&1 del: not found make.exe: [compiler_rcc_clean] Error 127 (ignored) del ui_mainwindow.h ui_highlighteditor.h ui_settingsdialog.h ui_newhighlight.h ui_fileinfoframe.h >nul 2>&1 del: not found make.exe: [compiler_uic_clean] Error 127 (ignored)

and sometimes i also see a : SYS0003: The system cannot find the path specified.

If i do same building but then i have Set makeshell=cmd.exe Then it's building fine .. No error about the : c:\usr\share\qt4\mkspecs\os2-g++runmapsym.cmd: not found or the DEL not found or a sys003 error.

#4 fixed TitleIsCurDir=No - does not work somebody andi.b
Description

There are a couple of issues with your TitleIsCurDir? mods. It appears that the OptionIsCurDir? setting is not always honored. With 4os2.ini set to

TitleIsCurDir?=No

try

start "xyz"

Part of the reason this occurs is because you are using gpIniptr->ChangeTitle? before the default ini file has been processed. However, correcting this may not be sufficient to resolve the issue. I need to do more testing.

Also, both title_cmd and window_cmd should should restore gaInifile.TitleIsCurDir? to its initial value before exiting. It might be better to localize the setting by passing it to update_task_list() as an argument.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.