On Tue, Dec 7, 2010 at 15:02, Marc-André Moreau <[email protected]> wrote: > No, I in fact just looked at the code from rdpdr and used an int64 in my > code. However, I'm still lacking a way to convert that value to > little-endian representation when on a big-endian system, since the protocol > needs it to be in little-endian no matter what. I need something similar to > what we have for STREAMs but that would simply output an int64 to an 8-byte > buffer in little-endian representation. I could write something inside my > method, but I'd rather make such a macro usable elsewhere for the next time > we need it.
Look at GNU Parted code; It has something similar for it. -- Otavio Salvador O.S. Systems E-mail: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ Freerdp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freerdp-devel
