Help

Moderator: Rathinagiri

Post Reply
srmitra
Posts: 4
Joined: Tue Dec 05, 2017 4:43 pm
DBs Used: DBF

Help

Post by srmitra »

Compile in 64-bit

error

_temp.rc:82: fatal error: when writing output to : Invalid argument
compilation terminated.
windres: can't open file `page:': Invalid argument
windres: preprocessing failed.
hbmk2: Processing local make script: hbmk.hbm
hbmk2[apl]: Warning: Cannot find C:/HMG.4/SVN/hmg.hbc (referenced from
hbmk.hbm)
hbmk2: Compiling...

Solve please

Srdjan Mitrovic
User avatar
AUGE_OHR
Posts: 2095
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Help

Post by AUGE_OHR »

hi,
srmitra wrote: Tue Jul 15, 2025 12:51 pm _temp.rc:82: fatal error: when writing output to : Invalid argument
compilation terminated.
windres: can't open file `page:': Invalid argument
windres: preprocessing failed.
as i understand it point to a missing Resource File "page" in your *.RC
have fun
Jimmy
srmitra
Posts: 4
Joined: Tue Dec 05, 2017 4:43 pm
DBs Used: DBF

Re: Help

Post by srmitra »

Compile and error in C:\hmg.3.6\SOURCE\Edit

_temp.rc:82: fatal error: when writing output to : Invalid argument
compilation terminated.
windres: can't open file `page:': Invalid argument
windres: preprocessing failed.
Harbour 3.2.0dev (r2304211101)
Copyright (c) 1999-2023, https://harbour.github.io/
C:/hmg.3.6/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find C:/hmg.3.6/SOURCE/Edit/_temp.o: No such file or directory
collect2.exe: error: ld returned 1 exit status
hbmk2[edit-64]: Error: Running linker. 1
gcc.exe C:/Users/GAS/AppData/Local/Temp/hbmk_t6tdg0.dir/h_edit.o C:/Users/GAS/AppData/Local/Temp/hbmk_t6tdg0.dir/hbmk_u7qnlx.o C:/hmg.3.6/SOURCE/Edit/_temp.o -pthread -static-libgcc -static-libstdc++ -static -lpthread -mwindows -Wl,--start-group -l"hmg-64" -l"crypt-64" -l"edit-64" -l"editex-64" -l"graph-64" -l"ini-64" -l"report-64" -l"hfcl-64" -lmsvfw32 -lvfw32 -l"hbvpdf-64" -lhbct -lhbwin -lhbmzip -lminizip -lhbmemio -lhbmisc -lhbtip -lsqlite3 -lhbsqlit3 -lsddodbc -lrddsql -lhbodbc -lodbc32 -lhbhpdf -lhbnetio -lxhb -lpng -llibhpdf -lhbzebra -lhbextern -lhbdebug -lhbvmmt -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgtstd -lgtwin -lgtwvt -lgtgui -lhbrdd -lhbuddall -lhbusrrdd -lrddntx -lrddcdx -lrddnsx -lrddfpt -lhbrdd -lhbhsx -lhbsix -lhbmacro -lhbcplr -lhbpp -lhbcommon -lhbmainwin -lwinmm -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -liphlpapi -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib -Wl,--end-group -o"edit-64.exe" -LC:/hmg.3.6/harbour64/lib/win/mingw64 -L"C:/hmg.3.6/lib-64"
Post Reply