A
Andrew Moore
Hello,
I have a Managed C++ dll to contain an AVI Capture tool. This dll contains a
__gc class to interface with a C# application, and a __nogc class to contain
calls to the Win32 API and VFW libraries.
This code works well on XP, but when I call the constructor for my __gc
class from a C# application I receive a FileLoadException on Win2K Pro
stating that a function could not be loaded in the dll. I am using IJW to
call the Win32 and VFW functions.
Any suggestions would be greatly appreciated.
Thank You,
Andy Moore
I have a Managed C++ dll to contain an AVI Capture tool. This dll contains a
__gc class to interface with a C# application, and a __nogc class to contain
calls to the Win32 API and VFW libraries.
This code works well on XP, but when I call the constructor for my __gc
class from a C# application I receive a FileLoadException on Win2K Pro
stating that a function could not be loaded in the dll. I am using IJW to
call the Win32 and VFW functions.
Any suggestions would be greatly appreciated.
Thank You,
Andy Moore