running out of ideas for how to get past linker errors.

I've got FLTK 135 libraries working, or so it seems.

I'm left with having to resolve these errors:

1>fltk.lib(fl_utf8.obj) : error LNK2019: unresolved external symbol
"__declspec(dllimport) int __cdecl _wopen(wchar_t const *,int,int)"
(__imp_?_wopen@@YAHPB_WHH@Z) referenced in function _fl_open
1>fltkjpeg.lib(jerror.obj) : error LNK2019: unresolved external symbol
__imp____iob_func referenced in function _output_message
1>fltkpng.lib(pngerror.obj) : error LNK2001: unresolved external symbol
__imp____iob_func
1>fltk.lib(fl_call_main.obj) : error LNK2019: unresolved external symbol
__imp____argv referenced in function _WinMain@16
1>fltk.lib(fl_call_main.obj) : error LNK2019: unresolved external symbol
__imp____wargv referenced in function _WinMain@16
1>fltk.lib(fl_call_main.obj) : error LNK2019: unresolved external symbol
__imp____argc referenced in function _WinMain@16
1>.\Release\VirtualT.exe : fatal error LNK1120: 5 unresolved externals
1>Done building project "VirtualT.vcxproj" -- FAILED.


Does anyone have a suggestion how to get around this problem?

thanks
steve





On Sat, Dec 14, 2024 at 8:28 PM Stephen Adolph <[email protected]> wrote:

> As said, I am trying to build virtualT on windows 10 using
> Microsoft Visual Studio Community 2022 (64-bit) - Current
> Version 17.4.5
>
> I keep getting this error:
>
> Error C1083 Cannot open include file: 'FL/Fl.H': No such file or directory
> VirtualT E:\dev\virtualt-src-v1.6\src\watchtable.cpp 30
>
> This file indeed seems to be missing and is not in VT1.6 source either.
>
> Any suggestions?
> thanks
> Steve
>
>
> PS - why ?  because I want to run the 8085 in VT with "no undoc opcodes"
> by modifying
>
> do_instruct.h
>
>

Reply via email to