Page 1 of 1

Posted: 12 Jan 2009, 20:37
by moody33
hi !

I've download nelson's scalesnap and I've paste it into usine folder modules->user. But It don't works . i've got this message " procedure failed in: " What i've missed?

Where to paste layouts? I've download Vincent layouts, but I don't know in which folder i've to paste it.

Thanks;

Posted: 12 Jan 2009, 21:22
by nay-seven
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..?

Posted: 12 Jan 2009, 21:42
by moody33
I've re-test, and I have the same problem with the new nelson addon arrayXY....

Posted: 12 Jan 2009, 21:45
by nelson
strange ... someone have similar problem?

Posted: 12 Jan 2009, 21:48
by moody33
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.

Posted: 12 Jan 2009, 22:03
by nay-seven
no problem here , usine beta8.....?

Posted: 12 Jan 2009, 22:09
by moody33
nay-seven wrote:no problem here , usine beta8.....?
Yes, beta8

Posted: 12 Jan 2009, 22:17
by martignasse
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 :D

Posted: 12 Jan 2009, 22:34
by senso
Any solution to compile User modules with the redistributable package included in the code?

Posted: 12 Jan 2009, 22:38
by moody33
I've download martignasse Link (thanks). It works now for scalesnap but not for array xy.

Posted: 12 Jan 2009, 22:55
by martignasse
senso wrote:Any solution to compile User modules with the redistributable package included in the code?
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.

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.

Posted: 12 Jan 2009, 23:57
by moody33
Great news. If it work, it should be great if all users modules available for download could be updated .

Posted: 13 Jan 2009, 04:04
by Clearscreen
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.
just noticed this with the XY Array add-on myself...

Posted: 13 Jan 2009, 09:28
by martignasse
moody33 wrote:Great news. If it work, it should be great if all users modules available for download could be updated .
Ok, cool,

thanks for the feedback

An SDK update seems needed to reflect this...

Posted: 13 Jan 2009, 09:34
by senso
yes good idea