summaryrefslogtreecommitdiff
path: root/testprogs/win32/midltests
AgeCommit message (Collapse)AuthorFilesLines
2010-09-29midltests: add a midltests_tcp.exe toolStefan Metzmacher5-5/+611
This uses a man in the middle approach in order to dump the request and response pdus. It also tests NDR32 and NDR64. metze
2010-09-29midltests: move the current implementation to midltests_simple.exeStefan Metzmacher3-22/+34
metze
2010-08-12testprogs/midltests: add some example IDL files and there midltests.exe outputStefan Metzmacher11-1/+221
metze
2008-10-16testprogs/win32/midltests: add missing MakefileStefan Metzmacher1-0/+27
metze
2008-02-06win32-tests: add a very usefull w32 programm to explore midl featuresStefan Metzmacher8-0/+248
You have to define idl, call the client function and add a server implementation. Then you need to compile midltests.exe and run it, it will dump the generated NDR on the screen. metze (This used to be commit dc15c8833599a1cb8f51c2b5390925410cbf4e12)