The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Asvald on February 22, 2007, 10:24:21 AM

Title: RPC
Post by: Asvald on February 22, 2007, 10:24:21 AM
Hello,
Did anybody programme RPC (Windows) in assembly language? I want to create distributed application using assembler, but i don't have any info about low level implementation of RPC. Could you help me, plz?
Title: Re: RPC
Post by: Tedd on February 22, 2007, 04:06:53 PM
Low-level implementation shouldn't be any different from high-level implementation -- you still need to use the API functions to use RPC.
So, find the information on how to do it 'high-level,' understand its use of the functions, and then use the same functions in the same way from asm :wink