News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RPC

Started by Asvald, February 22, 2007, 10:24:21 AM

Previous topic - Next topic

Asvald

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?

Tedd

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
No snowflake in an avalanche feels responsible.