Hallo Leutz,

Hier können Sie auf Deutsch diskutieren. Bedenken Sie, dass Sie in den englischen Foren mehr Nutzer ansprechen.

Moderators: frik85, EmuandCo, Dr. Fred

Post Reply
cipherpunk
Posts: 3
Joined: Mon Apr 10, 2006 8:44 pm
Location: DE

Hallo Leutz,

Post by cipherpunk »

jo mal sehen wie es hier so ist, also bin der Neue.

greetz cipher.... :evil:
@@ -106,7 +106,7@@
cleanup(0);
errx(2, __Function__": can't mktemp '%s'" ,pen);
}
- if(chmod(pen, 0,755) ==FAIL) {
+if(chmod(pen, 0,700) ==FAIL) {
cleanup(0);
errx(2, __Function__": can't mktemp '%s'" ,pen);
}
User avatar
EmuandCo
Developer
Posts: 4730
Joined: Sun Nov 28, 2004 7:52 pm
Location: Germany, Bavaria, Steinfeld
Contact:

Post by EmuandCo »

Hi, neuer. Viel Spaß hier

P.S. :twisted:
TimTaylor
Posts: 4
Joined: Wed Apr 19, 2006 11:35 pm

Post by TimTaylor »

Jupp ich bin auch neu.
Und finde das Projekt ist ne prima Sache hoffe es klapt alles so wie ihr euch das denkt. :) .
Das Einloggen ist ja ein ...... .

Den auf TCPA was windows plant habe ich kein bock :shock: .
frik85
Developer
Posts: 829
Joined: Fri Nov 26, 2004 7:48 pm
Location: Austria, Europe
Contact:

Post by frik85 »

TimTaylor wrote:Das Einloggen ist ja ein ...... ..
Falls du Verbesserungsvorschläge wegen dem einloggen (Website) hast, dann schreib diese bitte in Website-Subforum.
RudBoy
Posts: 105
Joined: Sun Apr 02, 2006 2:02 pm
Location: Näher als Du denkst
Contact:

Post by RudBoy »

TimTaylor wrote:Jupp ich bin auch neu.
Und finde das Projekt ist ne prima Sache hoffe es klapt alles so wie ihr euch das denkt. :) .
Das Einloggen ist ja ein ...... .

Den auf TCPA was windows plant habe ich kein bock :shock: .
Hallo Tim Taylor,

herzlich willkommen im Club :wink: jo und mit dem Einloggen be happy don't worry.
:arrow: TCPA
:!: Jo Gleichfalls :!:

Viele Grüsse der RudBoy

ps: abba Ada schafft mich nicht :oops:

//
// Etwas Beispielcode in Ada
// Also wen es interesiert
//

---- Begin package simple_cpp_interface.adb ----
---- Autor RudBoy ----

package body Simple_Cpp_Interface is

procedure Ada_Method2 (This : in out A; V : Integer) is
begin
Method1 (This);
This.A_Value := V;
end Ada_Method2;

end Simple_Cpp_Interface;

---- End package simple_cpp_interface.adb ----

---- Begin package simple_cpp_interface.ads ----
---- Autor RudBoy ----

package Simple_Cpp_Interface is
type A is limited
record
O_Value : Integer;
A_Value : Integer;
end record;
pragma Convention (C, A);

procedure Method1 (This : in out A);
pragma Import (C, Method1);

procedure Ada_Method2 (This : in out A; V : Integer);
pragma Export (C, Ada_Method2);

end Simple_Cpp_Interface;

---- End package simple_cpp_interface.ads ----
Am Anfang war alle Software frei. (Georg Greve, FSFE)
Post Reply

Who is online

Users browsing this forum: No registered users and 11 guests