search for: lodbc32

Displaying 9 results from an estimated 9 matches for "lodbc32".

Did you mean: odbc32
2009 Feb 21
2
Compiling Winelib application under x86_64
Hi All I'm trying to compile the following program int main() { return 0; } I generated a makefile using winemaker running make I get wineg++ -c -mno-cygwin -o test.o test.cpp wineg++ -mwindows -mno-cygwin -o test.exe.so test.o -lodbc32 -lole32 -loleaut32 -lwinspool -luuid ld: Relocatable linking with relocations from format elf32-i386 (/usr/lib/wine/libwinecrt0.a(exe_entry.o)) to format elf64-x86-64 (test.UzYhKg.o) is not supported winebuild: ld -r failed with status 256 winegcc: winebuild failed make: *** [test.exe.so] Error 2...
2003 Nov 07
6
DnD
Hi! Is drag''n''drop works currently under wxruby? I want an app, where you can drag files from a wxlistctrl to a wxtreectrl. Can anyone show a little example? Gergo -- +-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+ | http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy | | Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval
2009 Feb 26
2
Wine asio compile error
Yesterday I tried to compile wine asio.I am running debian Squeeze and tried both the lenny and sid wine repos..but on compiling wine asio.it errors out and cant find ..now this was yesterday so i cant remember the exact name ..but it was something like lobc32 ..something like that..maybe logbc32..but anyway..I uninstalled wine and wine-dev..and installed debian version of wine..it 1.0.1 along
2004 Sep 19
0
MFC compile problem
...Generating project files... . src 3 make make[1]: Entering directory `/home/ken/.wine/drive_c/mfc/src' wrc -I. -I/home/ken/.wine/drive_c/VC_Include -I/home/ken/.wine/drive_c/mfc/Include -fomfcdb.res mfcdb.rc wineg++ -mwindows -mno-cygwin -o mfcdb.so mfcdb.res mfcdb.dbg.o -lodbc32 -lole32 -loleaut32 -lwinspool -lmfc.dll -luuid -lmfc /usr/bin/ld: cannot find -lmfc.dll collect2: ld returned 1 exit status winegcc: g++ failed. make[1]: *** [mfcdb.so] Error 2 make[1]: Leaving directory `/home/ken/.wine/drive_c/mfc/src' make: *** [src] Error 2 4 modify src/Makefile delete ...
2005 Feb 23
1
Wine-20040505 and vstserver
...; winebuild -o win.exe.dbg.c --debug -C. dummy.c main.c windowsstuff.c winwin.c winegcc -c -mno-cygwin -I. -o win.exe.dbg.o win.exe.dbg.c winegcc -c -mno-cygwin -I. -o dummy.o dummy.c winegcc -mwindows -mno-cygwin -o win.exe.so dummy.o main.o windowsstuff.o winwin.o rsrc.res win.exe.dbg.o -lodbc32 -lole32 -loleaut32 -lwinspool -luuid main.o(.text+0x151): In function `WinMain': : undefined reference to `MAINHANDLER_control' windowsstuff.o(.text+0x224): In function `WINDOWS_new': : undefined reference to `VSTS_audioMaster' collect2: ld gab 1 als Ende-Status zur?ck (translation:...
2003 Jul 26
0
compile problems with libwine
...this error is printed out: [....] LD_LIBRARY_PATH=":$LD_LIBRARY_PATH" /usr/bin/winebuild -fPIC -o koordkonsole2.exe.spec.c --exe koordkonsole2.exe -mcui Game.o KoordKonsole.o Marshalling.o Network.o Socket.o Sync.o -L/usr/lib -L/usr/lib/wine -ladvapi32 -lcomdlg32 -lgdi32 -lkernel32 -lodbc32 -lole32 -loleaut32 -lshell32 -luser32 -lwinspool /opt/gcc-3.2/bin/gcc -c -I/usr/include/wine/ -I. -I/usr/include/wine/windows -g -O2 -fPIC -D_REENTRANT -o koordkonsole2.exe.spec.o koordkonsole2.exe.spec.c g++ -shared -Wl,-Bsymbolic -o koordkonsole2.exe.so Game.o KoordKonsole.o Marshalling.o N...
2009 Feb 17
5
Problems in Compiling MFC
...h' warning: the above warning is issued only once Generating project files... 2) when the "make" command is given, this is how the output looks like admin at XXX:~/.wine/drive_c/windows/system32/MFC> make wineg++ -shared dicom_io.dll.spec -mno-cygwin -o dicom_io.dll.so -lodbc32 -lole32 -loleaut32 -lwinspool -luuid winegcc: File does not exist: dicom_io.dll.spec make: *** [dicom_io.dll.so] Error 2 3) Can u please let me know how to create solve problem regarding .spec and .so files 4) Should i install wine through source archive or RPM installation is sufficent to compi...
2006 Mar 18
0
No subject
...nager apparently isn't set up correctly, it tells > me I must install a driver manager....or "no ODBC driver manager found". Quote from the README: The RODBC package is installed in the standard way (R CMD INSTALL RODBC) and needs the ODBC driver manager library (-lodbc or -lodbc32 or -liodbc) to be in the library search path (and library run path). It is just telling you that you have not done that .... > I have unixODBC installed... > > Ugh. I'm giving up on this for today. I just found out that there is > no odbc rpm for postgres 7.3.1, so i'm go...
2006 Mar 07
2
RODBC fail install
I'm a newcomer - obvioulsly I fear. Tried to install RODBC from CRAN mirror onto mahcine 64bit running suse10. terminal log below - it failed on "ODBC headers sql.h and sqlext.h not found" di i need anothe rpackage?? can someone help please? ta v much Prof R Gott Durham UNiv, UK > install.packages(c("RODBC")) trying URL