Examples with "sample.app" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Sobald ausgeführt, führt "sample.app" eine Reihe von Aktionen aus.
Falls vorhanden, würde Little Snitch die Verbindung des ersten Shell-Scripts blockieren und die "sample.app" wäre gar nicht erst heruntergeladen worden.
If present, Little Snitch would block the connection of the first shell script and the "sample.app" would not have been downloaded in the first place.
Das Python-Skript hat den Namen "sample.app", um den Eindruck zu erwecken, dass es das echte Adobe Zii-Tool ist.
The Python script is named "sample.app" in an attempt to give the impression that it is the genuine Adobe Zii tool.
Andere resultaten
Folgen Sie der Aufforderung die Datei sample.cpp neu zu laden.
Die Datei sample.cpp erscheint nun im Quelldateiordner.
The sample.cpp file now appears inside the Source Files folder.
Geben Sie sample.cpp in das Ausgabenfeld ein.
Fügen Sie die Funktion opendb und closedb in sample.cpp hinzu
Add the opendb and closedb functions to sample.cpp
Fügen Sie sample.cpp (die Ausgabe des SQL-Präprozessors) dem Projekt hinzu
Add sample.cpp (the output of the SQL preprocessor) to the project
Ändern Sie Ihre main-Funktion in sample.cpp wie folgt
Fügen Sie die Funktionen connect und disconnect in sample.cpp ein
Add connect and disconnect functions to sample.cpp
Wählen Sie Build? Compile sample.sqc. Die Datei sample.cpp wird erstellt und im Verzeichnis tutorial\esql gespeichert.
Choose Build? Compile sample.sqc. A sample.cpp file is created and saved in the tutorial\esql directory.
Diese Anweisung startet den SQL-Präprozessor sqlpp für die Datei sample.sqc und schreibt die abgearbeitete Ausgabe in die Datei sample.cpp.
This statement runs the SQL preprocessor sqlpp on the sample.sqc file, and writes the processed output to a file named sample.cpp.
Im Folgenden soll die in der vorherigen Lektion erzeugte Quelldatei sample.cpp verwendet werden, um eine Beispielanwendung für Embedded SQL in UltraLite zu erstellen.
The following procedure uses the source file generated in the previous lesson, sample.cpp, to create the embedded SQL UltraLite tutorial application.