PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Example of Multi-Dll project
Example of Multi-Dll project
Débuté par adrianoboller, 19 déc. 2014 02:17 - Aucune réponse
Membre enregistré
3 655 messages
Popularité : +175 (223 votes)
Posté le 19 décembre 2014 - 02:17
Example of Multi-Dll project

1. Create a new project type EXTERNAL COMPONENT using the same analysis ORIGINAL DESIGN

2. Use the option PROJECT> IMPORT> WINDEV ELEMENTS:

and import what you want the original design.

3. GERE COMPONENT

4. CLOSE THIS PROJECT AND OPEN THE ORIGINAL DESIGN

5. DELETE ALL ITEMS THAT INCLUDED IN COMPONENT

6. Click right on EXTERNAL COMPONENTS and select IMPORT ... and add the component that created this project.



The component generates two files:

* WDI is the license file, it is necessary to use the component in a project (step 6 will copy this file)

* WDK is the distribution file, to generate the EXE of the original design, the Windev copy it to paste EXE.

===

Exemplo de projeto Multi-Dll

1. Cria um novo projeto do tipo EXTERNAL COMPONENT utilizando a mesma análise do PROJETO ORIGINAL

2. Use a opção PROJECT > IMPORT > WINDEV ELEMENTS :

e importe o que quiser do projeto original.

3. GERE O COMPONENTE

4. FECHE ESTE PROJETO E ABRA O PROJETO ORIGINAL

5. EXCLUA TODOS OS ELEMENTOS QUE INCLUIU NO COMPONENTE

6. Clique com o botão direito sobre EXTERNAL COMPONENTS e selecione IMPORT... e inclua o componente que criou neste projeto.



O componente gera dois arquivos:

*WDI é o arquivo de licença, ele é necessário para utilizar o componente em um projeto (passo 6 vai copiar este arquivo)

*WDK é o arquivo de distribuição, ao gerar o EXE do projeto original, o Windev copia ele para a paste EXE.