• PicŪ Basic


  • V Info

    A plugin to automatically add File, Compiler Version information to your project.
    Also compile time, date, file name and path
    Attachment 1297




    How V Info works
    V Info by default adds preprocessor defines ($define DefineName value) to the PPI file which is created by the compiler just before it compiles.
    V Info must be running before you compile so that V Info can write the defines and values, for the preprocessor to use.
    You can add a V Info define by selecting the required define from the drop down combo and press the V Info button.
    There are a couple examples below to start you off.
    You can also instruct V Info to write to an include file, see Optional directive
    Simple Example
    Include "PROTON_4.INC"
    Print At 1,1, "V", V_InfoVersionStr
    Print At 2,1, V_InfoDateStrMMDDYY, " ", V_InfoTimeStrT
    Attachment 1307
    Modified Proton Sample DS1820.bas
    Setting RTC time and date to compile time and date
    Attachment 1310
    Attachment 1309
    Optional directive

    By default V Info writes info to the PPI file
    You can make it create and write to an Include file
    The define (V_Info_Include) is a dummy preprocessor define which is an instruction for the V Info plugin to write to an Include file named "SomeFileName.inc" (Do not have any of you code on this V_Info_Include file, it will be lost)

    $define V_Info_Include SomeFileName.inc
    Include "SomeFileName.inc"

    This plugin has been written by Dave Stirk (DaveS On PDS forum).
    The plugin is offered On an as-is basis with no warranty As To its effectiveness, operation or reliability.
    Users use it At their own risk.
    Download Beta V Info
    Note: When I have had enough feed back, saying all is OK, I will rewrite the help file to describe all features
    If you could leave feed back here http://www.protonbasic.co.uk/showthr...-V-Info-Plugin thanks.
    http://click-server.com/forumfiles/i...9-download.pngAttachment 1378
    Support
    Please do Not post support questions On this wiki
    Please post feed back Or support questions To DaveS Feedback Forum
  • Recent Activity

    teo-16018

    Microsoft security essentials blues

    Thread Starter: shantanu@india

    Hi, A strange thing happened just now.My Windows 7 Micrsoft Sercurity Essentials suddenly gave a warning that prplus.exe(Compiler) is a potential...

    teo Today, 19:23 Go to last post
    David Barker-251

    UMC bootloader 18F46K22

    Thread Starter: shunt010

    Hi all. I am trying to build a UMC bootloader file for the 18F46K22, and it doesn't appear to work. It returns (in the error log) Error ...

    David Barker Today, 11:20 Go to last post
    barak-1433

    SPI mssp

    Thread Starter: picprotonguy

    Just ordered Digital to Analog IC MCP4822 with SPI interface and immediately opened proton manual. I'm very disappointed, it looks like Proton...

    barak Today, 16:06 Go to last post