Projects tagged ‘com’


[61 total ]

3 Users
   

A general-purpose, extensible XMPP client.
Created over 2 years ago.

2 Users

Implementation of DCOM wire protocol (MSRPC) to enable development of Pure Bi-Directional, Non-Native Java applications which can interoperate with any COM component.The implementation is itself ... [More] purely in Java and does not use JNI to provide COM access. [Less]
Created over 3 years ago.

1 Users

WikiEngine.dll is a library with COM-objects to create and manage a wiki-website, or use 'wiki technology' in an application. WikiSyntax is parsed using a WikiParseXML definition. Data is stored in a database of choice.
Created 8 months ago.

1 Users
   

The cbear framework is a set of libraries and common utilities. It supports different programming languages and platforms.
Created over 2 years ago.

1 Users
 

TLBIMP is a tool that creates an Interop assembly from a COM type library. This project is a managed code implementation of TLBIMP.
Created 11 months ago.

1 Users

COM interoperability library for Haskell
Created about 1 year ago.

0 Users

integrate c++ and java to control hardware in fact ,http://code.google.com/p/memcached/ this project is very good.
Created 11 months ago.

0 Users

A Flex/Bison powered interpreter for the MiniBasic language, implemented as a COM component. Includes the USR command so programs can call functions in external Windows modules. Includes a C# based ... [More] console for code editing and general tomfoolery. Minibasic: The Whole Rotten Saga This is MiniBasic, now implemented in COM But we don't really know where it came from It sprang forth one day when a champion of the people Climbed up the church and sang from the steeple "Please someone cure me of my MASM woes And rid me of the errors I get from Windows I know it's not me, for my code is just It's the assembly implementation that is oh so bust I'm looking for a taker, someone I can trust To bring sight back to this mole using C++" Movement was spotted, a small stirring in the trees "I can help you a bit but don't pester me please This isn't my job, and I don't want to rush it Or the drains will be calling and I'll have to flush it" "Thank you sir" came the reply from on high So for days he waited for the Eureka cry When it didn't arrive, a report was sought "It's day five sir, please tell me what you've got" "I've had a look and the code is in a state It's like Arnie had to act, then lost his prostate I'll plug on though, fixing errors as I go Here's a sneak peek, look, I've opened a window" "Well that'll clear the smell, but what about the code" "They're one and the same as it's just a steaming load" The man was appeased and went back to his home Unaware of the wiseman talking on his phone "I'll need reinforcements, you have no idea There's more assembly instructions than a store of IKEA It's a war of attrition, I won't make the end It's no use continuing, I'm going round the bend" A day and a night spent resisting the temptation To delete the code and rescind the transformation To give up the ghost, admit he had failed BOOM, the door slammed open and those thoughts were curtailed Two wise men stepped forth from the shadowy gloom Looking bedraggled and weary they entered the room "Sorry we're late, and brought nothing for the cradle But they sold out of myrrh... hey this ain't no stable" "In that case hi, we're named for our deeds Figure us out and we'll pull you from the weeds I'm named for the Mermaid's crab" "And I of the number of flu jabs I've had" A pensive moment passed, before the response "So Seb and Zero, are you suitably ensconced? Better luck next time, but that was a cute gag" "No way, how'd you guess?" "I checked your name tags" "Well a deal's a deal and fair is fair Now let's wash that problem right out of your hair" They worked for a month, ironing kink after kink Giving progress reports, cleaning up the stink The mess that was inherited from the beginning Has felt the full force of the fat lady singing A new dawn has arisen for the spire dwelling man Who can, with confidence, get back to the program The three are still toiling, to this very day Trying to make it perfect in every little way Will they ever finish, achieve the desired level Before they're heads get doughy and reminiscent of a brevel? The final word is theirs, only time will reveal If MiniBasic goes out with a whisper, or makes the other's kneel [Less]
Created 4 months ago.

0 Users

Dien Component include a lot of COM Component and DLL Library writting in .NET Environment
Created 2 months ago.

0 Users

SummaryThis project is an add-on for SilkTest 2009. The goal of this project is to provide a COM interface for the Open Agent, which can be used by many different scripting languages to drive the Open ... [More] Agent. With silk4com you can use most of the JTF API in VBScript, JavaScript or even in VBA, without the need of a Java Compiler and JUnit. Silk4COM is an Open Source project, so feel free to check out the source and play with it. There is also a binary package available if you don't want to build it yourself. If you would like to contribute please contact any of the project members. ScreencastsSome videos that demonstrate how to use Silk4COM... Setting up Silk4COM more to come soon ... Sample ScriptThe following code demonstrates a simple Google search in JavaScript: // Desktop (instantiate silk4com desktop) var desktop = new ActiveXObject("SilkTestLib.Desktop"); // Execute Base State (will return a testobject representing the browser window). var browser = desktop.executeBrowserBaseState( "C:\\Program Files\\Internet Explorer\\iexplore.exe", // executable "www.google.com", // page to load "/BrowserApplication/BrowserWindow", // main window locator "xBrowser"); // TechDomains to load // Do a google search browser.find("//input[@name='q']").setText("SQA Forums"); browser.find("//input[@name='btnG']").select();View the same script in VBS and in Java ... Open Agent ConsoleThe Open Agent Console provides a simple command line interface for the Open Agent. It is written entirely in JavaScript and therefore is a good sample on how to use the silk4com JTF wrapper classes. Just download the latest binaries or check out the source :) View a screenshot... Try it!Install SilkTest 2009 on your system (use the trial version if you don't have a license). Download the latest binaries from and register the SilkTestLib.dll (extract to any directory and run install.cmd). Run one of the sample scripts with Windows Scripting Host (in Windows Explorer simply double click a .js or .vbs file). View the sample scripts, change them, use different TechDomains to automate any other application (refer to the Silk4j API documentation for supported controls and methods, view the SilkTestLib.idl file for the exact desktop interface), etc. Check out the source code, implement missing features and fix bugs :) Any feedback is appreciated [Less]
Created 2 months ago.