First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

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

asked Oct 24 '3

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

1 answer

Sort by » oldest newest most voted
0

answered Oct 24 '3

jconto gravatar image

updated Oct 24 '3

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.

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 gravatar imagemanello (Oct 26 '3)

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 (Oct 26 '3)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Oct 24 '3

Seen: 221 times

Last updated: Oct 24 '23