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

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Oct 24 '3

jconto gravatar image

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 'common4.ins'

is defined in all the source codes.

click to hide/show revision 2
No.2 Revision

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 'common4.ins'
'comon4.ins'

is defined in all the source codes.