• (2 Pages)
  • +
  • 1
  • 2

GRAPHING ALGEBRAIC FUNCTIONS USING C++ AND FLTK TUTORIAL GRAPHING ALGEBRAIC FUNCTIONS USING C++ AND FLTK TUTORIAL Rate Topic: -----

#16 snoopy11  Icon User is offline

  • D.I.C Addict
  • member icon

Reputation: 212
  • View blog
  • Posts: 745
  • Joined: 20-March 10

Posted 05 October 2010 - 11:41 PM

View Postlaserbeak43, on 05 October 2010 - 08:18 PM, said:

ok built it and got 2 errors, 67 successes and 1 sipped, my two errors are
Error	58	error c101008d: Failed to write the updated manifest to the resource of file "../test/labeld.exe". The operation failed.	C:\flt\fltk-1.1.10\vc2005\mt.exe	label
Error	15	error LNK1181: cannot open input file 'fltkd.lib'	C:\flt\fltk-1.1.10\vc2005\LINK	line_style


I don't know the importance of a manifest, or if it even matters but for the fltkd.lib error, am i supposed to link the lib found in "../lib"?
I don't really see what's been skipped either. I'm stumped.

Thanks



No thats what I got....
you dont need the other two files anyway you have managed to build most of the libraries
go to fltk1.1.10\lib and you will now see a host of library .lib
files. One of which hopefully is fltk.lib, fltkimages.lib and fltkjpeg.lib
and if you do copy all the libs into your compilers lib directory
other words Program Files\Microsoft Visual Studio 10.0\VC.
Was This Post Helpful? 1
  • +
  • -

#17 laserbeak43  Icon User is offline

  • D.I.C Head

Reputation: 4
  • View blog
  • Posts: 128
  • Joined: 07-November 09

Posted 07 October 2010 - 10:08 AM

View Postsnoopy11, on 05 October 2010 - 10:41 PM, said:

No thats what I got....
you dont need the other two files anyway you have managed to build most of the libraries
go to fltk1.1.10\lib and you will now see a host of library .lib
files. One of which hopefully is fltk.lib, fltkimages.lib and fltkjpeg.lib
and if you do copy all the libs into your compilers lib directory
other words Program Files\Microsoft Visual Studio 10.0\VC.

thanks for all of your prompt responses. got a bit caught up with work there. I've built the debugs in my last post building the releases now. thanks for all of your help!!!
Was This Post Helpful? 0
  • +
  • -

#18 Elcric  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: 96
  • View blog
  • Posts: 453
  • Joined: 02-May 09

Posted 01 August 2011 - 10:00 AM

Hello laserbeak43,

Thank you very much for your comments:

View Postlaserbeak43, on 06 October 2010 - 12:18 AM, said:

ok built it and got 2 errors, 67 successes and 1 sipped, my two errors are
Error	58	error c101008d: Failed to write the updated manifest to the resource of file "../test/labeld.exe". The operation failed.	C:\flt\fltk-1.1.10\vc2005\mt.exe	label
Error	15	error LNK1181: cannot open input file 'fltkd.lib'	C:\flt\fltk-1.1.10\vc2005\LINK	line_style


I don't know the importance of a manifest, or if it even matters but for the fltkd.lib error, am i supposed to link the lib found in "../lib"?
I don't really see what's been skipped either. I'm stumped.

Thanks


If the example still does not work, please post your questions in the DIC forum and either I or someone else will help you.
Was This Post Helpful? 0
  • +
  • -

  • (2 Pages)
  • +
  • 1
  • 2