-
Ok, I can compile MBS files, create makefile, no problem with that.
Do I have to set project up with varkon UI?.
2008-02-19 14:42:55 UTC in Varkon
-
I'm programmer, and I'd like to use same work flow for CAD also.
Varkon is in theory perfect CAD for programmer, but unfortunately only in theory.
Normally I write code, and run compiler, and test does it work.
For Varkon, I have to use mouse enormous amounts:
- Open part, several mouse clicks
- Press MBS, editor opens. Edit & close.
- Get dialog saying 'compilation error'...
2008-02-04 11:09:07 UTC in Varkon
-
Logged In: YES
user_id=162595
Now finally got 1.1.3 running. Problem still exists, it's
unusable over remote X11.
2004-05-20 06:58:41 UTC in GOPchop
-
Any ideas how secure DIBS is? I'm concerned might there be some remote hole which someone uses for breaking in to my computer. Firewall would be one solution, but it does not help that much: some of my peers have dynamic IP, so IP-based filtering won't work.
Has anyone done any security revies or anything like that for DIBS?
-Tavasti-.
2004-01-23 15:39:41 UTC in DIBS: Distributed Internet Backup System
-
Logged In: YES
user_id=162595
Thanks! Here is solution to problem. Didn't handle
enforcment, but just preventing division by zero.
diff -ur wxGTK-2.4.2/src/generic/grid.cpp
wxGTK-2.4.2-patched/src/generic/grid.cpp
--- wxGTK-2.4.2/src/generic/grid.cpp Sun Sep 21 14:31:45 2003
+++ wxGTK-2.4.2-patched/src/generic/grid.cpp Fri Oct 31 08:16:41 2003
@@ -7540,7 +7540,11 @@
if (...
2003-10-31 09:22:42 UTC in wxWidgets
-
I have some code to 'hide' rows in wxGrid, just like
hiding rows works in spreadsheet programs. It works
fine with wxwindows 2.2-series, but effect is strange
with 2.4 serias. After hiding 10 rows from top of the
grid, I can't select next 22 rows which are visible.
More I hide, more rows get unaccessible with mouse. I
can't select those rows,
place cell cursor there, nothing.
Hiding...
2003-10-30 11:44:46 UTC in wxWidgets
-
Logged In: YES
user_id=162595
Same files split with GOPchop are ok for vcdimager.
2003-09-11 02:38:05 UTC in mpgtx
-
I have decent modern PC as linux server. My X11 display
is older, running over NFS root. GOPchop won't show
video frames if I run it in my server, so I have to run
it on slow NFS-rooted computer. Worst thing is file
handling over NFS. It takes ages.
It would not matter if video output would be slow, even
still image would be better than not working at all
when no shared memory...
2003-09-10 03:22:18 UTC in GOPchop
-
I'm using GOPchop without auto refresh. After doing
refresh on very last GOP of file, next refresh on any
frame gives seg fault. Output is:
Got STATE_PICTURE without a current_fbuf!?
Segmentation fault
This happens only with 'original' mpeg2enc+mplex
streams, not with files allready chopped. Might be the
sequence end on mpeg stream?
GOPchop-0.9.1.
2003-09-10 03:12:08 UTC in GOPchop
-
I have files mpeg2 files packed with transcode:
encarg="-q 16 -N 2.0"
transcode -q 0 -V -H0 -i $nfile -x nuv \
-y mpeg2enc="$encarg",mp2enc -F 5 -g 480x576 \
-e "44100,16,2" -w 2600 -b 128 -o $file
After it, I try to cut leading+trailing garbage away:
mpgsplit -P -o foo.mpg bar.mpg '[00:00:01.00-00:01:00]'
$vcdimager -t svcd foo.mpg
++ WARN...
2003-09-09 07:57:31 UTC in mpgtx