Znaleziono 1 wynik

autor: feverosss
15 lis 2011 14:45
Forum: Tematy ogólne
Temat: Jak stworzyć DLL
Odpowiedzi: 1
Odsłony: 1911

Jak stworzyć DLL

Zaś same funkcje w pliku głównym: DLLIMPORT punkt*[b] konstruktor[/b](int a, int b) { return new punkt(a,b); } DLLIMPORT void[b] przesun_xy[/b](punkt* LV_ref, int a, int b) { LV_ref->przesun(a,b); } DLLIMPORT void [b]pokaz_xy[/b](punkt* LV_ref, int* a, int* b) { LV_ref->pokaz(a,b); } DLLIMPORT void...