Datentyp TCHAR szName[9]?

Und so einfach wäre es gewesen:
Ich hab einfach 9 char objekte nacheinander ausgelesen!
Ein Array scheint nur in C++ zu funktionieren!

Danke fürs helfen!
Michi
 
Na, astrein.

Dass es nicht mit Arrays geht, liegt vielleicht daran, dass Arrays in C/C++ einfach nur zusammenhängende Speicherbereiche mit identischen Objekten sind, während bei C# bzw. .Net ein Array ein vollwertiges Objekt ist und vermutlich sein "Array", also die eigentlichen Daten, irgendwo anders verwaltet.
 
Zuletzt bearbeitet:
Hello Michael,

Excuse me for my language but i am french, and i don't really speak german. Sorry.
But your message interrested me. I am trying to use the hrmcom.dll but I don't have any documentation : so it's no very easy.
I will be very happy if you could send me the hrmcom.h file, which conatins the defintion of the POLAR_EXERCISEFILE struct.
You can write me at this email address (remove all x characters : it's to avoid spam) :
florentx.xdarmet@caramail.com

Thanks. I will pleased to read you.
Flo
 
Zurück