You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
880 B
HTML
22 lines
880 B
HTML
<!menue>
|
|
|
|
<!h2a=Neues Projekt,Neues VC6 Projekt anlegen,NewVc6Project>
|
|
<img src="images/step.gif"> Step1 - Visual Studio 6 starten und "Datei Neu" anwählen
|
|
<!img1=vc6_newproj1.gif>
|
|
|
|
|
|
<img src="images/step.gif"> Step2 - In Projekte-Tab Win32-Anwendung wählen, Projektordner und Projektnamen vergeben.
|
|
<!img1=vc6_newproj2.gif>
|
|
|
|
|
|
<img src="images/step.gif"> Step3 - Leeres Projekt wählen.
|
|
<!img1=vc6_newproj3.gif>
|
|
|
|
|
|
<img src="images/step.gif"> Step4 - Hauptmenü->Datei-Neu, In Dateien-Tab C++ Quellcode datei wählen und Dateinamen für das Hauptprogramm eingeben.
|
|
<!img1=vc6_newproj4.gif>
|
|
|
|
|
|
<img src="images/step.gif"> Step5 - Die standard Ordner "Quelldatein, Includedatein" etc. kann man löschen, sodass nur unser Hauptprogramm übrig ist. In diesem Hauptprogramm die Einstiegsfunktion <wF>os_main eintragen. Das neue l3lib Projekt ist fertig für den Start.
|
|
<!img1=vc6_newproj5.gif>
|