Results 1 to 8 of 8

Thread: Need tiny DLL (in C++) $100 cash (paid via PayPal) for less than 1 hour work!

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2008
    Posts
    5

    Arrow Need tiny DLL (in C++) $100 cash (paid via PayPal) for less than 1 hour work!

    We have a VB.Net app and one routine is too slow in VB.net so we need a quick solution in C++. It's real simple and any decent C++ programmer could accomplish this in a matter of minutes.

    We have an app that manipulates a small bitmap (300x216) for displaying various things. There are various instructions carried out on the bitmap and most of them are simply drawing pixels. There is a need to "scroll" the image up, down, left, or right by X amount of pixels. The problem is that the bitmap is (and needs to stay) a 4bpp indexed palette image, and, unfortunately the graphics object in .Net won't work with images that have an indexed palette. Our only solution so far moves each pixel one by one but that is too slow for our app.

    What we basically need is a DLL we can call that will scroll the bitmap in any direction by any amount of pixels, and wrap (meaning if we scroll 6 pixels to the right, the 6 pixels that got pushed off the right will wrap around to the left side).

    The DLL needs to be written in Visual C++ 2005 or 2008. Upon receipt of the DLL and the source code (and a quick test to verify that it works), I will send $100 immediately via PayPal to the account of your chosing.

    If you understand what we need, and this sounds like a piece of cake to you, and you want to make a quick $100, please inquire via our tech support page as we don't want to disclose any email address here.

    http://www.latshawsystems.com/TechSupport.aspx

    Thanks in advance,

    Bob Latshaw
    Latshaw Systems

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Need tiny DLL (in C++) $100 cash (paid via PayPal) for less than 1 hour work!

    Give us a bitmap then...
    I don't live here any more.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2008
    Posts
    5

    Re: Need tiny DLL (in C++) $100 cash (paid via PayPal) for less than 1 hour work!

    It's not a file I can send you. The bitmap is in memory.

    Private Const iWidth As Integer = 300 ' Width of bitmap
    Private Const iHeight As Integer = 216 ' Height of bitmap
    Friend BM As New Drawing.Bitmap(iWidth, iHeight, Imaging.PixelFormat.Format4bppIndexed)

    I need to be able to pass the object BM to the new DLL. If need be, I can pass the raw bitmap data by using the LockBits method. For more info on that, here's a good link we found

    http://www.bobpowell.net/lockingbits.htm

    It will also help you understand how the 4bpp Indexed image is stored in memory.
    Last edited by Latch; Jun 10th, 2008 at 11:14 AM.

  4. #4
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Need tiny DLL (in C++) $100 cash (paid via PayPal) for less than 1 hour work!

    I've started working on a DLL for you, its currently scrolling the image to the left only, and the wrapping isnt..well.. 100% working yet, however i'll probably just need another 30-40 minutes to complete it. However I must be off now, but if no one else has completed this for you when I get back, I'll finish it for you.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Need tiny DLL (in C++) $100 cash (paid via PayPal) for less than 1 hour work!

    Moved

  6. #6

    Thread Starter
    New Member
    Join Date
    Jun 2008
    Posts
    5

    Re: Need tiny DLL (in C++) $100 cash (paid via PayPal) for less than 1 hour work!

    Quote Originally Posted by Atheist
    I've started working on a DLL for you, its currently scrolling the image to the left only, and the wrapping isnt..well.. 100% working yet, however i'll probably just need another 30-40 minutes to complete it. However I must be off now, but if no one else has completed this for you when I get back, I'll finish it for you.
    You are the only one to reply so far about the request. Contact me at the web site so we can continue discussing the details via private email. I'll even give you my cell phone number if you need it.

    I surely hope you find this message since they took the liberty in moving the thread to a new forum.

  7. #7
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Need tiny DLL (in C++) $100 cash (paid via PayPal) for less than 1 hour work!

    I thought I had it finished just now, then I tried it with a really small bitmap and got a memory error, so I'll be troubleshooting a bit more after work today, then I hope it'll be ready.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  8. #8
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Need tiny DLL (in C++) $100 cash (paid via PayPal) for less than 1 hour work!

    Alright its finished, I've sent you a mail using the link you provided.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width