Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

RC3: CInt("0") fails


  • Please log in to reply
10 replies to this topic

#1 Moskus

Moskus

    Advanced Member

  • Members
  • PipPipPip
  • 132 posts
  • LocationNorway

Posted 12 November 2011 - 02:14 PM

See topic. All of the sudden I can't convert to integers anymore.

#2 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 12 November 2011 - 02:19 PM

Hi Moskus, Can you please post a bug report on this at netmf.codeplex.com? There are a number of post-release bugfixes being checked into the .NET MF 4.2 codebase. We're hoping to pull a bunch of them in at once and make a Netduino 4.2 RC4 firmware update...so it would be great to get this one in too. Chris

#3 Moskus

Moskus

    Advanced Member

  • Members
  • PipPipPip
  • 132 posts
  • LocationNorway

Posted 12 November 2011 - 07:19 PM

Sure thing! :)

#4 Novice Alex

Novice Alex

    Advanced Member

  • Members
  • PipPipPip
  • 59 posts

Posted 22 November 2011 - 11:39 PM

Hi Moskus,

Can you please post a bug report on this at netmf.codeplex.com?

There are a number of post-release bugfixes being checked into the .NET MF 4.2 codebase. We're hoping to pull a bunch of them in at once and make a Netduino 4.2 RC4 firmware update...so it would be great to get this one in too.

Chris


Hi Chris,

Any timeline for the RC4 firmware?
Please advise.

Novice Alex

#5 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 22 November 2011 - 11:39 PM

Any timeline for the RC4 firmware?
Please advise.

Soon.

#6 liqdfire

liqdfire

    Advanced Member

  • Members
  • PipPipPip
  • 78 posts

Posted 23 November 2011 - 12:37 PM

Does Interger.Parse("0") not work ?

#7 Novice Alex

Novice Alex

    Advanced Member

  • Members
  • PipPipPip
  • 59 posts

Posted 06 February 2012 - 02:27 PM

Does Interger.Parse("0") not work ?


Does any try out the above using the 4.2 RC4?

#8 Stefan

Stefan

    Moderator

  • Members
  • PipPipPip
  • 1965 posts
  • LocationBreda, the Netherlands

Posted 06 February 2012 - 06:03 PM

Dim i1 As Integer = CInt("0") Dim i2 As Integer = Integer.Parse("0") Debug.Print(i1.ToString() + " -- " + i2.ToString()) works indeed, returns "0 -- 0" as expected.
"Fact that I'm a moderator doesn't make me an expert in things." Stefan, the eternal newb!
My .NETMF projects: .NETMF Toolbox / Gadgeteer Light / Some PCB designs

#9 Moskus

Moskus

    Advanced Member

  • Members
  • PipPipPip
  • 132 posts
  • LocationNorway

Posted 07 February 2012 - 09:11 AM

Ah, great! :D

#10 Moskus

Moskus

    Advanced Member

  • Members
  • PipPipPip
  • 132 posts
  • LocationNorway

Posted 13 February 2012 - 08:45 PM

... but where do I find RC4 for the Netduino?

#11 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 13 February 2012 - 09:32 PM

Hi Moskus, The latest beta firmware is pinned near the top of the "beta firmware and drivers" forum. Thanks for testing out the new firmware! Chris




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.