Ads

Ads

Translate

Wednesday, 31 October 2012

Instal DSPACK di Delphi XE2 32bit

Saya anggap anda sudah mengerti cara menginstal DSPACK

jika belum berikut ini cara menginstal DSPACK di Delphi 7
http://itstimetoshares.blogspot.com/2012/10/instal-dspack-di-delphi-7.html

Jika sudah tahu caranya silahkan download DSPACK untuk Delphi XE2 disini
http://dspack.googlecode.com/svn/trunk/


Jika ada error coba simak perbincangan berikut

A
RAD Studio XE2 was released for some time now ... I'm just wondering if anyone managed to create a DSPack version for it. 
I'm also interested in the x64 version .. if sucha beast can be really moved on Smile


B

With some assistance, I've come across a workaround using the 2010 package. 

1) Add both src/DirectX9 and src/DSPack to the IDE's library path 
2) save the DirectShow9 unit as DirectShow9B (don't forget the unit statement) 
3) Open the DSPackD2010 project group 
4) In the project options add a unit alias "DirectShow9=DirectShow9B" 

You should now be able to build DSPack_D2010.bpl and then install DSPackDesign_D2010.bpl 
Note: 
If the project source hasn't yet been updated, you may need to also make the DSEditor.pas fix noted in issue 9 which is to update the uses clause of DSEditors.pas with support for XE and XE2 
uses 
{$IFDEF VER140} DesignIntf, DesignEditors, {$ELSE} 
{$IFDEF VER150} DesignIntf, DesignEditors, {$ELSE} 
{$IFDEF VER170} DesignIntf, DesignEditors, {$ELSE} 
{$IFDEF VER180} DesignIntf, DesignEditors, {$ELSE} 
{$IFDEF VER200} DesignIntf, DesignEditors, {$ELSE} 
{$IFDEF VER210} DesignIntf, DesignEditors, {$ELSE} 
{$IFDEF VER220} DesignIntf, DesignEditors, {$ELSE} 
{$IFDEF VER230} DesignIntf, DesignEditors, {$ELSE} 
DsgnIntf, {$ENDIF} {$ENDIF} {$ENDIF} {$ENDIF} {$ENDIF} {$ENDIF} {$ENDIF} {$ENDIF} 
Forms, Controls, DXSUtil, DSPack;



A

Darn, I still get an error in DSUtil line 1050: 
[DCC Error] DSUtil.pas(1050): E2003 Undeclared identifier: 'FrameRateCode' 
+ several others...
B

Odd, The FrameRadeCode error happens when the IDE finds Winapi.DirectX9 unit instead of the DirectX9 unit that is with DSPack. Saving DirectShow9 as DirectShow9B and then setting up the unit alias should take care of that problem. 
I also assume that you have updated your DSPack source using TortoiseSVN or the built-in Subversion support in XE2.

A

SVN download should be ok using: http://dspack.googlecode.com/svn/trunk/Demos 
However, I did a mistake and did not remove the old DirectShow9 file, just copied it. I also needed to pick up the latest version of Jedi.inc 
However, another problem now: 
Building DSPack_D2010.dproj (Débogage, Win32) 
brcc32 command line for "DSPack_D2010.vrc" 
[DCC Fatal Error] DSPack.pas(54): F1026 File not found: 'DirectShow9B.dcu' 
Any ideas? 



B

If you just used the file system to copy DirectShow9.pas to DirectShow9B.pas, then you'll need to edit DirectShow9B.pas and change the unit statement from 
unit DirectShow9; 
to 
unit DirectShow9 B ; 

(Doing a "Save As" from the IDE will rename the file and update the unit statement.)


A

Success!! 
Actually, I had an error in my library path ... Embarassed
Thanks a lot for your help!! 
Regards 
Tom

Instal DSPACK di Delphi 7



Instal DSPACK di Delphi 7 dan Cara mengatasi masalah Errornya

DSPACK adalah sebuah component yang dapat mengakses camera untuk dapat di tampilkan ke dalam image bergerak

Proses penginstalan download Dspack dulu disini http://code.google.com/p/dspack/downloads/list

Setelah di download extrak di folder program delphi7 yang anda install pada biasanya pada progam file/borland/delphi7

Buat folder dahulu disitu dengan nama DSPACK234



Berarti sekarang pada progam file/borland/delphi7/DSPACK234 ada file-file yang baru anda unduh

Buka program delphi7 anda, 
Tekan file>open, buka file directX9_D7 pada progam file/borland/delphi7/DSPACK234/packages

Tekan compile, kemudian close, setetlah close ada peringatan save atau tidak, anda tekan save



Buka file lagi DSPack_D7 pada lokasi yang sama

Tekan compile, kemudian close, setetlah close ada peringatan save atau tidak, anda tekan save

Buka file lagi DSPackDesign_D7 pada lokasi yang sama

Tekan compile,tekan install, kemudian close, setetlah close ada peringatan save atau tidak, anda tekan save

Belum selesai>>>>>

Sekarang pilih tools > Enviroment Options> library> maka akan muncul seperti gambar



>>Klik tombol yang dilingkari > pilihfolder pada DSPACK234 “lib” tekan OK,> kemudian tekan Add

>>Klik tombol yang dilingkari > pilihfolder pada DSPACK234 “src/directX9” tekan OK,> kemudian tekan Add

>>Klik tombol yang dilingkari > pilihfolder pada DSPACK234 “src/DCPack” tekan OK,> kemudian tekan Add > tekan ok>tekan ok

Video capture Delphi Camera client server

Pada tulisan kali akan dibahas bagaimana membuat sistem monitoring dengan delphi. sistem monitoring tentunya tak lepas dari kamera , berikut saya menjual ebook beserta sourcecode penggunaan delphi yang dapat mengakses camera dengan dibantu component DSPACK , semoga sourcecode beserta ebooknya dapat membantu anda dalam pengerjaan skripsi atau TA

Ebook ini berisikan materi disertai contoh aplikasi program berbasis webcam. Ebook ini tersusun atas 8 bab yaitu:
Bab 1 : Hello "DSpack"
Bab 2 : Photo Motion
Bab 3 : Video Motion
Bab 4 : Overlay Text
Bab 5 : Audio/Video Streaming over Internet
Bab 6 : Webcam Multi
Bab 7 : Motion Detect dengan SMS
Bab 8 : Utility (cara install komponen)

Instal Fast Report Delphi 7

    FastReport merupakan visual komponen librari (VCL) yang digunakan untuk membuat laporan dinamis secara cepat dan efisien. FastReport menyediakan semua alat yang diperlukan untuk mengembangkan laporan, didalamnya juga terdapat visual report designer, reporting core, dan untuk tampilan preview sebelum dicetak. Selain itu juga dapat menyajikan laporan dalam bentuk grafik.


  • Pertama, kita siapkan dulu fastreportnya :
  • kita klik dulu Recompile.exe
  • select the compiler, pilih delphi 5 atau delphi 7, saya contohkan yang delphi7
  • FR Version pilih yang professional
  • pilih radiobutton recompile All Packages
  • Terbentuk folder LIBD5 untuk Delphi 5, kalau delphi 7, LIBD7,
  • Buka Delphinya, pilih Tools, Environtment Options, Library, pada Library path tambahkan alamat folder LIBd5 atau LIbd7-nya, OK
  • Klik Component, Install Packages, pilih semua *.bpl yang ada di LibD5 atau LibD7,


Instal Qreport atau Quick Report untuk Delphi 7


Install QReport di Delphi 7


Buka delphi 7 , Pilih menu "Component" >> Install Packages


Pilih Add , nanti otomatis akan keluar jendela browser


Arahkan ke Folder Delphi7 >> Bin


Pilih dclqrt70.bpl


lalu otomatis muncul disitu Quick Report Components untuk delphi 7


klik Oke
Lalu akan muncul di Pallete


Masalah Delphi 7 di Windows 7

Kawan kawan pasti pernah menemui masalah ini setelah instal delphi 7 di windows 7


  • Setelah selesai instalasi coba jalankan Delphi 7, pasti nemuin pesan error nyuruh ngubah nama file delphi32.$$$ jadi delphi32.dro di lokasi /program files/delphi directories . dan da debug yang perlu dirubah juga.
sebetulnya caranya gampang sekali , sebelum install delphi 7 di windows 7 coba jalankan SETUP dengan Klik Kanan dan "Run As Administrator" pasti masalah di atas tidak akan terjadi
dan jika sudah terlanjur instalasi dan masalah di atas terjadi maka gunakan cara ini

Cara Perbaikinya:
  1. Pastikan menjalankan perintah ini menggunakan administrator.
  2. Buka properties directory pada c:/program files/borland. ato drive sistem anda.
  3. Pada Tab awal hilangkan tanda cek pada Read-only attribute kemudian klik tombol Apply untuk mengaplikasikan perintah.
  4. Buka tab securitynya
  5. Berilah hak full akses untuk users yang anda pakai untuk directory c:/program files/borland.

Jika berminat mendownload windows 7 lite full silahkan kemari 

http://itstimetoshares.blogspot.com/2012/10/delphi7-lite-edition-7343-2011-08-01.html

Tuesday, 30 October 2012

TServerSocket and TClientSocket are Missing from Delphi 7.





Question: The TClientSocket and TServerSocket components seem to be missing from my installation of Delphi 7?




Solution: You will need to add the dclsockets package to the IDE. To do this go to Component | Install Packages | Add (/bin/dclsockets70.bpl).

Best Post This Year

Install Fortesreport community Delphi 7 dan RX Berlin

Download  Pertama2 kita harus punya file installernya terlebih dahulu, download  https://github.com/fortesinformatica/fortesrepo...

Total Pageviews

© 2014 Fajar Priyadi. WP themonic converted by Bloggertheme9. Published By Gooyaabi Templates | Powered By Blogger
TOP