Search:

Type: Posts; User: Dale Ziner

Search: Search took 0.01 seconds.

  1. yeah and the other was sd++ which needed to be...

    yeah and the other was sd++ which needed to be dd++.
    fixed those 2 things and that section of code is now working.

    Murphy's law: the simplest thing will be the hardest to see.
  2. not loading a dynamic array (128,8) correctly

    public void dam_data_setup()
    {
    // fill list
    damgtype.Add( den1);
    damgtype.Add( den2);
    damgtype.Add( da1);
    damgtype.Add(...
  3. Replies
    7
    Views
    3,576

    Thanks for the info. I've tried to change the...

    Thanks for the info.
    I've tried to change the startup object but I can't change it. It's stuck on not set and no other options are given.
  4. Replies
    7
    Views
    3,576

    no vailid "Main" entry point

    using System;
    using System.IO;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.String;

    namespace JWGenetics
    {
    // instance Class
Results 1 to 4 of 4