Search found 24 matches

by jrw
Fri Apr 21, 2006 4:49 pm
Forum: Coding Questions
Topic: Dvd player
Replies: 27
Views: 5632

inc. wrote:BUT! 90% of available DVDs are CSS decrypted. So you wont playback them without screen garbage.
DScaler DVD decoder (free and open source) can handle CSS DVD's, maybe someone try interface it with purebasic if they know c++ ?? would be nice...
by jrw
Sun Apr 16, 2006 1:43 pm
Forum: Coding Questions
Topic: Dvd player
Replies: 27
Views: 5632

good free open source mpeg2 dvd decoder

http://dscaler.org/phpBB/viewtopic.php?t=5407
by jrw
Sat Oct 15, 2005 11:21 am
Forum: Off Topic
Topic: nice demo
Replies: 1
Views: 921

nice demo

by jrw
Wed Sep 14, 2005 5:34 am
Forum: Announcement
Topic: SpriteDX9 Lib - New release - v0.58
Replies: 71
Views: 39916

hey thanks

no problem :)
by jrw
Tue Sep 13, 2005 8:36 am
Forum: Announcement
Topic: SpriteDX9 Lib - New release - v0.58
Replies: 71
Views: 39916

very nice lib, is it possible to have InitMovieDX9() ?. Maybe this would solve the crashes I have with this code?


; /*************************************************************************************
; / Render movie to DX9 screen ...
by jrw
Mon Mar 21, 2005 1:24 pm
Forum: Coding Questions
Topic: FMOD record example
Replies: 0
Views: 1990

FMOD record example

I have the latest FMOD 3.74 installed for purebasic and it works great, but Im having difficulty running the example from the fmodapi371win32.zip archive. Is there an updated fmodapi374win32.zip ?

thanks ...
by jrw
Sat Mar 12, 2005 2:20 pm
Forum: Coding Questions
Topic: running a program more than once
Replies: 9
Views: 3449

ooof course
use kfws stop using bullcrap

It's not a microsoft webserver, its an application that broadcasts webcams. You can change the port of the 'webserver' it broadcasts on but you can't run it more than once. If I could run it twice I would use port 80 and 81 or whatever. I tried a few ...
by jrw
Fri Mar 11, 2005 10:39 pm
Forum: Coding Questions
Topic: running a program more than once
Replies: 9
Views: 3449

Re: running a program more than once

> If I run Windows Media Player twice it gives focus to the first instance of
> the application and not two WMPplayer windows

Select the option that says Open a new player for each media file played. ;)

thanks but it was just an example.... Im trying to run a webserver twice but there is no such ...
by jrw
Fri Mar 11, 2005 3:35 pm
Forum: Coding Questions
Topic: running a program more than once
Replies: 9
Views: 3449

running a program more than once

Why does some software stop the user from running the program more than once?. If I run Windows Media Player twice it gives focus to the first instance of the application and not two WMPplayer windows. If anyone has any pointers on how to run an application twice I would be grateful, I've searched ...
by jrw
Sun Jan 23, 2005 7:29 am
Forum: General Discussion
Topic: Launching multiple instances of a program (Polygamy)
Replies: 0
Views: 934

Launching multiple instances of a program (Polygamy)

Some programs stop you from running them multiple times (for example (yahoo, msn). It is possible to launch these programs multiple times using something like yahoo multi-gold, yahoopal or MSN Messenger Polygamy patch.

I posted some code below which allows MSN to launch multiple times. But each ...
by jrw
Wed Nov 24, 2004 10:48 am
Forum: Game Programming
Topic: IP Address?
Replies: 4
Views: 2523

just tell them to look at http://www.whatismyip.com/

or make a simple parser to retriecve data from this page
so you can retrieve ip from router if the are behind NAT

It's amazing that someone has made a website to display someone's real ip address, yet his code is actually incorrect :lol ...
by jrw
Sun May 09, 2004 12:04 am
Forum: General Discussion
Topic: Anyone tried writing a messenger that supports YAHOO protoco
Replies: 8
Views: 3495

No when you login to yahoo messenger it sends your password to the authentication server encrypted in MD5 form because the yahoo authentication server stores the password in MD5 format.
by jrw
Sat May 08, 2004 4:49 pm
Forum: General Discussion
Topic: Anyone tried writing a messenger that supports YAHOO protoco
Replies: 8
Views: 3495

I believe the new authentication uses MD5 to encrypt your yahoo password accross the internet. I found some VB6 code so thats some code to try and convert to pb :)


This is VB6 code!!.. to be converted to purebasic :)
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable ...
by jrw
Sat May 08, 2004 4:42 pm
Forum: General Discussion
Topic: Anyone tried writing a messenger that supports YAHOO protoco
Replies: 8
Views: 3495

Yahoo Messenger Protocol v9

I found some information on YMSG9 protocol but I believe the latest protocol used by YAHOO beta 6 messenger is YMSG12. Anyway maybe someone will find this a little helpful if I dont get anytime to get this working in purebasic :)

OK, first thing we need to do is connect to a Yahoo YMSG server. For ...
by jrw
Mon May 03, 2004 2:13 pm
Forum: General Discussion
Topic: Anyone tried writing a messenger that supports YAHOO protoco
Replies: 8
Views: 3495

Anyone tried writing a messenger that supports YAHOO protoco

Anyone tried writing a simple messenger which can talk to YAHOO messenger clients?, I was look at http://libyahoo2.sourceforge.net/ but Im not a c++ programmer.

TIA :)