Magnus Hagander <[EMAIL PROTECTED]> wrote: > > EXPORTS > > - DllUnregisterServer ; > > - DllRegisterServer ; > > + DllUnregisterServer = [EMAIL PROTECTED] ; > > + DllRegisterServer = [EMAIL PROTECTED] ; > > This breaks the MSVC build, so not applied. Are you sure we should not just > follow the instructions given in the error msg? > > pgevent.exp : error LNK2001: unresolved external symbol [EMAIL PROTECTED] > .\Debug\pgevent\pgevent.dll : fatal error LNK1120: 1 unresolved externals
Hmmm, ok. I'll try the MSVC build and find better solutions. Regards, --- ITAGAKI Takahiro NTT Open Source Software Center ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match