Ask Your Question
0

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

asked 2023-10-24 09:45:45 -0500

manello gravatar image

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

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2023-10-24 14:47:33 -0500

jconto gravatar image

updated 2023-10-24 14:48:06 -0500

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.

edit flag offensive delete link more

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 gravatar imagemanello ( 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 gravatar imagejconto ( 2023-10-26 17:09:45 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2023-10-24 09:45:45 -0500

Seen: 126 times

Last updated: Oct 24 '23