// JP opened flex table

Click to See Complete Forum and Search --> : What does this error mean


adi5401
September 9th, 2004, 02:13 PM
Im getting a error while connecting to my pamtop does any one know what does this mean




The WCESMGR.exe file is
linked to missing export PEGCON.DLL:30

dimm_coder
September 15th, 2004, 07:00 AM
Im getting a error while connecting to my pamtop does any one know what does this mean




The WCESMGR.exe file is
linked to missing export PEGCON.DLL:30



The WCESMGR.exe program is linked against the PEGCON.DLL library and imports some function by ordinal (that means not by name, but by the function's number).
Here, the program expects that the library exports some function which ordinal == 30. But this version of PEGCON.DLL has no a function exported with this number.
Perhaps, WCESMGR.exe uses some undocumented functions of PEGCON.DLL
and this version of WCESMGR.exe doesn't provide it.

kandukondein
September 15th, 2004, 10:48 AM
Yeah looks to me as well as any out of versioning problem.

//JP added flex table