Strings im Speicher fehlerfrei überschreiben / verlängern? 11/09/2009 - General Coding - 2 Replies Hi Jungs, ich hoffe, jemand kann mir helfen...
Ich möchte Strings im Speicher eines Programms verlängern.
Ich habe nun im Programm so eine Anordnung für die Strings:
String ABSTAND String ABSTAND String ABSTAND
Also zum Beispiel:
Binary INFO strings for Divine/Divine Fullsock etc 10/06/2009 - Dekaron Private Server - 2 Replies I'm Trying to find out the infostrings that make items Divine/Noble/FS
Has anyone attempted the same, because i don't see any thread about it :)
I can't find any reference to the binary info-strings in the share folder, or the database :)
For example
a 145 +9 FS(4) white weapon with 4x +50% Crit DMG gems in it has this infostring
[C++] Frage zur Konvertierung von Strings 09/13/2009 - C/C++ - 13 Replies Hey,
ich will in C++ ein GUI mit einer Editbox erstellen. (Habe das GUI mit MFC erstellt.) Wenn man nun auf einen Button klickt, soll der String der Editbox ausgelesen werden und in einer .ini Datei abgespeichert werden.
Das Problem: Wenn ich die Editbox auslese, benöige ich einen CString. WritePrivateProfileString() akzeptiert aber nur LPCSTR. Ich finde einfach keine Lösung, um das umzuwandeln.
Code:
void CVokabeltrainerDlg::OnBnClickedButton1()
{
CEdit* pEdit = (CEdit*)...
Interesting Strings found in game client... 06/23/2008 - Cabal Online - 31 Replies /_19 : Clear All CoolTime
/_18 : Call shop anyware
/_17 : Enable/Disable item limit
/_16 : Enable/Disable village PK
/_15 : Enable/Disable to display Animation-time to chatbox
/_14 : Enable/Disable Attackmode to ignore obstacle
/_13 : Enable/Disable display GPS
/_12 : Enable/Disable Potion cooltime
/_11 : Undead mode
/_10 : NonClient Hack
C# relationship between chars and strings 05/04/2008 - Conquer Online 2 - 2 Replies I know that chars are wrappers around a string, but how would I declare an array able to change one of the characters in the string?