Quote:
>What's the easiest way to save data to a file so that it's somewhat
>difficult to edit. In other words, I just want to be able to save
>data to a file so that it can't be editted with a text editor. I was
>considering encoding by playing with the bits of each byte but that
>seems to be difficult with VB.
There are a few files available, one is called crypt.zip (available at ftp.cica.indiana.edu/pub/win3/programming/vbasic).
It is a simple .bas file with a function that encrypts anything you send into it.
Quote:
>Also, is there a quick explanation of how to write code in C/C++ and
>then put it in a DLL? Or should I break down and buy a book? :)
A quick explination.... I've read hundreds (well, 5) FAQ's on it, about 20 pages from my
Turbo C book, and I still can't get a DLL to work without a memory error. If anyone knows how,
could you send me some code?
I think you have to define the function as: int FAR Pascal _export functname (...)
Jeff.
--
Jeff Evans
http://www-bprc.mps.ohio-state.edu/cgi-bin/hpp/home.html