MVVS: MV Basic for Visual Studio

 View Only
  • 1.  MVVS 1.1.2 - trouble with undefined internal function

    PARTNER
    Posted 08-02-2021 03:20
    There is still missing internal functions not correctly recognized by the system. 

    1- Referenced undefined function: SET.PTR
    call !SET.PTR( channel$getval    , 250 , 100 , 0 , 0 , 3 , 'BANNER ':appid:'_getval.txt,BRIEF' ) 

    2- Referenced undefined function: UDOGetLastError 
    ERR2 = UDOGetLastError(ERR.CODE,ERR.MESSAGE)

    3- Referenced undefined function: inOAS ...
    which is a internal source code declared subroutine but the outline knows it as a function 
    main:
    a = ''
    call insOAS(a) 
    stop 
    
    subroutine insOAS(a)
    crt a 
    return 
    ​


    4- Referenced undefined function: SB.FILEVAR.S  ; where SB.FILEVAR.S is declared into .rmv/documentation/universe/custom.json ; hoover / intellitype knows it. (not connected mode)

    5- variable not referenced. 
    variables returned by 'creator' function like me.udo  into if UDOCreate((UDO$OBJECT,me.udo) then   
    are not listed into OUTLINE as a variable. 


    ------------------------------
    Manu Fernandes
    ------------------------------


  • 2.  RE: MVVS 1.1.2 - trouble with undefined internal function

    ROCKETEER
    Posted 08-02-2021 11:55
    Edited by Christian Bristow 08-02-2021 11:55
    Thanks Manu, being progressed as engineering reference MVVS-447

    ------------------------------
    Christian Bristow
    TSE
    Rocket Software Inc
    ------------------------------