Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

FREE, EASY CODE WRITING For MPLAB Users.(Another New Ver. )

Status
Not open for further replies.

gidimiz

Advanced Member level 1
Joined
Feb 3, 2005
Messages
427
Helped
125
Reputation
250
Reaction score
41
Trophy points
1,308
Activity points
5,158
struct declaration mplab

Hi,

As most of you already using this wonderful program, here is another FREE! update. You cant find the program on the web, so this in the only place you can...
Whats new?

  • * Now there is a full support of the definitions of types (typedef and defines)
    * The speed of parsing is twice increased (twice faster)
    * Added icons in a list-tree of files of the project

    Code:
    You now can define of the struct as:
    typedef struct MyStruct_tag
    {
       unsigned char var1;                 // My variable 1
       double var1;                           // My variable 2
    } MyStruct;
    
    And make variable as:
    struct MyStruct_tag MyVar1;     // usual style
    MyStruct MyVar2;                    // short style

    - To find declaration of a variable/function, stand on him and press F12.

    If the C-file with the declaration, is not loaded in MPEditor, automatically
    will be displayed a position of the declaration only from a h-file. Differently,
    displays the dialogue window to select of a file for viewing will be displayed.

    PN: The files automatically open, on key F12 pressed, if they are added to the
    project! Otherwise, you can define an arrangement of the declaration only in
    context-help (as before).

Enjoy.
 

svhelper download

hi i noticed only after downloading

this app was for v6.xx of mplab

trying later v7.xx the mplab closes abrouptly on opening past the into screen
but the tray applet still runs

? is this an exception no... its a crash caused by the message events not getting passed back to mplab
in v6 this isnt important as the api in v7 it appears to have exception handle's
and callbacks
so...

adding an LRESULT callwindowproc (MESSAGE msg, WPARAM warg, LPARAM larg)

at the end of the que will solve this i think
 

Hi,

im sorry but i didnt get what happend to you. I didnt write the software, some nice guy that im in touch with wrote this. You can email him from the program.
The program works on All MPLAB. Im using MPLAV V7.30 and im having no problems.
Good luck.
 

Re: FREE, EASY CODE WRITING For MPLAB Users.(Another New Ver

Hi ill try again
?does it need any drivers added to work?? perhaps i missed one when installing
thanks for the reply
 

You can find the program on the web...
**broken link removed**
 

Hi ill try again
?does it need any drivers added to work?? perhaps i missed one when installing
thanks for the reply
 

It does not need any drivers.

Please, tell me, what OS you use (Windows 98 / XP)? Whether you use an antivirus (what)?
I used different, but problems did not notice.
 

Re: FREE, EASY CODE WRITING For MPLAB Users.(Another New Ver

Hi All

i found the problem with this little tool and my setup

it turned out to be the mouse drivers applet
after i closed it the app runs fine

so there is a resource leek somewhere ???

i also found if i close all the applets then install it i can run it after this with no problems

advice is to close all applets before installing it
seems a component fails to update as its in use by the applets
 

Re: FREE, EASY CODE WRITING For MPLAB Users.(Another New Ver

I managed to drop MPLAB. I localized and fixed a bug. Try, probably it resulted in your problems.
Download: **broken link removed** (91,4 KB)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top