PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Project Multi DLL App - Aplicação Multi DLL
Project Multi DLL App - Aplicação Multi DLL
Débuté par adrianoboller, 11 déc. 2014 14:38 - 2 réponses
Membre enregistré
3 657 messages
Popularité : +175 (223 votes)
Posté le 11 décembre 2014 - 14:38
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.

=====

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.
Membre enregistré
3 657 messages
Popularité : +175 (223 votes)
Posté le 11 décembre 2014 - 14:39
2 - Img



Membre enregistré
3 657 messages
Popularité : +175 (223 votes)
Posté le 11 décembre 2014 - 14:39
6 - Img