EDIT !!!
But look down there is the same Problem in another Way (it's DONE !!!!)
EDIT !!!
OK It's done !! , THX to BtnB and Leadwerks !!
Hi,
I write a litle DLL with BMX, but i can't send a Sting to it, the DECLS are right but the String that was Received by the DLL isn't correct.
I have read many many of Threads but i don't know how i can do that this will work :( Please Help !!
I've try'd $z or $w in Externblocks and other things, but nothing works.
Can anyone write a Simple code thats help me to understand how i can send btw. read a received String in my DLL.
Problem:
A B3D programm send a String to the BMX DLL but the BMX DLL can't read the String correct.
sincere Regards C64.
But look down there is the same Problem in another Way (it's DONE !!!!)
EDIT !!!
OK It's done !! , THX to BtnB and Leadwerks !!
Hi,
I write a litle DLL with BMX, but i can't send a Sting to it, the DECLS are right but the String that was Received by the DLL isn't correct.
I have read many many of Threads but i don't know how i can do that this will work :( Please Help !!
I've try'd $z or $w in Externblocks and other things, but nothing works.
Can anyone write a Simple code thats help me to understand how i can send btw. read a received String in my DLL.
Problem:
A B3D programm send a String to the BMX DLL but the BMX DLL can't read the String correct.
Function XNETJoinSession:Int(IP:String,Port:Int=44444) ' here I have a ROUTINE TO WRITE the IP STRING to a FILE to view if this was receive right. Local ID:Int=XNETSessionIDtoIntID(TxnetSession.Join(IP,Port)) Return ID EndFunction
sincere Regards C64.