❤️ Helfen Sie noch heute, unser LibreOffice Forum zu erhalten! ❤️

❤️ HELFEN SIE JETZT >> << HELFEN SIE JETZT ❤️

>> Dank Ihrer Unterstützung -> Keine Werbung für alle registrierten LibreOffice-Forum User! <<
🤗 Als Dankeschön werden Sie im Forum als LO-SUPPORTER gekennzeichnet. 🤗


Die Suche ergab 1 Treffer

von Andreas_500
So 1. Sep 2024, 13:07
Forum: LibreOffice Programmierung
Thema: FluidEXL in LibreOffice - DLL einbinden
Antworten: 10
Zugriffe: 7690

Re: FluidEXL in LibreOffice - DLL einbinden

Hallo, ändere in Deiner Funktions-Deklaration DECLARE Function TEST Lib "LibIF97_Stud.dll" Alias "CPPTX97" (ByVal P As Double, ByVal T As Double, ByVal X As Double) As Double alle ByVal in ByRef , dann funktioniert es: DECLARE Function TEST Lib "LibIF97_Stud.dll" Alias "CPPTX97" ( ByRef P As Double,...