![]() |
Anzeige:
|
|
|||||||
| Sonstige Programmiersprachen Das Sammel-Forum für alle weiteren Programmiersprachen wie z.B. Assembler, Delphi, Pascal, C# (C-Sharp), Java usw. |
|
![]() |
|
|
LinkBack | Themen-Optionen | Ansicht |
|
|
#1 (Direktlink) |
|
Erfolgreich angemeldet
![]() Registriert seit: 28.11.2008
Beiträge: 3
|
Wie können Sie, falls Sie nicht wissen, Englisch? Ist das nicht alle Source-Code basiert auf Englisch?
Wie auch immer, hier ist meine Frage. Nach jemand schafft eine DLL in C # mit dem Microsoft Visual Entwicklung Umgebung, Wie würde eine andere Programmierer nehmen, dass Code, um ein neues Projekt, dass beinhaltet die DLL's Source - und machen ein GUI, das die API-DLL's? How can you program if you don't know English? Isn't all source code based on English? Anyway, here is my question. After someone creates a DLL in C# using the Microsoft Visual development environment, how would another programmer take that code, make a new project that includes the DLL's source and make a GUI that uses the DLL'S API? |
|
|
|
|
|
|
#2 (Direktlink) |
|
Forenmaskottchen
![]() Registriert seit: 18.07.2004
Ort: Schwabenländle
Beiträge: 922
|
Do you want to use the DLL as a library or do you want to include the code in your application?
If the .NET Assembly is COM visible, you can access it from any COM supporting language (e.g. C++). How to program in german: Code:
string meineVariable = "Deutscher Text"; |
|
|
|
![]() |
|
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
|
|