Can swipl.exe load library(pce)?

Even if console application cannot use graphics, I would like to at least be able to make swipl.exe load library(pce). Because most of programming time we are just working with data. Graphics are only for final display.

BTW, why console applications cannot use graphics? The other day, I tried plOpenGL which uses graphics. It can work with swipl.exe. For example, in Emcas shell-mode, I can run c:\swipl.exe myOpenGLapp.pl, it will display a window (there are some problems with prolog-mode and ediprolog though).