Posts Tagged ‘Within’

Windows Xp Problem. The Dll File Are Missing After Installation Of Xp Within 2 Days Or A Week?

Thursday, February 25th, 2010

sometimes win 32 error message is displayed.

How Can I Package Necessary Controls Within A Vb6 App? I Want To Create A Standalone Exe, Not An Installer.?

Friday, September 18th, 2009

I want to package a standalone EXE in VB6, but I have controls added to it. My computer has the controls (OCX/DLL) registered, but many do not, and it errors out. Is there any way to include these OCX/DLL files with the EXE itself, rather than creating an installer?
I’m aware of 3rd party solutions like Thinstall, but I’d prefer not to use them, as I’m designing freeware, and would rather not spend that much money.

How Can I Determine The Functions Within A Dll And How Do I Call Them Using A New Language?

Friday, July 24th, 2009

I want to be able to write wrapper functions for the functions in the DLL.
For example if there is a xyz.dll that has all the APIs for a particular xyz application, then I want to write a ruby wrapper program for that dll, so that I can call the functions in the DLL from a ruby script. This allows me to pass in the parameters expected by the function and get its result by just calling the function from ruby.