Firstly, forget about VC++. I would copy the source to the path
/usr/src/linux/drivers/net (note that the linux dir is most likley a link
to like linux-x.x.x
also note that if this source file was writen for VC++ then you are out of
luck and I have much pity for you. If writen for linux then you are in a
good position.
If you are lucky, there are compile directions at the bottom of the file.
If you are not lucky, then you get to play with compiler commands and
such. Look at the bottom of other .c network source files for examples of
compile command lines.
finally, copy the .o file to /lib/modules/<kernal>/net
to use the file use insmod (man insmod).
good luck. I hate network modules.
On Fri, 12 Nov 1999, Ian Rutherford wrote:
> I've got a D-Link DFE-530TX PCI Network adapter (10/100 Mbit) and I'd like
> to get it running under linux. I'm a total newbie, but I've got the Redhat
> 5.2 box with manual. Unfortunately none of the supplied drivers support my
> card, and the only driver I could find on the net was a C source file.
> I've got VC++ 6 for windows, but I haven't the slightest clue what to do
> with this thing in linux. I don't know how to compile it, or where to put
> the binary file once it's compiled. Can anyone help?
>