mplab Questions

5

Solved

The Question: Does doing if(SomeFunction() == TRUE) instead of doing if(SomeFunction()) protect against some type of coding error? I'm trying to understand if this is protecting from some hidden la...
Nette asked 6/4, 2016 at 18:53

5

Solved

I have code written in C but I need to see the Assembly file so I can optimize the code and figure out how long certain functions will take. Does anyone know of a quick way to pull up the Assembly ...
Salesclerk asked 23/7, 2014 at 15:35

5

In MPLAB IDE what is the sizes of data types (int, unsigned int, float, unsigned float, char...)?
Odont asked 10/11, 2009 at 10:21

1

Solved

Im trying to use shared_ptr in an embedded project which is build with xc32 1.34 (a derivative of gcc 4.5.2). The project has RTTI disabled with -fno-rtti. #include <memory> Just includin...
Overflow asked 4/7, 2016 at 9:13

2

Solved

I have a folder with some .h and .c files and I want to use header files in my projects. I have included them in "Header Files" folder of my project using "Add Existing Item" but when i try to "#i...
Valetudinarian asked 20/5, 2012 at 14:33

1

Solved

I am new to the Java world, but am familiar with Ruby. I am trying to write a program that interacts with some third-party jar files. While the libraries seem to behave fine if called from Java, t...
Antecede asked 3/4, 2013 at 17:35

5

Solved

Consider the following code. char message[]="foo"; void main(void){ message[] = "bar"; } Why is there a syntax error in MPLAB IDE v8.63? I am just trying to change the value of character array...
Energetic asked 18/1, 2013 at 9:48

1

Solved

I've been using PC-Lint with MPLAB for a couple of years now and it has been really useful. MPLAB is about to change to be a netbeans based IDE and I've not found any netbeans plugins for PC-Lint. ...
Belding asked 20/7, 2011 at 10:42

5

Solved

I started using MPLAB recently, but for someone that works with Eclipse and VS the IDE it's very limited. Do you know any free IDE or how to configure Ecplise or Netbeans to PIC development? ...
Atlantic asked 21/1, 2011 at 18:12
1

© 2022 - 2024 — McMap. All rights reserved.