Microsoft 2010 visual c , installing FLTK

前端 未结 3 1726
长情又很酷
长情又很酷 2021-01-16 11:13

FLTK problems with MSV2010C++

I\'m following \"Programming - Principles and Practice Using C++\".

Having a bad time trying to get FLTK running correctly. I w

3条回答
  •  旧时难觅i
    2021-01-16 11:27

    The error message that you are getting suggests that probably you have created the project with a setting other than the one is required (Win32 console application) to run FLTK.

    The following link should help.

    http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvc/thread/b83e4884-9dec-4d67-ab92-90d5b6c8c51c/

提交回复
热议问题