Externes Hardware Interface ansteuern

Posted By: TTKJonas

Externes Hardware Interface ansteuern - 07/04/09 16:23

Hallo,

ich würde gerne mit 3d gamestudio ein externes Hardware Interface ansteuern. Verschiedene Firmen, z.b. Conrad Elektronik, bieten frei programmierbare USB Interface Karten an. Beigelegt ist eine dll Bibliothek. Lässt sich diese irgendwie in 3dgs einbinden und ansteuern?

Z.B. dieses Produkt
*edit*
Nun funktioniert der Link

Herstellerbeschreibung:
Alle Kommunikationsroutinen sind in einer Dynamic Link Library (DLL) enthalten. Es können maßgefertigte Windows®-Applikationen in Delphi, Visual Basic, C++ Builder und in den meisten 32 Bit Entwicklungswerkzeugen für Windows®-Applikationen, die DLL unterstützen, geschrieben werden.

Gruß
Jonas
Posted By: EvilSOB

Re: Externes Hardware Interface ansteuern - 07/05/09 02:48

Bitte verzeihen Sie meine Sprache, I dont sprechen alle Deutsch. (mit Google-Übersetzung).
Wenn Sie die Windows-DLL-freundlich (die Sie zu haben scheinen),
und Sie wissen, die Funktionen in (was ich vermute, ist in der Dokumentation),
Sie können Code-lite-C "-API" fordert, um diese Funktionen.
Verwenden Sie die Handbücher Suche-Funktion mit "DLLs" für weitere Informationen.
Posted By: Stromausfall

Re: Externes Hardware Interface ansteuern - 07/05/09 07:54

Hi i will try to translate the text of the post for you :
he posted :
"
Hello !
I would like to control an extern hardware interface with 3d gamestudio. Certain companies like for example : Conrad Elektronik, offer free programmable usb interface cards. They also pack it with a dll library. Is there a way to bind that library in and control it with 3dgs ?

for example this product
that product

Description of the manufacturer:
All communication routines are included in a Dynamic Link Libary(DLL). You can write custom-made applications in Delphi, Visual Basic, C++ Builder and in most 32 Bit developement tools for Windows(r) applications which support DLL.

Cheers,
Jonas
"

Cheers,
Stromausfall
Posted By: TTKJonas

Re: Externes Hardware Interface ansteuern - 07/05/09 08:24

@EvilSOB

Thank you for your answer. I have totally forgotten to look into the manuel for this difficult question.
Maybe it could work.

@Stromausfall
Vielen Dank für das Übersetzen des Textes! Mein Englisch ist leider nicht so gut
Posted By: EvilSOB

Re: Externes Hardware Interface ansteuern - 07/05/09 15:06

I think so. Ive used 3DGS to link a DLL that I wrote for a
vb application ages back. It was written in c++.

So as long as the documentation what comes with the USB gadget is good, you
should be right.

We are here to help if you get stuck anyways...
Posted By: jcl

Re: Externes Hardware Interface ansteuern - 07/07/09 09:31

You can find here how to control an external DLL with lite-C:

http://manual.3dgamestudio.net/litec_api.htm
Posted By: seecah

Re: Externes Hardware Interface ansteuern - 07/13/09 04:36

Hi TTKJonas,

Actually this is what I'm doing right now.. I've made a plug-in dll to be able to communicate the device dll and Lite-C..

Just try the instructions from the manual and you'll got it right. And also considering that you've linked your dll properly to your device sdk.. It should be fine. smile

Good Luck!

Thanks,
Sedrix
© 2024 lite-C Forums