Plex 2E

  • 1.  Missing dll's and pnl's [Plex 6.1]

    Posted Mar 05, 2013 03:59 PM
    Getting a weird error here. Not sure it is due to licensing not being sorted out yet or not.

    Been a while since I have been doing Plex and just a s a refresher to get my skillset back up to speed I was architecting a simple WinC Client panel that would get the current date and then calculate days from the a previously entered date. It all gen's fine, and complies fine. No errors reported. I then build an executable from the function just to test it. It too builds without errors, however there are no dll's or pnl's to be found, so it is not letting me run from the Gen window.

    The last version I have used was Plex 5.5 and now the client is using 6.1

    Am I missing something here? The installation was straight forward. I would think tghat not having the licensing sorted out yet would prevent the gen from occuring?


    Thanks,


    Louis


  • 2.  RE: Missing dll's and pnl's [Plex 6.1]

    Posted Mar 07, 2013 01:15 PM
    Hello.. Which version of Visual studio are you using?


  • 3.  RE: Missing dll's and pnl's [Plex 6.1]

    Posted Mar 07, 2013 01:24 PM
    Visual Studio 2005 C++, I have noticed that the DLL and PNL's compile fine with no errors. I also get 9 objects listed but can only see 6 objects in the folder. This sounds weird, so I am trying to sort out the authorities, but I have never; not seen them show up before. So cannot tell if it is authority issue with Microsoft or not. Also I am remoting in to PC as it in at another location in the building.

    Also I found the SP 1 was in not installed on the VC++ 2005, Not sure this would affect it or not.

    Louis


  • 4.  RE: Missing dll's and pnl's [Plex 6.1]
    Best Answer

    Posted Mar 19, 2013 12:31 PM
    OK, found the issue. While Visual Studio was installed on this machine, the C++ compiler was not. nmake was allowing the build, but with no compiled objects since there was no compiler.

    Thanks,

    Louis


  • 5.  RE: Missing dll's and pnl's [Plex 6.1]

    Posted Mar 20, 2013 10:23 AM