You are not logged in -
nap
CSDb User Forums
Forums
>
C64 Coding
>
Relaunch64 Help
2009-01-26
18:53
FillmoreC
Account closed
Registered: Dec 2008
Posts: 7
Relaunch64 Help
Can anyone explain how to make the compile window stay open. If I have an error in my code, I don't know what line it is because the compile windows closes to fast.
I'm using 64tass with it.
... 10 posts hidden. Click
here
to view all posts....
2009-01-31
11:17
Devia
Registered: Oct 2004
Posts: 401
If you're already coding other stuff, that sort of indicates that you're already using different editors? Then I don't get why you're messing around with Relaunch64.. there are many far more superior editors which can do the exact same stuff and more!?
Relaunch64 is great for those not into PC code editors or coding other stuff in general, but it is pretty limited, imho.
I didn't bother reading that other thread too carefully, so excuse me if it's already stated there. I noticed some small compile helper scripts redirecting output to c64errors.txt file.. Just to make it clear for those NOT into the DOS/NT CMD:
>file.txt will redirect STDOUT to file.txt, overwriting anything in that file
>>file.txt will redirect STDOUT to file.txt, appending the output to the file.
1>file.txt is the same as >file.txt and 1>>file.txt is the same as 1>>file.txt
Replacing that '1' in 1>file.txt with a '2' will then redirect the STDERR stream. E.g. 2>file.txt will redirect STDERR to file.txt.
So to redirect both STDOUT and STDERR to the same file one could do: blah.exe someparam 1>out.txt 2>out.txt
Or you could redirect one stream to the other like: blah.exe someparam 1>out.txt 2>&1
- which gives the same result.
2009-01-31
11:21
SIDWAVE
Account closed
Registered: Apr 2002
Posts: 2238
I just like to use relaunch, i only set up to use acme, and then all works.
I know, Ultraedit has far more features, but i just dont need them.
Im a hard coder :)
2009-01-31
11:42
Marauder/GSS
Account closed
Registered: Jul 2006
Posts: 224
Quote:
I just like to use relaunch, i only set up to use acme, and then all works.
well, you're lucky... it doesn't work for me for some reasons here, hehe (c;
If I just only set up to use ACME, and compile a source which has errors, then it shows up the error-log window - fine. BUT when I correct the errors, save source and compile again it showed me same errors again, as the c64error.txt file still had them in, looked like relaunch didn't replace/redirect properly then when no errors occured. With my batch-files it works fine all the time...
[edit] just tested with your directory structure and only ACME, didn't work for me either and I didn't even get a error-log window... well, strange *gg*
@devia: ofcourse I know other editors etc. I'm just here trying to help the threadstartes like Knoeki/FillmoreC which have problems with Relaunch and which I can reproduce... and thanx for explaining the redirects to those who are not familar with DOS/NT CMD, I know them and my batch-files do exactly that...redirecting so it works, at least for me... (c;
and btw, Relaunch/ACME is fine for me when doing some quick stuff for c64...
Previous
-
1
| 2 - Next
Refresh
Subscribe to this thread:
You need to be logged in to post in the forum.
Search the forum:
Search
All forums
C64 Coding
C64 Composing
C64 Pixeling
C64 Productions
CSDb Bug Reports
CSDb Development
CSDb Discussions
CSDb Entries
CSDb Feedback
CSDb Info
CSDb moderators
CSDb Questions
Messages to moderators
Requests
for
in
Writer & text
Text
Writer
All times are CET.
Search CSDb
All
Releases
Groups
Sceners
Events
BBS
SIDs
-------
Forum
Comments
Advanced
Users Online
Thierry
Urban Space Cowboy
Meikel aka ZUX/Sparks
E$G/HF ⭐ 7
Guests online: 137
Top Demos
1
Next Level
(9.7)
2
13:37
(9.7)
3
Mojo
(9.7)
4
Coma Light 13
(9.6)
5
Edge of Disgrace
(9.6)
6
What Is The Matrix 2
(9.6)
7
The Demo Coder
(9.6)
8
Uncensored
(9.6)
9
Comaland 100%
(9.6)
10
Wonderland XIV
(9.6)
Top onefile Demos
1
No Listen
(9.6)
2
Layers
(9.6)
3
Cubic Dream
(9.6)
4
Party Elk 2
(9.6)
5
Copper Booze
(9.6)
6
X-Mas Demo 2024
(9.5)
7
Dawnfall V1.1
(9.5)
8
Rainbow Connection
(9.5)
9
Onscreen 5k
(9.5)
10
Morph
(9.5)
Top Groups
1
Performers
(9.3)
2
Booze Design
(9.3)
3
Oxyron
(9.3)
4
Censor Design
(9.3)
5
Triad
(9.3)
Top Original Suppliers
1
Derbyshire Ram
(9.7)
2
Fungus
(9.3)
3
Black Beard
(9.2)
4
Baracuda
(9.2)
5
hedning
(9.1)
Home
-
Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.034 sec.