About User modules and Layouts
-
moody33
- Member
- Posts: 338
- nay-seven
- Site Admin
- Posts: 5684
- Location: rennes France
- Contact:
for the scalesnap , just retry to download it maybe ..cause this works ( just recheck it and no problem )
for the layouts , yes , it's not logic ( for me ) , but put it in the skin dir...works better...
senso..?
for the layouts , yes , it's not logic ( for me ) , but put it in the skin dir...works better...
senso..?
-
nelson
- Member
- Posts: 36
strange ... someone have similar problem?
- nay-seven
- Site Admin
- Posts: 5684
- Location: rennes France
- Contact:
no problem here , usine beta8.....?
-
martignasse
- Site Admin
- Posts: 611
- Location: Lyon, FRANCE
- Contact:
Hi,
I experienced similar problems with user modules...
and it was because runtime library of VC++ wasn't on the computer.
here a link to the Microsoft Visual C++ 2008 SP1 Redistributable Package : http://www.microsoft.com/downloads/details.aspx?FamilyID=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=fr
sorry, in french.
hope it help.
edit : link to the English page added to the WIKI
I experienced similar problems with user modules...
and it was because runtime library of VC++ wasn't on the computer.
here a link to the Microsoft Visual C++ 2008 SP1 Redistributable Package : http://www.microsoft.com/downloads/details.aspx?FamilyID=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=fr
sorry, in french.
hope it help.
edit : link to the English page added to the WIKI
Martin FLEURENT - Usine Developer - SDK maintainer
- senso
- Site Admin
- Posts: 4427
- Location: France
- Contact:
Any solution to compile User modules with the redistributable package included in the code?
Olivier Sens
www.brainmodular.com
www.brainmodular.com
-
martignasse
- Site Admin
- Posts: 611
- Location: Lyon, FRANCE
- Contact:
As far as i know, no other solution, because these library are runtime library of the Microsoft C++ compiler (for a specific version), and Microsoft provide them only in dll.senso wrote:Any solution to compile User modules with the redistributable package included in the code?
edit :
ok, in fact, it's possible to compile User Module with static linking of runtime library :rolleyes:
I made a quick test with the PrototypeExample (size jump from 9Ko to 61 Ko) and dependency walker not mention any more microsoft runtime dll as dependency.
To achieve this, you have to go in the project properties->C/C++->Code Generation : and change 'Multi-threaded DLL (/MD)' to 'Multi-threaded (/MT)'. and recompile.
Have to make some further test, but it seems to be the solution.
Martin FLEURENT - Usine Developer - SDK maintainer
-
Clearscreen
- Member
- Posts: 482
- Location: Australia
- Contact:
just noticed this with the XY Array add-on myself...moody33 wrote:Hi nelson. I've also noticed that in usine, when i open the user module folder, your modules appears whitout any name. There only blank...in place of letters.
-
martignasse
- Site Admin
- Posts: 611
- Location: Lyon, FRANCE
- Contact:
Ok, cool,moody33 wrote:Great news. If it work, it should be great if all users modules available for download could be updated .
thanks for the feedback
An SDK update seems needed to reflect this...
Martin FLEURENT - Usine Developer - SDK maintainer
- senso
- Site Admin
- Posts: 4427
- Location: France
- Contact:
yes good idea
Olivier Sens
www.brainmodular.com
www.brainmodular.com
