Register for your free account! | Forgot your password?

Go Back   elitepvpers > Search Forums
You last visited: Today at 16:37

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Showing results 1 to 25 of 200
Search took 0.02 seconds.
Search: Posts Made By: Zwawo
Forum: C/C++ 08/07/2013, 15:33
Replies: 4
Views: 554
Posted By Zwawo
Mit Eigeninitiative, Lust und Motivation. ...

Mit Eigeninitiative, Lust und Motivation.

btw. ein par von hunderten Threads, die Antworten enthalten:
[Only registered and activated users can see links]
Forum: C/C++ 08/06/2013, 19:28
Replies: 10
Views: 714
Posted By Zwawo
In welcher Reihenfolge inkludierst du die header...

In welcher Reihenfolge inkludierst du die header in deiner main.cpp?

Inkludier nur menu_manager.h, dann funktioniert es.
Oder zumindestens so, dass menu_manager.h der erste header ist.
Forum: C/C++ 08/06/2013, 18:29
Replies: 10
Views: 714
Posted By Zwawo
Welche Codes sind von welcher Datei? E:...

Welche Codes sind von welcher Datei?

E: Glaubt man den ifndefs, müsstest du noch "login_menu" inkludieren.
E2: Achso, login_menu ist login.h.
Forum: Metin2 PServer Guides & Strategies 07/11/2013, 23:01
Replies: 57
Views: 6,880
Posted By Zwawo
Kann es sein, dass du die dll nicht im...

Kann es sein, dass du die dll nicht im Release-Mode + Multithreaded compiled hast? Das Ding braucht anscheinend noch mindestens eine dll um zu laden.
Forum: e*pvp Podcasts - DE 07/05/2013, 19:40
Replies: 203
Views: 8,767
Posted By Zwawo
Super Mario World auf der Super Nintendo :) ...

Super Mario World auf der Super Nintendo :)

Super Mario World (Super Nintendo) - Part 1 - YouTube
Forum: General Coding 06/28/2013, 18:51
Replies: 9
Views: 1,353
Posted By Zwawo
No, sry. I'm not very familiar with python.

No, sry. I'm not very familiar with python.
Forum: General Coding 06/28/2013, 18:32
Replies: 9
Views: 1,353
Posted By Zwawo
Just as example(this works): string...

Just as example(this works):

string GetName(void)
{
PyObject *pName, *pModule, *pDict, *pFunc, *pValue;
string name;
Py_Initialize();
pName = PyString_FromString("player");

...
Forum: General Coding 06/28/2013, 18:25
Replies: 9
Views: 1,353
Posted By Zwawo
Delete "Py_Finalize()".

Delete "Py_Finalize()".
Forum: General Coding 06/28/2013, 16:59
Replies: 9
Views: 1,353
Posted By Zwawo
Maybe this helps you: Embedding Python in C/C++:...

Maybe this helps you: Embedding Python in C/C++: Part I - CodeProject ([Only registered and activated users can see links])
Forum: Metin2 PServer Guides & Strategies 05/28/2013, 19:32
Replies: 26
Views: 3,215
Posted By Zwawo
Kernelmode :rolleyes: . Effektiv, aber trotzdem...

Kernelmode :rolleyes: . Effektiv, aber trotzdem umgehbar( wie alles ;)).

Hm joa serverseitiger Fix wird wohl sinnvoller sein, trotzdem danke.
Forum: Metin2 Trading 05/27/2013, 17:31
Replies: 578
Views: 47,995
Posted By Zwawo
Sieht schonmal ziehmlich nice aus! Die Pizza...

Sieht schonmal ziehmlich nice aus!
Die Pizza von nico_w kommt mir irgendwie sehr bekannt vor, vielleicht liegts aber auch nur daran, dass es eine Pizza ist...
Benutzt ihr eigentlich für die C++...
Forum: General Coding 05/26/2013, 01:06
Replies: 14
Views: 670
Posted By Zwawo
Also da, wo ich einmal war, hatte ich bis auf...

Also da, wo ich einmal war, hatte ich bis auf einen Tag nur mit Systemintegration zu tun.
Die Leute in der Anwendungsentwicklung haben hauptsächlich mit VB und C# programmiert, aber ich denke das...
Forum: General Coding 05/26/2013, 00:16
Replies: 14
Views: 670
Posted By Zwawo
Hängt natürlich auch stark davon ab, ob du in die...

Hängt natürlich auch stark davon ab, ob du in die Systemintegration oder in die Anwendungsentwicklung gehst. Wie lange wirst du denn das Praktikum machen?
Forum: C/C++ 05/17/2013, 07:19
Replies: 7
Views: 805
Posted By Zwawo
Hab nicht gesehen, dass pCanvas schon global...

Hab nicht gesehen, dass pCanvas schon global deklariert wurde, aber ansonsten hätte der compiler eh Fehler ausgespuckt.
Forum: C/C++ 05/16/2013, 21:57
Replies: 7
Views: 805
Posted By Zwawo
Nehm das " if(init..)" mal aus deiner myEndScene....

Nehm das " if(init..)" mal aus deiner myEndScene.
//Ansonsten mal die myEndScene leer lassen und schauen ob der Fehler trotzdem auftritt.
Forum: C/C++ 05/16/2013, 20:13
Replies: 7
Views: 805
Posted By Zwawo
Zeig mal lieber deinen hook Code. Woher sollen...

Zeig mal lieber deinen hook Code. Woher sollen wir wissen was du mit der lib anstellst.
Forum: General Coding 05/12/2013, 21:58
Replies: 5
Views: 557
Posted By Zwawo
DWORD &dwPoints = *(DWORD*)(dwBasePointer +...

DWORD &dwPoints = *(DWORD*)(dwBasePointer + Points0);
*dwPoints = *(DWORD*)(dwBasePointer + Points1);
*dwPoints = *(DWORD*)(dwBasePointer + Points2);
*dwPoints = *(DWORD*)(dwBasePointer +...
Forum: .NET Languages 05/11/2013, 12:32
Replies: 7
Views: 504
Posted By Zwawo
Inwiefern soll das c++ sein?

Inwiefern soll das c++ sein?
Forum: .NET Languages 05/11/2013, 11:56
Replies: 7
Views: 504
Posted By Zwawo
Schau die Funktion und die dazugehörigen virtual...

Schau die Funktion und die dazugehörigen virtual key codes bei msdn nach.
F5 wäre VK_F5.
Forum: .NET Languages 05/11/2013, 11:47
Replies: 7
Views: 504
Posted By Zwawo
GetAsyncKeyState(..)

GetAsyncKeyState(..)
Forum: Metin2 PServer Guides & Strategies 04/27/2013, 10:12
Replies: 15
Views: 1,708
Posted By Zwawo
Schonmal etwas von "Spaß" oder "Ironie" gehört?...

Schonmal etwas von "Spaß" oder "Ironie" gehört? Kennst'e nicht was?
Forum: Metin2 PServer Guides & Strategies 04/25/2013, 19:38
Replies: 15
Views: 1,708
Posted By Zwawo
[Release]LSD-Mod!1

Ihr wolltet schon immer mal wissen, wie es ist, in Metin2 Drogen zu nehmen?
Dann habt ihr den richtigen Thread gefunden!
Injected die dll und ihr kommt auf einen Trip, den ihr nie vergessen werdet!...
Forum: C/C++ 04/05/2013, 13:42
Replies: 5
Views: 765
Posted By Zwawo
You can follow this tutorial for linux: Linux...

You can follow this tutorial for linux: Linux Howtos: C/C++ -> Sockets Tutorial ([Only registered and activated users can see links]) .
You can connect with your windows sockets to the sockets, which you...
Forum: C/C++ 04/04/2013, 19:37
Replies: 4
Views: 1,028
Posted By Zwawo
Falls du in deinem Programm die *.txt Datei...

Falls du in deinem Programm die *.txt Datei erstellen lässt, hast du das Handle zu dieser, bevor du Shellexecute aufrufst, geschlossen?
Forum: C/C++ 04/04/2013, 19:19
Replies: 4
Views: 504
Posted By Zwawo
Check ob "getPath" die richtige Datei plus Pfad...

Check ob "getPath" die richtige Datei plus Pfad beinhaltet.
Showing results 1 to 25 of 200

 
Forum Jump

All times are GMT +2. The time now is 16:37.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.