Results 1 to 4 of 4

Thread: How hard is this?

  1. #1

    Thread Starter
    Hyperactive Member noble's Avatar
    Join Date
    Nov 2000
    Location
    Philly
    Posts
    471
    I have to write a DLL in C which opens a file and does bit
    manipulations with the raw data... ie. take each character
    of raw data and perform character to binary, do the manipulations on the binary number then convert it back to
    a character and save this new file.

    I have extensive knowledge in vb and fundamental knowledge
    in C.

    I need to reference this DLL from a vb project.

    How hard does this sound?

    Thanks for the help.

    Bababooey
    Tatatoothy
    Mamamonkey

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    It's not so hard once you get the structure. I can email you an example of making a DLL, if you want.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3

    Thread Starter
    Hyperactive Member noble's Avatar
    Join Date
    Nov 2000
    Location
    Philly
    Posts
    471
    that would be great
    my main emphasis is on making the dll external to my vb project, everything else is generally simple

    my email is [email protected]

    thanks for the help!


    Bababooey
    Tatatoothy
    Mamamonkey

  4. #4
    Hyperactive Member jovton's Avatar
    Join Date
    Nov 2000
    Location
    South Africa
    Posts
    266
    for those others in the dark...

    you should build a simple win32 DLL program file.
    you must export the functions.

    but i think the e-mail did well enough.

    jovton

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