segmentation fault when using kernel32.dll.so and oleaut32.dll.so

2004-01-23 Thread Anil Akurathi
Hi, I need functions like 'MultiByteToWideChar', 'SysAllocStringLen', etc which are in kernel32.dll.so and oleaut32.dll.so libraries. I have some of questions regarding using them. - How can I link these libraries with my program. Using option -lkernel32.dll looks for libkernel32.dll.so file.

Re: segmentation fault when using kernel32.dll.so and oleaut32.dll.so

2004-01-23 Thread Mike Hearn
On Fri, 23 Jan 2004 11:21:14 -0800, Anil Akurathi wrote: Hi, I need functions like 'MultiByteToWideChar', 'SysAllocStringLen', etc which are in kernel32.dll.so and oleaut32.dll.so libraries. I have some of questions regarding using them. First off, you can't use these functions from