I wonder why the linker is always searching these libraries, and where I can switch that off. I can imagine why kernel32 is linked, but what do I need gdi for in a dos app and odbc and so on? cheers Ingo
2. LIB : fatal error LNK1181: cannot open input file '..\..\..\..\lib\x86\strmiids.lib'
3. LIB : fatal error LNK1181: cannot open input file '..\..\..\..\lib\x86\strmiids.lib'
4. fatal error LNK1181: cannot open input file '..\..\..\..\lib\x86\strmiids.lib'
hi, i just installed BB5 on a windows 2000 machine. On my first compile (the program already existed, i wanted to compile it with BB) I got the following message: [Linker Error] Unresolved external '__ExitVCL' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER5\LIB\CP32MTI.LIB|crtlvcl I haven't ever seen this before. Does anyone have any idea what causes it? this is a console application project and 'use vcl' was NOT checked when i started it. Hence, i don't know why it would even be trying to initialize the vcl. Can anybody help me resolve this issue? thanks
6. BDS2006: Installing Delphi-Components/LIB-Files, DCU-Files - Borland C++ Builder VCL Components
7. How to work with Header files(.h) and lib files in C
Hi!all. As part of the course project in the university, students have been given task to develop a front-end for SMILE( an API written in C++ for network modelling). Upon extracting the setup, it gives a collection of " Header files and Lib files" written in c++. Now, how do i add them in c# to use the existing api to create a front-end. I do know that we can include the reference for any .dll file and use it. But don't know how to use existing header files and lib files in c#. Can somebody guide me and help me on this issue, if somebody has worked with C++ header files or done any sort of work on SMILE. Would be really thankful personally, and it will be great help for the students of this course project.