|
-
Oct 12th, 2002, 08:30 AM
#1
Thread Starter
Member
Visual C++ DLLs for Visual Basic
This may be asking a lot, but please try to help!
I'm trying to create a very simple encryption DLL for use in a Visual Basic program.
The encryptor works by having one function to set the random number seed using 'srand'. The other function will encrypt an array of bytes by xor-ing them with rand()/128. I hope that explained it well enough.
Can anyone give me an idea of how this can be done so the DLL can be called from within a Visual Basic program?
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
|