[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bgsdev::phigs

Title:Digital PHIGS
Notice:V4.1 SSB kits -> 1000.88
Moderator:FREBRD::POEGEL
Created:Mon Feb 03 1986
Last Modified:Mon May 26 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1632
Total number of notes:6504

1629.0. "dcirc2 broken in PHIGS 5.0 for D-UNIX ?" by GYPOS3::EIBL (Reinhard Eibl @FKR, DTN 865-4027) Tue Feb 25 1997 11:13

Hello all,

a customer claimed me that the FORTRAN binding function dcirc2 is not
in the PHIGS library. The linker gives the usual error for that case:

	ld:
	Unresolved:
	dcirc2_
	fort: Severe: Failed while trying to link.

Could reproduce it with the small program below. PHIGS is 5.0 and operating
system is Dgitial UNIX 4.0a.

Have i forgotten something (the release notes say nothing about it)
or is it a case for escalation ?

Thanks for help in advance.
/Reinhard
----------------------------------------------------------------
        program tst_dcirc2

        implicit        none

        include         '/usr/include/PHIGS/phigs_for_bnd_consts.f'
        integer         stat,viewi
        real            px,py

        call popph(0,0)
        call popwk(1,0,0)

        call popst(1)
          call dcirc2(0.4,0.4,0.2)
        call pclst()

        call ppost(1,1,1.0)
        call puwk(1,PPERFO)

        call prqlc(1,1,stat,viewi,px,py)

        call pclwk(1)
        call pclph()

        stop
        end
T.RTitleUserPersonal
Name
DateLines
1629.1BGSDEV::POEGELWed Feb 26 1997 10:0311
>>     <<< Note 1629.0 by GYPOS3::EIBL "Reinhard Eibl @FKR, DTN 865-4027" >>>
>>                  -< dcirc2 broken in PHIGS 5.0 for D-UNIX ? >-

The PHIGS fortran binding states that this function is not supported
in PHIGS V3.0.  While the documentation hasn't been revised since then, 
neither has the function been implemented.

This was going to be just a short hand version of the DCIRC (3D) function
so that function can easily be used instead.

Garry
1629.2ThanksGYPOS3::EIBLReinhard Eibl @FKR, DTN 865-4027Wed Feb 26 1997 11:260