Search found 5 matches

by tomk
Wed Jul 30, 2003 8:20 am
Forum: Feature Requests and Wishlists
Topic: File operations : return specific errorcode
Replies: 3
Views: 1575

Hello ,

thanks for the info, so I have to correct my wish :

I would like to have a better online help :-)

Thanks again
tom
by tomk
Thu Jul 24, 2003 10:18 am
Forum: Feature Requests and Wishlists
Topic: File operations : return specific errorcode
Replies: 3
Views: 1575

File operations : return specific errorcode

Hi there,

I would love to have 2 things in file opeartions

1. returning defined errorcode
Fileoperations like open/create should return a defined errorvalue if something has gone wrong.
Like in some languages I use I get an :
error 5 : unable to open exclusive
Error 3 : Path not found

2. read ...
by tomk
Sat Jun 28, 2003 5:27 pm
Forum: Coding Questions
Topic: how do you learn programming ?
Replies: 24
Views: 6809

Hi,

I STRONGLY suggest that you first "give yourself a simple target" like "I want my own adress/video database program" and then start with purebasic or something similar. Take some examples and modify them according to your needs.
Switching to another language takes time, I donot think that you ...
by tomk
Tue Jun 17, 2003 8:14 am
Forum: Coding Questions
Topic: Rendering a movie with directshowfilters
Replies: 0
Views: 956

Rendering a movie with directshowfilters

Hello there,

I want to render an MPG movie using the installed directshowfilters to convert audio,....
I am using the graphedit utility, but that has some mistakes.

Has anyone experience how to combine directshowfilters, connect the pins and render the movie by program ?

TIA
Tom
by tomk
Mon Jun 16, 2003 2:31 pm
Forum: General Discussion
Topic: Problem with joining files
Replies: 2
Views: 1572

Hi urland,

I tested the code with (easier to read) big textfiles and it seems to work fine.

Maybe there is a problem with "0"Bytes (Hex 00) in readdata/writedate, chr(26) may be a problem too ?
Is the filesize of the merged binary files exacltly matching the sum of the single files ?
To debug I ...