HI
I have been developing an appliation for streaming video over an network using VB.NET.
I am doing this by using a c# wrapper which then accesses the libvlc.dll, and sets up vlc within my application.
However I am trying to port this accross to an 64 bit application which I need to run on Windows Vista 64bit.
But I can only get it work on the 64bit Vista machine, if I ensure that the entire project has been compiled for a 32 bit program.
As the 64bit program is unable to access the address space of the libvlc.dll, as I am assuming this is a 32bit dll.
Is it possible to compile a 64 bit version, of this DLL I am assuming not as I think it is all written for Linux the source code originally?
Is there any other way of allowing the 64 bit program to access the 32 bit libvlc.dll?
Any feedback would be greatly appreciated
Best Regards
Boyindie