Recent

Author Topic: resources available  (Read 6727 times)

Eric.Developer

  • New Member
  • *
  • Posts: 14
    • Developer Systems
resources available
« on: December 14, 2009, 02:46:05 am »
Good evening to all of Brazil  :)
I'm starting to test the Lazarus (Zeus + MySQL) in 2002 had a single, short contact with Delphi 7 + Access.
I wonder if it has the following features:
  • Windows, has integration with OLE? Example: CreateObject ( 'Excel.Application'), CreateObject ( "ADODB.Connection"), CreateObject ( "Crystal.CrystalReport")
  • Printing bar code ?
  • Using functions in third-party DLL to Delphi 7? Example fiscal printer, etc.
  • You can insert snippets in C in. PAS or include C source in the project? (although I do not know C, in special cases may be helpful)
  • Class or function to generate PDF ?
  • Class or function to use FTP ?
  • Class or function to use SMTP (outgoing mail) ?
Eric Developer
{Delphi, Lazarus, PHP}, SQL, FastReport
Xailer, Fivewin, Hwgui, Harbour, Clipper, ADVPL
Freelance, Developments

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 12566
  • FPC developer.
Re: resources available
« Reply #1 on: December 14, 2009, 08:54:33 am »
Good evening to all of Brazil  :)
I'm starting to test the Lazarus (Zeus + MySQL) in 2002 had a single, short contact with Delphi 7 + Access.
I wonder if it has the following features:
  • Windows, has integration with OLE? Example: CreateObject ( 'Excel.Application'), CreateObject ( "ADODB.Connection"), CreateObject ( "Crystal.CrystalReport")
yes

Quote
  • Printing bar code ?
Afaik third party on lazarus-ccr. Many Delphi solutions will be easy ported to lazarus/win32 too

Quote
  • Using functions in third-party DLL to Delphi 7? Example fiscal printer, etc.
Using a third party dll like in Delphi: yes. Using a Delphi made DLL: depends.

Quote
  • You can insert snippets in C in. PAS or include C source in the project? (although I do not know C, in special cases may be helpful)
Of course not, just like you can't in Delphi, or can't include Pascal in C (and believe me, that would be useful). But you can link to external code in C, FPC is generally compatible with gcc in this regard (mingw on windows)

Quote
  • Class or function to generate PDF ?
No, unless you count selecting a PDF printer. 3rd party solutions like in Delphi.

Quote
  • Class or function to use FTP ?
  • Class or function to use SMTP (outgoing mail) ?

Several third party solutions. Indy, Synapse, LNET and on windows also ICS.

jesusr

  • Sr. Member
  • ****
  • Posts: 499
Re: resources available
« Reply #2 on: December 15, 2009, 09:25:56 pm »
Good evening to all of Brazil  :)
I'm starting to test the Lazarus (Zeus + MySQL) in 2002 had a single, short contact with Delphi 7 + Access.
I wonder if it has the following features:
  • Windows, has integration with OLE? Example: CreateObject ( 'Excel.Application'), CreateObject ( "ADODB.Connection"), CreateObject ( "Crystal.CrystalReport")
yes

Or if you like a cross platform alternative try LazReport.

Quote
Quote
  • Printing bar code ?
Afaik third party on lazarus-ccr. Many Delphi solutions will be easy ported to lazarus/win32 too

LazReport has barcode support.

Quote
Quote
  • Using functions in third-party DLL to Delphi 7? Example fiscal printer, etc.
Using a third party dll like in Delphi: yes. Using a Delphi made DLL: depends.

check http://acbr.sourceforge.net/wiki/index.php/P%E1gina_principal

Quote
Quote
  • Class or function to generate PDF ?
No, unless you count selecting a PDF printer. 3rd party solutions like in Delphi.

see http://wiki.lazarus.freepascal.org/PowerPDF
[/list]

Eric.Developer

  • New Member
  • *
  • Posts: 14
    • Developer Systems
Re: resources available
« Reply #3 on: December 17, 2009, 02:07:00 am »
very good,
thanks my friends
Eric Developer
{Delphi, Lazarus, PHP}, SQL, FastReport
Xailer, Fivewin, Hwgui, Harbour, Clipper, ADVPL
Freelance, Developments

 

TinyPortal © 2005-2018