ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray
BrainModularBrainModular Users Forum2009-01-13T10:34:56+02:00https://brainmodular.org/forums/app.php/feed/topic/12902009-01-13T10:34:56+02:002009-01-13T10:34:56+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7116#p7116Statistics: Posted by senso — 13 Jan 2009, 09:34
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...
Statistics: Posted by Clearscreen — 13 Jan 2009, 04:04
]]>2009-01-13T00:57:04+02:002009-01-13T00:57:04+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7113#p7113Statistics: Posted by moody33 — 12 Jan 2009, 23:57
]]>2009-01-12T23:55:08+02:002009-01-12T23:55:08+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7110#p7110
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.
Statistics: Posted by martignasse — 12 Jan 2009, 22:55
]]>2009-01-12T23:38:38+02:002009-01-12T23:38:38+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7104#p7104Statistics: Posted by moody33 — 12 Jan 2009, 22:38
]]>2009-01-12T23:34:15+02:002009-01-12T23:34:15+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7101#p7101Statistics: Posted by senso — 12 Jan 2009, 22:34
]]>2009-01-12T23:17:01+02:002009-01-12T23:17:01+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7094#p7094 I experienced similar problems with user modules...
and it was because runtime library of VC++ wasn't on the computer.
Statistics: Posted by moody33 — 12 Jan 2009, 22:09
]]>2009-01-12T23:03:31+02:002009-01-12T23:03:31+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7091#p7091Statistics: Posted by nay-seven — 12 Jan 2009, 22:03
]]>2009-01-12T22:48:30+02:002009-01-12T22:48:30+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7090#p7090Statistics: Posted by moody33 — 12 Jan 2009, 21:48
]]>2009-01-12T22:45:49+02:002009-01-12T22:45:49+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7088#p7088Statistics: Posted by nelson — 12 Jan 2009, 21:45
]]>2009-01-12T22:42:11+02:002009-01-12T22:42:11+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7087#p7087Statistics: Posted by moody33 — 12 Jan 2009, 21:42
]]>2009-01-12T22:22:23+02:002009-01-12T22:22:23+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7083#p7083 for the layouts , yes , it's not logic ( for me ) , but put it in the skin dir...works better...
senso..?
Statistics: Posted by nay-seven — 12 Jan 2009, 21:22
]]>2009-01-12T21:37:49+02:002009-01-12T21:37:49+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7081#p7081 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;
Statistics: Posted by moody33 — 12 Jan 2009, 20:37
]]>BrainModularBrainModular Users Forum2009-01-13T10:34:56+02:00https://brainmodular.org/forums/app.php/feed/topic/12902009-01-13T10:34:56+02:002009-01-13T10:34:56+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7116#p7116Statistics: Posted by senso — 13 Jan 2009, 09:34
]]>2009-01-13T10:28:15+02:002009-01-13T10:28:15+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7115#p7115
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...
Statistics: Posted by martignasse — 13 Jan 2009, 09:28
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...
Statistics: Posted by Clearscreen — 13 Jan 2009, 04:04
]]>2009-01-13T00:57:04+02:002009-01-13T00:57:04+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7113#p7113Statistics: Posted by moody33 — 12 Jan 2009, 23:57
]]>2009-01-12T23:55:08+02:002009-01-12T23:55:08+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7110#p7110
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.
Statistics: Posted by martignasse — 12 Jan 2009, 22:55
]]>2009-01-12T23:38:38+02:002009-01-12T23:38:38+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7104#p7104Statistics: Posted by moody33 — 12 Jan 2009, 22:38
]]>2009-01-12T23:34:15+02:002009-01-12T23:34:15+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7101#p7101Statistics: Posted by senso — 12 Jan 2009, 22:34
]]>2009-01-12T23:17:01+02:002009-01-12T23:17:01+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7094#p7094 I experienced similar problems with user modules...
and it was because runtime library of VC++ wasn't on the computer.
Statistics: Posted by moody33 — 12 Jan 2009, 22:09
]]>2009-01-12T23:03:31+02:002009-01-12T23:03:31+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7091#p7091Statistics: Posted by nay-seven — 12 Jan 2009, 22:03
]]>2009-01-12T22:48:30+02:002009-01-12T22:48:30+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7090#p7090Statistics: Posted by moody33 — 12 Jan 2009, 21:48
]]>2009-01-12T22:45:49+02:002009-01-12T22:45:49+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7088#p7088Statistics: Posted by nelson — 12 Jan 2009, 21:45
]]>2009-01-12T22:42:11+02:002009-01-12T22:42:11+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7087#p7087Statistics: Posted by moody33 — 12 Jan 2009, 21:42
]]>2009-01-12T22:22:23+02:002009-01-12T22:22:23+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7083#p7083 for the layouts , yes , it's not logic ( for me ) , but put it in the skin dir...works better...
senso..?
Statistics: Posted by nay-seven — 12 Jan 2009, 21:22
]]>2009-01-12T21:37:49+02:002009-01-12T21:37:49+02:00https://brainmodular.org/forums/viewtopic.php?t=1290&p=7081#p7081 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;
Statistics: Posted by moody33 — 12 Jan 2009, 20:37