On 02/08/2010 08:55 a.m., Cesar Romani wrote: > I'm getting following error: > > -------------------- > gcc ... -o uninstal.exe uninstal.c -lkernel32 -luser32 -lgdi32 > -ladvapi32 -lcomdlg32 -lcomctl32 -lversion -lwsock32 -Lc:/tcl/lib > -ltclstub85 > C:\DOCUME~1\Romer\IMPOST~1\Temp\ccYnj5jw.o:uninstal.c:(.text+0x24): > undefined reference to `RegDeleteKeyEx' > C:\DOCUME~1\Romer\IMPOST~1\Temp\ccYnj5jw.o:uninstal.c:(.text+0x4f): > undefined reference to `RegDeleteKeyEx' > C:\DOCUME~1\Romer\IMPOST~1\Temp\ccYnj5jw.o:uninstal.c:(.text+0x79): > undefined reference to `RegDeleteKeyEx' > C:\DOCUME~1\Romer\IMPOST~1\Temp\ccYnj5jw.o:uninstal.c:(.text+0xa3): > undefined reference to `RegDeleteKeyEx' > C:\DOCUME~1\Romer\IMPOST~1\Temp\ccYnj5jw.o:uninstal.c:(.text+0xcd): > undefined reference to `RegDeleteKeyEx' > C:\DOCUME~1\Romer\IMPOST~1\Temp\ccYnj5jw.o:uninstal.c:(.text+0xf7): more > undefined references to `RegDeleteKeyEx' follow > collect2: ld returned 1 exit status > make: *** [uninstal.exe] Error 1 > --------------------
Setting WINVER to 0x0502 on Make_ming.mak works but then it wouldn't work for pre-Win2k systems. -- Cesar -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
