The following are the known bugs in the openCONFIGURATOR-V-0.9.1:
1) Process Image offset duplication in XAP when one CN is created by importing xdc and other CN is default CN and PDOs are manually created.
2) "Error Loading Shared library" for binaries downloaded from sourceforge on some machines
The bug #1 will be solved in V-1.0.0, and will be available to the users on 17 Apr 2009.
We are in the process of fixing the bug #2. Till we make a release for bug#2, please follow the work around mentioned below.
Work around for Bug#2:
1) Compile the openCONFIGURATORSoln to get the shared libraries.
- On Windows, use Visual Studio Express Edition to compile
- On Linux, use the Makefiles delivered along with the source
2) Copy the shared libraries into the GUI folder in the installed directory.
Please consult the User Manual for detailed explanation on the bugs and the work around. An updated user manual will be also be released along with V-1.0.0
Regards,
Kalycito Powerlink Team
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I do not have Microsoft Visual studio installed on my computer, how can I compile the sources ? I installed "Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)" but I didn't find the way to compile
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The Visual C++ Redistributable Package installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ installed. We cannot compile using "Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)".
Just after installing the "Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)", you should be able to launch the tool.
If you need to compile the source [for customizing or extending the tool], you may use a FULL version of Microsoft Visual Studio or the Microsoft Visual Studio Express Edition, which is available for free.
Regards,
Kalycito Powerlink Team
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear users,
The following are the known bugs in the openCONFIGURATOR-V-0.9.1:
1) Process Image offset duplication in XAP when one CN is created by importing xdc and other CN is default CN and PDOs are manually created.
2) "Error Loading Shared library" for binaries downloaded from sourceforge on some machines
The bug #1 will be solved in V-1.0.0, and will be available to the users on 17 Apr 2009.
We are in the process of fixing the bug #2. Till we make a release for bug#2, please follow the work around mentioned below.
Work around for Bug#2:
1) Compile the openCONFIGURATORSoln to get the shared libraries.
- On Windows, use Visual Studio Express Edition to compile
- On Linux, use the Makefiles delivered along with the source
2) Copy the shared libraries into the GUI folder in the installed directory.
Please consult the User Manual for detailed explanation on the bugs and the work around. An updated user manual will be also be released along with V-1.0.0
Regards,
Kalycito Powerlink Team
Bug#2: You need the "Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)" if Visual Studio is not installed.
cu,
Daniel
SYS TEC electronic GmbH
I do not have Microsoft Visual studio installed on my computer, how can I compile the sources ? I installed "Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)" but I didn't find the way to compile
Hello,
The Visual C++ Redistributable Package installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ installed. We cannot compile using "Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)".
Just after installing the "Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)", you should be able to launch the tool.
If you need to compile the source [for customizing or extending the tool], you may use a FULL version of Microsoft Visual Studio or the Microsoft Visual Studio Express Edition, which is available for free.
Regards,
Kalycito Powerlink Team
Hello,
Thanks a lot for the tips !