Recent

Author Topic: My Application to Lazarus, More ?  (Read 8228 times)

Drakon

  • New Member
  • *
  • Posts: 15
My Application to Lazarus, More ?
« on: September 12, 2009, 04:20:30 am »
Hello everyone, I have my application in delphi, and I really want! passing it to Lazarus as quickly as possible, however, I came across a problem, Lazarus has a video player, and it really is impossible, since my application needs and much of the video player, anyone have any ideas?

Leledumbo

  • Hero Member
  • *****
  • Posts: 8836
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: My Application to Lazarus, More ?
« Reply #1 on: September 12, 2009, 10:09:15 am »
Sorry, but LCL doesn't have it ATM. Video player is a very complex and system dependent component, I think that's why it doesn't exist yet.

theo

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1946
Re: My Application to Lazarus, More ?
« Reply #2 on: September 12, 2009, 10:34:01 am »

Drakon

  • New Member
  • *
  • Posts: 15
Re: My Application to Lazarus, More ?
« Reply #3 on: September 12, 2009, 04:07:28 pm »

theo

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1946
Re: My Application to Lazarus, More ?
« Reply #4 on: September 12, 2009, 06:08:38 pm »
anyone have any ideas?

Contribute to lazarus and write it yourself ;-)
Unit mmsystem is there so it should be possible.

Leledumbo

  • Hero Member
  • *****
  • Posts: 8836
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: My Application to Lazarus, More ?
« Reply #5 on: September 14, 2009, 04:44:32 am »
Quote
Tanks, more my application is for Win
If that one is made 100% in GTK (i.e. no X code), it should work on Win, too. But the widgetset would be GTK(2).

Drakon

  • New Member
  • *
  • Posts: 15
Re: My Application to Lazarus, More ?
« Reply #6 on: September 16, 2009, 11:15:54 pm »
I remember seeing the "Windows Media Player" in the "Visual Basic 6" through ActiveX, it is possible in Lazarus?

 %)
And even if I want to implement a player in lazarus, anyone know where to start?

Leledumbo

  • Hero Member
  • *****
  • Posts: 8836
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: My Application to Lazarus, More ?
« Reply #7 on: September 17, 2009, 10:55:51 am »
Quote
I remember seeing the "Windows Media Player" in the "Visual Basic 6" through ActiveX, it is possible in Lazarus?
Sure (AFAIK ActiveX support is quite good), but it will be Windows only.
Quote
And even if I want to implement a player in lazarus, anyone know where to start?
Here's the problem :(, perhaps you could look for an open source component like this either in Delphi or other language, learn and understand how it's done, and start writing one for Lazarus.

Drakon

  • New Member
  • *
  • Posts: 15
Re: My Application to Lazarus, More ?
« Reply #8 on: September 18, 2009, 07:32:29 pm »
Does anyone have any examples using Active X in Lazarus? ::)

 

TinyPortal © 2005-2018