Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 06:43:17 +0000



Post From: ACSIL error remote compiling GDIExample.cpp

[2018-10-15 13:23:01]
wwwingman - Posts: 185
Hi,

I tried to compile the GDIExample.cpp using the remote compiler. I use the 1820 version, and the errors I get are :


-- Starting remote build of Custom Studies Source files: GDIExample.cpp. 64-bit -- 08:19:55
Allow time for the server to compile the files and build the DLL.

The remote build did not succeed. Result:

/tmp/ccRvihR8.o:GDIExample.cpp:(.text+0x12): undefined reference to `__imp_CreateSolidBrush'
/tmp/ccRvihR8.o:GDIExample.cpp:(.text+0x1f): undefined reference to `__imp_SelectObject'
/tmp/ccRvihR8.o:GDIExample.cpp:(.text+0x43): undefined reference to `__imp_Rectangle'
/tmp/ccRvihR8.o:GDIExample.cpp:(.text+0x54): undefined reference to `__imp_DeleteObject'
/tmp/ccRvihR8.o:GDIExample.cpp:(.text+0x5f): undefined reference to `__imp_SetTextAlign'
/tmp/ccRvihR8.o:GDIExample.cpp:(.text+0x82): undefined reference to `__imp_TextOutA'
collect2: error: ld returned 1 exit status

-- End of Build -- 08:20:02

-- W