Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hallo,

eigentlich mache ich sowas nicht so gerne, aber ich möchte euch um Hilfe bei der Realisierung einer dll in VC++ bitten.

Habe bisher kaum was in VC++ gemacht. Sicher sollte ich das ändern, werde ich auch, nur z.Zt. wächst mir hier alles über den Kopf. Wenn mir da jemand mit ein wenig Source Code helfen könnte, wäre schon klasse.

Konkret geht es um die Anpassung der KlickTel Transfer dll

http://www.klicktel.de/?rs=service/download/rdeveloper&ls=service/lservice

Wie genau muss ich die Teilnehmerdaten an die dll übergeben? Es gibt ja da dieses STRUCT


struct TKtelDataRec {

	char Geschlecht[8];


	char Anrede[10];

	char Firma[120];

	char Name[120];

	char Vorname[30];


	char Titel[30];

	char Adelstitel[30];

	char NameVorsatz[30];

	char NameZusatz[30];


	char Zusatz[120];


	char Plz[10];

	char Ort[70];

	char Ortsteil[40];

	DWORD AlOrt;


	char Strasse[46];

	char Hausnummer[10];

	char Land[3];


	char Vorwahl[10];

	char TelZusatz[15]; 

	char Telefon[20];


	char WWW[60];

	char email[60];//876 Bytes insg.

};
Und die Funktion

KETEST_API DWORD __stdcall AddData(TKtelDataRec *pData)

{

	//Die Augabe einer Test-MessageBox!

	::MessageBox(NULL, pData->Name, "Meldung AddData(...)", 0);

	return 0;

}

Wie übergebe ich die Daten? Als Array von Char-Arrays oder als einziges Char-Array (String) mit 876 Byte?

Was genau macht 'GetFilename(void)' ?

Danke im Voraus

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.