Re: Developing with cygwin: library troubles

2003-07-31 Thread Larry Hall
Mischa wrote: Hi I want to develop a windows program that reads the GUID from a MSI package with C. It was no problem to create an exe-file with gcc that runs on non-cygwin platforms (with -mno-cygwin). My problem is the following: I need several functions from the Msi.lib (included in Windows In

Developing with cygwin: library troubles

2003-07-31 Thread Mischa
Hi I want to develop a windows program that reads the GUID from a MSI package with C. It was no problem to create an exe-file with gcc that runs on non-cygwin platforms (with -mno-cygwin). My problem is the following: I need several functions from the Msi.lib (included in Windows Installer SDK). I