Delphi компоненты / Delphi components #7

Status
Not open for further replies.

shreq

Member
Joined
Jun 23, 2009
Messages
16
Reaction score
14
Age
43
Ну не могу скомпилировать UniDAC 6.2.8 FS под Delphi 10 Seattle UPD1, хучь она стреляй... При компиляции dclunidac230.dpk вываливаются ошибки [dcc32 Fatal Error] UniAbout.pas(17): F2613 Unit 'Windows' not found. и так по кругу... никакие uses-ы не видит. Что за фигня?
Я с make.bat вообще не разобрался... помогите кто-нить, чего делать то нужно.
P.S. Windows 8.1 x64, Delphi 10 Seattle UPD1

у меня нет Delphi на русском языке.

В английской версии:
Project->Options->Delphi Compiler->Unit Scope Names:

Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;
Soap.Win;Xml.Win;Bde;System;Xml;Data;Datasnap;Web;Soap;Vcl;
Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell


OR

in "uses" section you must change
Windows-> Vcl.Windows,
Controls-> Vcl.Controls
and so on

Unit names are changed, see for example (...)Embarcadero\Studio\17.0\source\vcl directory
 
Last edited by a moderator:

shreq

Member
Joined
Jun 23, 2009
Messages
16
Reaction score
14
Age
43
С подобной проблемой сталкивался на предыдущих версиях RAD Studio, но не при установке unidac, а в целом при сборке даже голого проекта. Причин такого поведения не знаю, но проблема решается следующим образом (вероятно глобальная константа с путями не прописалась в систему):

1. Заходим Tools -> Options -> Library -> Library Path
2. Открываем папку установки RAD Studio -> lib -> нужная_платформа (например win32) -> вариант_сборки (например debug)
3. Добавляем путь в Library path

После этого должны собираться как и голые пакеты, так и перестать ругаться Unidac.

P.S. Админы надеюсь пропустят)


It's not because of lack of path. dclunidac230.dpk is for Delphi XE2. In next Delphi versions Embarcadero changed unit naming conventions. One must write in uses section "Vcl.Windows" instead only "Windows" or include Vcl in project unit scope names.
 

i-sobot

Member
Joined
Sep 21, 2008
Messages
7
Reaction score
29
Добрый день! Подскажите пожалуйста компоненты для работы с Аудио/Видео под Rad Studio. Интересует наличие компонентов записи/воспроизведения, переконвертирования, нативная поддержка аудио кодеков MP3, Работа с WEB камерами (DirectShow усторйстами), поддержка потокового вещения.

Для звука очень рекомендую библиотеку BASS. Бесплатна и может практически все! http://www.un4seen.com/

Для работы с любыми камерами (особенно заточена под разработку программ для видео-наблюдения) RVMedia - http://www.unibytes.com/la1_ksOfmNoLqw-Us4P3UgBB. Еще умеет работать с микрофоном и транслировать видео по сети.
 

POLI_graph

Member
Joined
Jan 10, 2005
Messages
30
Reaction score
14
Last edited by a moderator:

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
ScaleRichView

scheme-new-small.png


ScaleRichView is a set of VCL components for WYSIWYG editing (”What You See Is What You Get”), created basing on TRichView and RichViewActions. ScaleRichView uses TRichView engine for document rendering, but it repaginates, scales and draws pages in its own way.

A document in ScaleRichView is accessible via hidden (or external) TRichViewEdit component, so you can use the same methods for document generation and editing as you use in TRichView. Headers, footers, endnotes, footnotes and text boxes are accessible in a similar way.

ScaleRichView is an addon to TRichView. In order to install ScaleRichView package, you need to install packages of TRichView and RichViewActions before. You can order ScaleRichView as a bundle ”TRichView+ScaleRichView”, or later, after ordering TRichView.

The main features of ScaleRichView are:

support for almost all TRichView features
WYSIWYG editing mode
scaling
real-time repagination
support for more than 120 standard paper formats: ISO (Europe), ANSI (USA), JIS (Japan), etc.
ability to display and print in different formats (for example, document can be edited as A5 but printed as A3)
custom page positioning
multiple layout modes (Web mode, Normal Layout, Page Layout and more)
tooltip on scrolling, showing page number and text
vertical and horizontal graphic menus (toolbars) in scrollbar area
complete support of RichViewActions
controls in documents, both standard and special for ScaleRichView

List of Features

Click the links below to read detailed information.

Editing and displaying documents
Printing posters
Special set of components for insertion in documents
Scheme of ScaleRichView components

Components in the Package

TSRichViewEdit — text processor for WYSIWYG editing, with scaling and multiple layouts (including page view mode).
TDBSRichViewEdit — data-aware version of TSRichViewEdit.
TSclRVRuler — ruler, an analog of TRVRuler from RichViewActions, but working with TSRichViewEdit.
TSRVPageScroll shows all pages as thumbnails.
TSRVToolBar — toolbar for insertion in scrollbar area of TSRichViewEdit.
TSRVToolWindow shows toolbar in popup window.
TSRVPrint prints documents from TSRichViewEdit; an editor component can print documents itself, but TSRVPrint supports several special printing modes, including posters.
TSRVPreview shows how document will be printed by TSRVPrint.
TSRVScrollBar — a skinnable scrollbar; this component is used inside TSRichViewEdit, but may be useful as a separate component as well.
TSRVTabSet — a skinnable set of tabs having icons and text labels; this component can be used to implement a tabbed multiple document interface.
TSRVSkinManager applies skins to TSRVTabSet and TSRVScrollBar

ScaleRichView.v.7.0.0.D4-XE10.x86-x64 / Source include - 12.8 MB

[hide="10"]
http://uploadboy.com/dlk75v1l8tra.html/55//

pass exirbox.com

online help

http://www.trichview.com/help-scalerichview/
[/hide]
 
Last edited by a moderator:
Status
Not open for further replies.
Top