Home › Forums › Discussions › Support › Developing a forwarding application › Re: Re: Developping a forwarding application
May 11, 2010 at 7:22 am
#6904
Ok, I’ll do it. I got a question about the 32 and 64 bits versions : will I have to make 2 different installs and 2 different programs, using the 32 and 64 bits versions of the driver, in order to work with the 2 architectures ? Or will the 32 bits version work with a 64 bits system ?
I thought I would use GetSystemInfo() in order to determine what kind of system it is, then I’ll do conditions in my code (apparently, there is just one difference about the lowPart or QuadPart for the filters ?)
Are there other differences to perform in the code ? Thanks.