|
-
Jan 4th, 2001, 09:46 AM
#1
Thread Starter
Hyperactive Member
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
-
Jan 4th, 2001, 01:32 PM
#2
Monday Morning Lunatic
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
-
Jan 4th, 2001, 10:01 PM
#3
Thread Starter
Hyperactive Member
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
-
Jan 5th, 2001, 07:06 PM
#4
Hyperactive Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|