| От | Magnus Hagander |
|---|---|
| Тема | Re: C functions under windows |
| Дата | |
| Msg-id | 463A18E1.1030104@hagander.net обсуждение исходный текст |
| Ответ на | Re: C functions under windows ("Islam Hegazy" <islheg@gmail.com>) |
| Список | pgsql-general |
Islam Hegazy wrote: > I have added the path to the include directory of postgresql but it > hasn't already some of the files that are in linux include path like > <strings.h>. It doesn't object about postgres.h which it can find now > but it objects about strings.h > > I use MSVC6 to make my dll file. The include files that ship with your version are made for MingW, not MSVC. You could try grabbing pg_config.h.win32 from src/include (I think it's available in the source distribution of 8.2, if not, just get one from a snapshot version). Then take that file and overwrite your copy of pg_config.h with it. strings.h is one of the differences between msvc and mingw. //Magnus
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера