0

I can´t generate .dll file when Compile in PSS34

These message appear:

link /INCREMENTAL:NO /NOLOGO /DLL /SUBSYSTEM:WINDOWS /MACHINE:X86 /ERRORREPORT:PROMPT @"C:\CAMMESA\linkfilesjtg7bl.txt" /OUT:"C:\CAMMESA\dsusr.dll" /map:"C:\CAMMESA\dsusr.map"

mod34211.lib(MODELOSGOV.obj) : error LNK2001: unresolved external symbol impPSSCM4mpNUMBUS@4 mod34211.lib(MODELOSAVR.obj) : error LNK2001: unresolved external symbol impPSSCM4mpNUMBUS@4 mod34211.lib(CSVCPI.obj) : error LNK2001: unresolved external symbol _impPSSCM4mpNUMBUS@4 mod34211.lib(OTROS.obj) : error LNK2001: unresolved external symbol _impPSSCM4mpNUMBUS@4 mod34211.lib(DCTCM.obj) : error LNK2001: unresolved external symbol _impPSSCM4mpNUMBUS@4 mod34211.lib(ABBJVP.obj) : error LNK2001: unresolved external symbol _impPSSCM4mpNUMBUS@4 C:\CAMMESA\dsusr.dll : fatal error LNK1120: 1 unresolved externals

ERROR during link(1)... Aborted

manello's avatar
1
manello
asked 2023-10-24 09:45:45 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

On this forum search for "Problems with Create User Dll's". Download the uexc demo to compile it in v.34. If a dll file is created, then your system is ready for compiling! Back to the compiling errors. PSSe variable "NUMBUS" is being used but not defined in the "*.obj" contained in the mod34211.lib file. Check the source code and confirm that the statement:

include 'comon4.ins'

is defined in all the source codes.

jconto's avatar
2.9k
jconto
answered 2023-10-24 14:47:33 -0500, updated 2023-10-24 14:48:06 -0500
edit flag offensive 0 remove flag delete link

Comments

Hello! First, Thanks for the Help! second.. the uexc compile works ok! but i don´t understand how Check the source code and confirm that the statement: include 'comon4.ins'. Where I check that?

manello's avatar manello (2023-10-26 13:17:08 -0500) edit

Take "MODELOSGOV.obj". It is the compile version of a source code (*.flx or *.f) Open the source code file with a text editor and check for that statement. Whoever provided the *.obj or *.lib files might have access to the corresponding source files.

jconto's avatar jconto (2023-10-26 17:09:45 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer