Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Hot Topic (More than 8 Replies) Are you plan publish source codes ? (Read 9211 times)
398X
Global Moderator
*****
Offline


Posts: 4
Joined: Oct 24th, 2011
Are you plan publish source codes ?
Oct 24th, 2011 at 5:41pm
Print Post  
Are you plan publish source codes ?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Are you plan publish source codes ?
Reply #1 - Oct 24th, 2011 at 6:50pm
Print Post  
Yes i certainly am but this project has consumed too much time over the last months and the sources need a BIG cleanup. So I'll do it as soon as i can. 

I also hope to do it in stages. I'll publish the source for a small windows app that uses the api so people can write their own compiler or arduino utils, then the api which is c#  then the addin that uses the api which is currently vb and needs to be changed to c#.

A lot of the source also needs copyrights becuase i grabbed it from many places. The api is mainly built from using the Java>C# convert that was in Visual Studio 2005 and then updating to VS2010.

Hope that's okay
  
Back to top
WWW  
IP Logged
 
398X
Global Moderator
*****
Offline


Posts: 4
Joined: Oct 24th, 2011
Re: Are you plan publish source codes ?
Reply #2 - Oct 28th, 2011 at 9:51pm
Print Post  
Hi Administrator
thanks for replay. I'll wait a source. Now i use Maple platform (ARM but arduino fork) and make a some changes in your software for support ARM (arm-none-eabi). Works normal. Also i investigate about integrate debugger but it's really problem. Now i know only one product (wingdb) for use with VS and gdb.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Are you plan publish source codes ?
Reply #3 - Oct 28th, 2011 at 10:47pm
Print Post  
thanks

if you have a moment you will save me some time by explaning the changes required for arm. that would be usery useful
  
Back to top
WWW  
IP Logged
 
398X
Global Moderator
*****
Offline


Posts: 4
Joined: Oct 24th, 2011
Re: Are you plan publish source codes ?
Reply #4 - Oct 31st, 2011 at 11:13pm
Print Post  
Not a problem - i can publish as project on any site (codeplex or other) but i reengiinering from VB to C# (but with reference to VB for LateBinding.Get only. If you not disagree i can publish. Send to my mail directly.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Are you plan publish source codes ?
Reply #5 - Oct 31st, 2011 at 11:35pm
Print Post  
I have sent you an email and added you as a developer on the codeplex site. Thanks for your great work and please respond to my email Smiley
« Last Edit: Oct 31st, 2011 at 11:51pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Niki_77
Junior Member
**
Offline


Posts: 12
Joined: Nov 1st, 2011
Re: Are you plan publish source codes ?
Reply #6 - Nov 2nd, 2011 at 9:28am
Print Post  
i'm looking forward for the source. Cheesy

I need to make porting of the code to my old dear vs2005 ! Wink
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Are you plan publish source codes ?
Reply #7 - Nov 2nd, 2011 at 9:44am
Print Post  
the 2008 version might work with 2005. try adding 2005 to the .addin
  
Back to top
WWW  
IP Logged
 
Niki_77
Junior Member
**
Offline


Posts: 12
Joined: Nov 1st, 2011
Re: Are you plan publish source codes ?
Reply #8 - Nov 2nd, 2011 at 10:57am
Print Post  
Hi admin!

I've try yet,modifing the .addin file and manually install it,  but some strange problem occurred.

Create command bar items      End
Create command bar items      Begin
CreateCommandBarItems      Begin AddinVer=18
GetCommands      Commands2
*SetupMenuBarProject      Unable to get control
Impossibile caricare il file o l'assembly 'Visual.Micro.Visual.Studio.Arduino.08.resources, Version=8.10.4308.38328, Culture=it, PublicKeyToken=null' o una delle relative dipendenze. Impossibile trovare il file specificato.
*SetupMenuBarProjectTemp      Unable to get control
L'elemento č giā stato aggiunto. Chiave nel dizionario: 'StandardAddItemArduino'. Chiave aggiunta: 'StandardAddItemArduino'
Get Bar      Tools
Create Bar      Tools>Arduino
Unable to create command bar items      L'elemento č giā stato aggiunto. Chiave nel dizionario: 'ArduinoTools'. Chiave aggiunta: 'ArduinoTools'

The bold message is italian error message like "Impossible to find the file or assembly 'Visual.Micro.Visual.Studio.Arduino.08.resources, Version=8.10.4308.38328, Culture=it, PublicKeyToken=null' or one dependency. Impossible to find the specified file.

And i've not idea of the cause.
By the way is not really a big problem, and i think there is not the right place(this thread) to eventually discuss about it! Wink
« Last Edit: Nov 2nd, 2011 at 11:16am by Niki_77 »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Are you plan publish source codes ?
Reply #9 - Nov 2nd, 2011 at 12:11pm
Print Post  
Well, every day I have a few really dumb ideas. 

The 08 dlls are compiled for .net3.5 and VS2005 will need .net2.0

I'll make a compile later today and maybe you can give it a try

Thanks

ps: I've created a VS 2005 discussions in the Enhancements thread. I will clear some of these 2005 messages from this thread later
« Last Edit: Nov 2nd, 2011 at 12:32pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint