-
I thought that code looked especially like borland tasm. Well, I guess I look stupid now. I suppose it is possible the code got somehow reverted (argh), but the build file I have is still for nasm. I suppose it is possible I never got the EXE code to work with nasm so I must have put the TASM code back in since it was working. the documentation doesn't seem to work. supposedly you can load...
2010-01-04 03:52:28 UTC in The Netwide Assembler
-
I can't compile any of my old nasm code anymore.
there used to be a DOSSEG directive but not any longer. my code no longer compiles.
.code has been replaced with segment code so now my code no longer compiles.
hold to some collection of syntax so we don't have to keep rewriting all our code!
now to the real issues:
- the ..start: symbol is now documented but undefined.
- the...
2010-01-03 09:56:09 UTC in The Netwide Assembler
-
if you click on general, fill out v1 tags stuff, including the comment field, and click on copy from v1, the comment field gets copied into the Encoded field, which is probably wrong.
2009-12-17 00:51:17 UTC in Professional Tag Editor
-
at Tags.ID3.ID3v1.set_Comment(String value)
at TagInfoControls.SimpleTextInformation.OnCollectSingle()
at TagInfoControls.TagInfoUserControl`1.CollectData()
at TagEditor.iGeneral.OnCollectSingle()
at TagEditor.frmBase`1.btnOK_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at...
2009-12-17 00:49:13 UTC in Professional Tag Editor
-
at TagEditor.Templates.TemplateManager.ShowDialog(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message.
2009-12-17 00:43:43 UTC in Professional Tag Editor
-
it would be nice if
- the program would bring up the folder that it was working on last when it was shut down
- the file browser would remember the folder location it was at when it was last opened.
2009-12-17 00:39:10 UTC in Professional Tag Editor
-
I just checked out the command shell that was provided with cdrtfe 1.3.6 and it is not acceptable because the rest of the windows path and the old path is eliminated. please use the set path command I outlined. thanks.
you can expand the current PATH using %PATH% and separate paths using a semicolon (;) on windows machines - it is quite different from UNIX shells.
hope this helps.
2009-12-10 00:44:35 UTC in cdrtfe
-
could there at least be a checkbox in the installer to copy the cdrtools into the cygwin directory that is off by default? it won't cause any initialization errors there like it would have with my previous feature request. and it would be a benefit to those who need it.
2009-12-10 00:30:39 UTC in cdrtfe
-
for win9x/me:
%windir%\system\command.com /e:1024 /p /c batchfile.bat
for nt/2000/2003/2008/vista/7/xp
%SystemRoot%\system32\cmd.exe /k batchfile.cmd
or
%windir%\system32\cmd.exe /k batchfile.cmd
where the batch files contain at least
set PATH=c:\program files\cdrtfe\tools\cdrtools;c:\program files\cdrtfe\tools\cygwin;%PATH%
.cmd files allow for 2048-character command-lines and paths than...
2009-12-10 00:23:58 UTC in cdrtfe
-
regarding Feature Requests item #2867801, I have suddenly realized that implementing a cmd shell shortcut is NOT portable to win9x/me, because win9x/me only has command.com.
Also, x64 systems do not have command.com, only cmd.exe.
I still want to use this tool on win9x systems (and still intend to, and still do).
one of the tools I use commonly is mkisofs.
also, whenever anyone from the...
2009-12-07 06:27:41 UTC in cdrtfe