using OpenCV with LCC1227 (7/11/2003 11:10:23 AM) Hi, does anyone know how to link to Intel's OpenCV library with LCC? I keep getting undefined symbols to cv functions, even though I add all the OpenCV libs to LCCLNK. thanks, from Shervin Emami ... Shervin
long long & __int6417130 (7/9/2003 8:02:54 AM) Hi there ! Does anyone know which one is preferred : long long or __int64 ? While searching the net, it seems long long is recognized by LCC and some mainframe C compilers. However __int64 is recognized by VC... Fr
How to run a program after explorer, but before log-in.0249 (7/11/2003 10:31:25 AM) Hi There, Does anyone know how Execute a program after the system.ini has done its shell=explorer.exe but before the log-in and/or desktop shows its icons? I am trying to write a protection program that comes... yoingco
Newbie : link problem (with ldap)4112 (7/10/2003 12:04:12 PM) Hello, I'm trying to use lccWin32. But I'm very disappointed I'm not able to compile and link a very simple program like this one : _______________ #include #include #include #i... jip
designated initializers1155 (7/10/2003 5:35:06 AM) Hello, I read that in C99, you can use designated initializers: --------88-----------------... Andi
bug in structures with bit fields1122 (7/8/2003 6:41:13 PM) Hi Jacob, I found something serious with the bit fields in structures. At the time I try to convert Borlands R48-values into c-doubles. It works very well, when I let lcc do the bit shiftings. But here I thin... Andi.Martin(2)
OpenGl john's web1128 (7/8/2003 7:51:28 AM) (31k) Funky 3D is a small application showing functions is three dimensional space using OpenGl. There is a ReadMe.pdf Author: Heinz van Saanen There is also GlutStuf.zip which contains glut.h glut32.lib glut... John
Non-standard C features?7200 (7/3/2003 5:13:11 PM) Sorry for this newbie question. From the lcc-win32 user manual. --8<-- The framework provided by lcc-win32 centers about providing a simple interface for calling all the functions associated with a certain c... John
manual.exe071 (7/6/2003 8:19:34 PM) When I try to use this file (I've downloaded it twice), I get a message "The setup files are corrupted. Please obtain a new copy of the program.". ... Steve
CreateObject Q1814734147 (7/5/2003 3:50:49 PM) Hi, I am trying to get the code from Microsoft Knowledge Base Artice Q181473 (http://support.microsoft.com/support/kb/articles/q181/4/73.asp) to work in LCC. When I compile the code, I get the following; ... jlcaverlyca