Updated syntax (removed many useless and bad <div> tags).

Use definition list as well in wikitext syntax.

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1659 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2016-09-30 09:40:53 +00:00
parent d40549736f
commit a508824b86
5 changed files with 102 additions and 93 deletions

View File

@@ -1,7 +1,7 @@
[[Property:title|The Component Location]]
[[Property:weight|4]]
[[Property:uuid|083c0120-2eda-9353-ceae-f63e7f407341]]
<div>
==Types of Components==
Certainly you've heard of ActiveX, DirectX, OCX, COM+, ADO+, ASP, and other Microsoft technologies. These are all technologies that use the COM standard. This section focuses on categorizing COM components according to their properties as well as the context in which they are used. The categorization will define how the EiffelCOM wizard should be used to wrap or create a component. The first criterion that defines the type of component is its location at run time: will the component be loaded in the client process (in-process) or will the component be a remote server for a distributed application (out-of-process)? In the former case, the component is compiled as a Dynamic Link Libraries (DLL) while in the latter case it is a standard executable.

View File

@@ -1,10 +1,9 @@
[[Property:title|Calculator: winform]]
[[Property:weight|-8]]
[[Property:uuid|9d064b1c-e109-35e8-70d5-73feec59fca1]]
<div>
[[Image:calculator|Calculator]]
</div>
<br/>
<br/>