Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralVC++ 7.1 and WINVER warnings on Windows 2000 Pin
sysop@HAL9K.com12-Jan-04 5:13
sysop@HAL9K.com12-Jan-04 5:13 
GeneralRe: VC++ 7.1 and WINVER warnings on Windows 2000 Pin
Joe Woodbury12-Jan-04 8:37
professionalJoe Woodbury12-Jan-04 8:37 
GeneralSyntac Error Pin
Goh Hui Beng12-Jan-04 5:12
Goh Hui Beng12-Jan-04 5:12 
GeneralRe: Syntac Error Pin
Johnny ²12-Jan-04 5:22
Johnny ²12-Jan-04 5:22 
GeneralRe: Syntac Error Pin
Goh Hui Beng12-Jan-04 5:29
Goh Hui Beng12-Jan-04 5:29 
GeneralRe: Syntac Error Pin
Michael P Butler12-Jan-04 5:34
Michael P Butler12-Jan-04 5:34 
GeneralRe: Syntac Error Pin
Goh Hui Beng12-Jan-04 5:39
Goh Hui Beng12-Jan-04 5:39 
GeneralRe: Syntac Error Pin
Jijo.Raj12-Jan-04 6:20
Jijo.Raj12-Jan-04 6:20 
You had specified a "fltk.lib" library in the link options of the project settings. Its specified in

Project->Settings->Link tab-> object/library modules textbox.

But the compiler can't find the file. Its the problem. The solutions are.

1. If its an unnecessery library, remove it from the link options.
2. If its needed, then first find the location of the file using Windows File Search. Then take, Tools->Options->Directories tab, then add the path to the library path list.

Simple, Isn't it ? Wink | ;)

Regards,
Jijo. Wink | ;)

________________________________

Yesterday is history,
Tomorrow is a mystery,
But today is a present.
GeneralSMS Concatenation Header Pin
MarcoNedwig12-Jan-04 4:46
MarcoNedwig12-Jan-04 4:46 
Generalproblem shell'ing chkdsk.exe in winxp Pin
Jay++12-Jan-04 4:24
Jay++12-Jan-04 4:24 
GeneralRe: problem shell'ing chkdsk.exe in winxp Pin
David Crow12-Jan-04 4:57
David Crow12-Jan-04 4:57 
GeneralRe: problem shell'ing chkdsk.exe in winxp Pin
Jay++12-Jan-04 5:27
Jay++12-Jan-04 5:27 
GeneralRe: problem shell'ing chkdsk.exe in winxp Pin
David Crow12-Jan-04 7:20
David Crow12-Jan-04 7:20 
GeneralLoading >3GB tiff image Pin
Peter Woods12-Jan-04 4:16
Peter Woods12-Jan-04 4:16 
GeneralAVI in C++ Pin
Member 52521912-Jan-04 3:08
Member 52521912-Jan-04 3:08 
GeneralRe: AVI in C++ Pin
erkanina12-Jan-04 5:09
erkanina12-Jan-04 5:09 
GeneralRe: AVI in C++ Pin
Member 52521912-Jan-04 6:09
Member 52521912-Jan-04 6:09 
Generaladd an activeX to vc++ project Pin
sana55012-Jan-04 2:38
sana55012-Jan-04 2:38 
GeneralRe: add an activeX to vc++ project Pin
Monty212-Jan-04 2:45
Monty212-Jan-04 2:45 
GeneralRe: add an activeX to vc++ project Pin
sana55019-Jan-04 1:42
sana55019-Jan-04 1:42 
Questionlib vs exe compatibility? Pin
Kyudos12-Jan-04 2:28
Kyudos12-Jan-04 2:28 
GeneralCFileDialog Pin
jerry0davis12-Jan-04 2:06
jerry0davis12-Jan-04 2:06 
GeneralGetPixel / SetPixel Pin
jerry0davis12-Jan-04 2:00
jerry0davis12-Jan-04 2:00 
GeneralRe: GetPixel / SetPixel Pin
Jijo.Raj12-Jan-04 2:10
Jijo.Raj12-Jan-04 2:10 
GeneralRe: GetPixel / SetPixel Pin
jerry0davis12-Jan-04 2:15
jerry0davis12-Jan-04 2:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.