mvanduyn (Mitch VanDuyn)
- Login: mvanduyn
- Email: mitch@catprint.com
- Registered on: 08/04/2012
- Last sign in: 08/11/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/11/2012
-
10:31 AM Ruby Bug #6829: Failure using Win32ole (happens in 1.8.7 and 1.9
- Thanks for looking into this.
Here is what I get.
irb(main):005:0> method = internet_postage.ole_method("PrintPostageEx")
RuntimeError: failed to GetTypeInfo
HRESULT error code:0x80029c4a
Error loading type library/DLL...
08/04/2012
-
06:54 AM Ruby Bug #6829 (Rejected): Failure using Win32ole (happens in 1.8.7 and 1.9
- The following code:
require 'rubygems'
require 'win32ole'
pdk = WIN32OLE.new("StampsDotCom.PDK5")
internet_postage = pdk.InternetPostage3
print_job = pdk.CreatePrintJob5
print_job.MailClass = 0 # first clas...