PDA

Click to See Complete Forum and Search --> : How hard is this?


noble
Jan 4th, 2001, 08:46 AM
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.

parksie
Jan 4th, 2001, 12:32 PM
It's not so hard once you get the structure. I can email you an example of making a DLL, if you want.

noble
Jan 4th, 2001, 09:01 PM
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 walks@drexel.edu

thanks for the help!

jovton
Jan 5th, 2001, 06:06 PM
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.