Re: [Plib-users] BorlandC++
Brought to you by:
sjbaker
From: Wolfram K. <w_...@rz...> - 2000-11-21 16:10:39
|
Deungsan wrote: >Thanks, Wolfram, > >Following the instructions of the 'readmes' > >I made the following project file for the example 'sg_squd_test.cxx', 'sg_squd_test.cxx'? Which plib-version do you use? >(1) What I got is a link err message:'unable to open file "ODBCCP32.LIB" ' I have just renamed ODBCCP32.LIB on my computer and can still compile all of plib. ODBC sounds like database drivers to me. You should a) Try to find out who uses ODBCCP32.LIB. What's the exact error message and when (compiling what) do you get it? I think you should try to compile the plib-sub-projects as "*.lib" and only then create applications. b) If all else fails, ODBCCP32.LIB is in the platform sdk, which might be free (of charge). >I wish that someone BCC++ users would help me with this.sgMakeQuat. > >Next, attracted by a neat set of simple geometry 'sg' functions (stand >alone), I separated 'sg' section, and ran the example 'sg_squd_test.cxx' >with 'sg.cxx' and 'sg.h'. I got err messages for 'sgMakeQuat' and >'sgMakeRotMat4'. (2) I am wondering where the bodies of these functions are The bodies of the two overloaded sgMakeRotMat4-functions are in sg.cxx and sg.h. Steve is a big fan of inline-stuff. I can't find sgMakeQuat - maybe because I use the newest plib from cvs. >Deungsan, Bye bye, Wolfram. |