[Delphi] DLLs
razmott
-
razmott -
razmott -
Salut !
Je tente actuellement de créer une dll sous Windows. Est-il possible d'exporter un type ? Par exemple :
library blablabla;
type
TBlabla=record
blabla1, blabla2 : byte;
end;
.
.
.
exports TBlabla;
end.
Si oui, est-ce la bonne méthode ?
Merci pour les réponses !
@+
Je tente actuellement de créer une dll sous Windows. Est-il possible d'exporter un type ? Par exemple :
library blablabla;
type
TBlabla=record
blabla1, blabla2 : byte;
end;
.
.
.
exports TBlabla;
end.
Si oui, est-ce la bonne méthode ?
Merci pour les réponses !
@+
A voir également:
- [Delphi] DLLs
- Delphi 7 - Télécharger - Langages
- Bde delphi - Télécharger - Édition & Programmation
- Delphi 7 serial number - Forum Delphi
- Delphi ds150e reprogrammation moteur pdf ✓ - Forum Delphi
- Main.exe delphi - Forum Linux / Unix
je ne suis pas expert mais sa peut vous aider.
http://perso.wanadoo.fr/bardou/michel/dll/index.htm
http://delphi32.free.fr/cours.htm
Bonne chance.
Merci.